Original file created by:
mencoder -tv
driver=v4l2:device=/dev/video$DEV:fps=30000/1001:chanlist=us-cable:\
audiorate=32000:adevice=hw.$DEV:alsa:input=0:amode=1:normid=4 -ffourcc
DX50 -ovc \
lavc -lavcopts threads=2 -oac mp3lame -lameopts cbr:br=128 -endpos $TIM \
-o $DIR/$FIL.avi tv:// > /dev/null
Flash file created by:
for PASS in $($SEQ 1 2) ; do
ffmpeg -i $line -pass $PASS -passlogfile $TDIR/$FIL -y -f flv -vcodec
flv -b $VBR -aspect 4:3 -s $SIZ -r $RAT \
-g 240 -me epzs -qmin 2 -qmax 15 -deinterlace -acodec libmp3lame -ab
$ABR -ar 44100 -ac 2 -async 1 $TDIR/$FIL.flv 2> /dev/null
done
Is there some way for transcode to open the flv file? Can I create a
different flv file that transcode can open?
transcode -q 0 -o tmp -y im -F png -x ffmpeg,null -i file.flv
--frame_interval 300
[probe_ffmpeg.c] critical: unable to open 'file.flv' (libavformat failure)
[import_ffmpeg.so] warning: Format 0x0 not supported
[transcode] critical: video import module error: OPEN failed
[transcode] critical: failed to open input source
Dave