Hello, excellent simple program. Been keeping an eye on
it for a long time.
I like to use it to convert AVI to DVD mostly (720x576
and 352x288).
Selected the AVI, select DVD, change res to 720x576 and
EXECUTE! I get this from transcode in the error messages:
|E| sh: -c: line 0: unexpected EOF while looking for
matching `''
|E| sh: -c: line 1: syntax error: unexpected end of file
but when I copy the command to the command line:
nice -n 10 transcode --keep_asr --export_asr 3
--export_fps 25 -i
"/home/alex/capture/anchorman/anchorman.avi" -y
mpeg2enc,mp2enc -E 44100 -F8,'-K kvcd',-M3 -w 6000 -b
128 -Z 720x576 -j -64,0 -o
"/home/alex/capture/anchorman/anchorman"
it runs fine!
In preferences I had to choose input and output ASR to
16:9. Why can't these be in the interface (project
page) as well? The bug above seems to happen when I
chan the DVD res from 480x576 to 720x576. The mode
automatically changes from DVD to User then. Why
480x576 anyway? Its not a standard DVD resolution?
Logged In: YES
user_id=1054259
Aha, I chose mjpeg instead of kvcd and it works now. Kvcd
should still work though....