Francesco Romani wrote:
On Mon, 2007-12-31 at 17:41 -0800, David Liontooth wrote:
Martin Guy wrote:
On Dec 29, 2007 7:56 PM, David Liontooth <[EMAIL PROTECTED]> wrote:
Is there some way for transcode to open the flv file? Can I create a
different flv file that transcode can open?
Recent HEAD versions should open it. Support is planned for 1.2.0, not
for 1.1.0 (maybe for 1.1.1 since patch is pretty trivial).
... or use -x mplayer, as usual...
Thanks, Martin -- I tried
transcode -q 0 -o png -y im -F png -x mplayer,null -i *flv
--frame_interval 300
and png files are generated, but they all show four bands of blurry
images instead of a single clear image. Suggestions?
add --mplayer_probe option or specify manually -g and -f
I ran the mplayerprobe.sh script and got
-g 320x240 --import_asr 2 -f 29.917,0
Leaving in the ",0" at the end of -f 29.917,0 segfaulted, but this worked:
transcode -q 0 -x mplayer,null -i *flv -g 320x240 --import_asr 2 -f
29.917 -o png -y im -F png --frame_interval 300
Thanks!
Dave
Bests,