| | |
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 |
apache api array beginner binary body broken buttons cakephp checkbox class cms code cron curl database date date/time display dynamic ebooks echo email error file files folder form forms function functions global google href htaccess html image include insert ip javascript joomla limit link list login mail mediawiki menu mlm msqli_multi_query multiple mycodeisbad mysql number oop parameter paypal pdf php phpincludeissue problem query radio random recourse recursion regex remote script search seo server sessions sms source sp space speed sql static subdomain syntax system table tag tutorial update upload url validator variable vbulletin video web webdesign white wordpress xml youtube






