video to flash conversion

Reply

Join Date: Feb 2007
Posts: 29
Reputation: aravindkishore is an unknown quantity at this point 
Solved Threads: 1
aravindkishore aravindkishore is offline Offline
Light Poster

video to flash conversion

 
0
  #1
Feb 8th, 2008
Hi all,
I struck at one of my projects where I have to convert uploaded video files into flash files.I am not getting proper idea how this get it done.Please help me in this regards.

Thank you,
Aravind.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 561
Reputation: ryan_vietnow is an unknown quantity at this point 
Solved Threads: 71
ryan_vietnow's Avatar
ryan_vietnow ryan_vietnow is offline Offline
Posting Pro

Re: video to flash conversion

 
0
  #2
Feb 8th, 2008
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?
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 1,402
Reputation: ShawnCplus is a glorious beacon of light ShawnCplus is a glorious beacon of light ShawnCplus is a glorious beacon of light ShawnCplus is a glorious beacon of light ShawnCplus is a glorious beacon of light 
Solved Threads: 224
Sponsor
ShawnCplus's Avatar
ShawnCplus ShawnCplus is offline Offline
Code Monkey

Re: video to flash conversion

 
0
  #3
Feb 8th, 2008
This is a batch script I wrote about a year ago to use FFMPEG to convert mpeg or any video format really into flv
  1. @echo off
  2. setlocal
  3. set getdir="%CD%"
  4. set pathto=<put path to ffmpeg here>
  5. cd %pathto%
  6. ffmpeg.exe -i %getdir%\%1 -s 640x480 -ar 44100 -r 25 -sameq %getdir%\%1.flv
  7. cd %getdir%

Used like so

  1. 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.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 62
Reputation: Mashka is an unknown quantity at this point 
Solved Threads: 0
Mashka's Avatar
Mashka Mashka is offline Offline
Junior Poster in Training

Re: video to flash conversion

 
0
  #4
Feb 12th, 2008
hi guys!
i want to advice to you very good tool its VisiFly!
this simple prog has demo without timelimit and works with all common formats!i hope this prog will help you!
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 2
Reputation: Katerinka is an unknown quantity at this point 
Solved Threads: 0
Katerinka Katerinka is offline Offline
Newbie Poster

Re: video to flash conversion

 
0
  #5
Feb 15th, 2008
yes VisyFly very good tool!
i use it now!
Last edited by Katerinka; Feb 15th, 2008 at 9:51 am.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 1
Reputation: justsrikar is an unknown quantity at this point 
Solved Threads: 0
justsrikar justsrikar is offline Offline
Newbie Poster

Re: video to flash conversion

 
0
  #6
Mar 4th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 66
Reputation: silviuks is an unknown quantity at this point 
Solved Threads: 11
silviuks silviuks is offline Offline
Junior Poster in Training

Re: video to flash conversion

 
0
  #7
Mar 4th, 2008
As one of our co-writer said, you have to convert your movie files to *.flv. in order for this to work you will also need a flash movie to play it.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 62
Reputation: Mashka is an unknown quantity at this point 
Solved Threads: 0
Mashka's Avatar
Mashka Mashka is offline Offline
Junior Poster in Training

Re: video to flash conversion

 
0
  #8
Mar 5th, 2008
Also you can try THIS converter....
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC