>I'm trying to take a directory full of mpg files and burn them to >DVDs, ideally so I can then put a DVD in a non-computer DVD player & >have the show playable. I can live with one episiode per dvd (which >seems to be a limitation of dvdauthor), but I'm getting nothing but >segfaults and AC2 files. I'm obviously doing something really wrong - >any pointers?
If your input is mpg files, something simple will often work, I have had success with this: transcode -i input.mpg --export_prof dvd-ntsc -o output and then mplex -f 8 -o output output.m2v output.mpa And finally I feed the files to qdvdauthor, which I like a lot. Is that of help to you? -Ben