Am Sat, 29 Nov 2008 17:49:19 -0600 schrieb Carl Karsten <[EMAIL PROTECTED]>:
> I am trying to make a VCD, or svcd, or x, or something :) > [...] > anyone have a guess that might give me something playable? > > Carl K IIRC something like this is what I used to make vcds that worked on my player: transcode -i in.dv -o out.m2v -c 1-200 --export_prof svcd-ntsc -m \ bla.mpa mplex -f 4 -o bla.mpeg bla.mpa bla.m2v vcdimager -t svcd bla.mpeg .. which should produce videocd.img and videocd.cue that can be burned with cdrdao. Could be that vcd would be better supported than svcd but for some reason mplex complains with that now. I'm not sure how to get around that. stefan