Welcome to Monopedilos
Wednesday, September 08 2010 @ 08:04 AM CDT
This shows you the differences between two versions of the page.
|
mencoder_ffmpeg [2009/02/11 18:30] theophile created |
mencoder_ffmpeg [2009/02/11 18:31] (current) theophile |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Useful mencoder and ffmpeg Commands ====== | + | ====== Useful Multimedia Commands ====== |
| + | <code bash>mencoder pcclass3.mpeg -ffourcc FLV1 -of lavf -oac lavc -ovc lavc -lavcopts vcodec=flv:acodec=mp3:abitrate=56 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -vf scale=448:336 -srate 22050 -o pcclass3.flv</code> | ||
| + | |||
| + | <code bash>ffmpeg -i video.flv -an -ss 00:00:03 -an -r 1 -vframes 1 -y %d.jpg</code> | ||
| + | |||
| + | <code bash>ffmpeg -i 02242008006.mp4 -qscale 7 -ar 22050 -acodec mp3 test12.flv</code> | ||
| + | |||
| + | <code bash>/root/HandBrakeCLI -i /mnt/store/1401_20080218195900.mpg -o /var/files/Movies/TermTest2.mkv -e x264 -S 350 -2 -E -X 720 vorbis -T</code> | ||