Difference between revisions of "Image, Photo & Video"
From Wiki2
Line 2: | Line 2: | ||
:http://howto-pages.org/ffmpeg/ | :http://howto-pages.org/ffmpeg/ | ||
:http://wesleybailey.com/articles/ffmpeg-tutorial-batch-processing-video-information | :http://wesleybailey.com/articles/ffmpeg-tutorial-batch-processing-video-information | ||
:http://www.linuxforums.org/articles/linux-video-conversion-using-mencoder_304.html |
Revision as of 17:35, 20 September 2010
- ffmpeg -i myvideo.avi -vcodec copy -acodec libmp3lame -ab 128k -vol 5000 myvideo_louder.avi
- http://howto-pages.org/ffmpeg/
- http://wesleybailey.com/articles/ffmpeg-tutorial-batch-processing-video-information
- http://www.linuxforums.org/articles/linux-video-conversion-using-mencoder_304.html