Video: Difference between revisions

From DWIKI
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
*mencoder
*mencoder
*[[ffmpeg]]
*[[ffmpeg]]
 
==Tools for windows==
*xvid4psp


=FAQ=
=FAQ=
==Converting==
==Converting==
http://en.linuxreviews.org/HOWTO_Convert_video_files
*http://en.linuxreviews.org/HOWTO_Convert_video_files
*http://apocryph.org/2007/10/27/transcoding_avi_flv_ffmpeg/
 
===Convert avi to flash===
===Convert avi to flash===
no sound??
no sound??

Latest revision as of 11:42, 12 May 2009


Tools

Tools for windows

  • xvid4psp

FAQ

Converting

Convert avi to flash

no sound??

ffmpeg -i inputvideo.avi outputvideo.flv
mencoder -forceidx -of lavf -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=250:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf scale=360:240 -o foo.flv foo.avi