Sign Up!
Login

Welcome to Monopedilos
Sunday, September 05 2010 @ 01:41 AM CDT

 

Differences

This shows you the differences between two versions of the page.

dv2flv [2009/02/11 17:34] (current)
theophile created
Line 1: Line 1:
 +====== dv2flv ======
 +This is the script I use to batch convert raw DV files to Flash video, as seen on this site:
 +===== The Script =====
 +
 +<code bash>until [ "$*" = "" ]
 +do
 +  file_name="$1"
 +  out_name=$(basename "$1" '.dv')-JAN.flv
 +        ffmpeg -i "$1" -ar 22050 -ab 32 -f flv -s 576x324 -qscale 5 "${out_name}"
 +shift
 +done</code>
 +
 +===== Usage =====
 +
 +dv2flv *.dv
 
Logged in as: Guest (Guest)
dv2flv.txt · Last modified: 2009/02/11 17:34 by theophile
 
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2