>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'.

     I still can't reproduce this.  -vf will be parsed as -v -f, and -v
causes transcode to print its version and exit immediately.  If there's
any hang going on, it would be a program/script expecting transcode to
output something and not properly handling cases when it doesn't.

  --Andrew Church
    [EMAIL PROTECTED]
    http://achurch.org/

Reply via email to