I have several TS files that have been captured from my Motorola 6412 DVR that I'd like to burn to DVD in regular DVD format. I've tried many things, but can't get this to work. First, I think there are a couple of glitches in the original TS file, but streaming TS->TS or PS from VLC seems to fix that. Also, the input format is 352x480, not 720x480. My latest attempt was to convert to a VOB like this: vlc wine-cellar.ts --sout '#transcode{vcodec=mp2v,vb=4096,scale=1,acodec=mp2a,ab=192,channels=2}:duplicate{dst=std{access=file,mux=ps,url="out.vob"}}' --aspect-ratio "4:3" --sout-transcode-width 720 --sout-transcode-height 480 --sout-transcode-fps 30 --sout-ffmpeg-keyint 16 but then dvdauthor gives this error: STAT: Processing out.vob... ERR: SCR moves backwards, remultiplex input. I've also tried replex on this file, but it gives a ring buffer error almost immediately. Does anyone have a "recipe" for being able to do this? Thanks, Eric Vaandering