October 22, 2011

FFmpeg Basics

Website
Snapshots
git.videolan.org/?p=ffmpeg.git

Windows builds
ffmpeg.zeranoe.com

Get file info
ffmpeg -i in.mp4

Remux to MP4
ffmpeg -i in.flv -c copy out.mp4

Convert sample rate
ffmpeg -i in.mp3 -ab 192k -ar 44100 out.mp3

Links

github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/2
howto-pages.org/ffmpeg
x264dev.multimedia.cx/archives/499

No comments:

Post a Comment