| | |
video to flash conversion
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
You have to use ffmpeg to convert video files into flash files.They are a separate application but you can run them through PHP. Google about them and you will know how,ok?
This is a batch script I wrote about a year ago to use FFMPEG to convert mpeg or any video format really into flv
Used like so
PHP Syntax (Toggle Plain Text)
@echo off setlocal set getdir="%CD%" set pathto=<put path to ffmpeg here> cd %pathto% ffmpeg.exe -i %getdir%\%1 -s 640x480 -ar 44100 -r 25 -sameq %getdir%\%1.flv cd %getdir%
Used like so
PHP Syntax (Toggle Plain Text)
mpegtoflv test.mpeg
Last edited by ShawnCplus; Feb 8th, 2008 at 10:02 am.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
•
•
Join Date: Mar 2008
Posts: 1
Reputation:
Solved Threads: 0
hi, i have the same problem for my ipod, here when i see ur reply link in it is snipped so kindly send the link to my mail justsrikar@yahoo.com
![]() |
Similar Threads
- memory management in wndows 2000 (Windows NT / 2000 / XP)
- How to E-mail Your PowerPoint Presentations to Others Perfectly (Windows Software)
Other Threads in the PHP Forum
- Previous Thread: submit button
- Next Thread: Contact form Flash/PHP sends with Text Formatting
| Thread Tools | Search this Thread |
.htaccess apache api array autocomplete beginner binary body broken cakephp class cms code convert cron curl database dataentry date date/time display duplicates dynamic ebooks email emptydisplayvalue error execute explodefunction file firstoptioninphpdroplist folder form forms function functions google hack href htaccess html htmlspecialchars image include ip javasciptvalidation javascript joomla keywords limit link login mail matching mediawiki menu methods multiple mycodeisbad mysql network number object oop paypal pdf php phpincludeissue query random recursive redirect remote script search securephp server sessions shot source sp space speed sql subdomain subscription system table tag tutorial tutorials upload url validator variable vbulletin video web white youtube






