On Fri, Feb 6, 2009 at 1:32 AM, Sean M. Pappalardo <[email protected] > wrote:
> Hello there. > > I was trying to use Cinelerra today to re-render a sub-project so it'll > fit on a DVD. But I'm getting strange errors now using the YUV2MPEG > output rendering: > > [swscaler @ 0x...]Slices start in the middle! > > Basically anywhere I'm not rendering any effects (source video is being > copied to the output.) I recall this happening last month as well. (In > between, I've just been making YouTube videos, so no YUV output.) > > This is on Cinelerra 2.1CV, compiled 6 Jul 2008, on Debian > Lenny/Testing, kernel 2.6.26-1-amd64 on a dual-Opteron system. > > Is there anything I can try? > > Sincerely, > Sean M. Pappalardo > Hello Sean I was having the same problem but I cant remember if it was a problem with the video format ( lets face it cin is pretty sensitive when it comes to file formats) or the pipe command. I have changed it to the following ( ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ilme -ildct -f mpeg2video %) and that works but the quality isnt great. HTH Dan
