Skip navigation.
Home

FFMpeg to Encode Flash Videos

Here is a command line to encode to low-resolution Flash video for publishing on a web server (that isn't a streaming server).

cat FASTING/VIDEO_TS/VTS_01_*.VOB | /usr/local/bin/ffmpeg -i - -f flv -s 320x240 -acodec libmp3lame -ar 22050 -ab 64k fasting.flv

What this does is dump all the .VOB files into ffmpeg, which is told to take input from standard input.

Reply

  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Allowed HTML tags: <a> <b> <dd> <dl> <dt> <i> <li> <ol> <u> <ul> <p> <br> <div> <pre> <code> <img><h1><h2><h3><h4> <blockquote>
  • Lines and paragraphs break automatically.

More information about formatting options

Google Search