Tag: format
Add Audio to a Video File Using ffmpeg
August 8, 2008
FFMPEG command to mix an audio file with a video file to create a final video. ffmpeg -vcodec flv -qscale…
Format a partition to Ext3
November 17, 2007
Format a partition to Ext3 mkfs.ext3 -b 4096 /dev/sda10
Date Command
October 24, 2007
Create the MySQL format date(YYYY-MM-DD) using the date command date +%Y-%m-%d
Command for Converting Video Format Using Mencoder
August 29, 2007
Convent video using mencoder in linux… mencoder input.mpg -o output.avi -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide
Recent Comments