Andrew Church wrote:
> >I accidentally typed:
> >
> >-vf pp=ha/va/dr \
> >
> >instead of:
> >
> >-J pp=ha/va/dr \
> >
> >and produced a nasty lockup with hung children.
>
> I can't reproduce this. What was the full command line?
I think:
transcode --nice 20 \
-J modfps=clonetype=3 \
-vf pp=ha/va/dr \
-x mplayer,ac3 \
-A \
-Z 720x480,fast \
-j -64,-36,-64,-36 \
-y ffmpeg \
--import_asr 3 \
--export_asr 3 \
--export_fps 29.970,4 \
--export_prof dvd-ntsc \
-o $file.m2v \
-m $file.ac3 \
-i $file.avi
And it kept hanging until I noticed the '-vf'.
Sorry I didn't make a proper bug report, I was flailing
around madly trying to get the file transcoded and should
not have been messing with the cvs head at the time.
The strange -j option was to handle a 2:35 formatted input
in a 16:9 box (which is also why the asr's are as they are).