#ffmpeg -vcodec mjpeg -acodec pcm_s16be \ # -r 30 -s 720x480 -b 80000 -ac 2 \ # -ar 48000 -tvstd ntsc out.mov ffmpeg -threads 3 -vcodec dvvideo -acodec pcm_s16le \ -target dv -interlace 1 -ildct -ilme -top 0 \ -r 29.97 -s 720x480 -b 80000 -ac 2 \ -ar 48000 -tvstd ntsc out.avi