Hi All,

My problem goes like this. I have some raw dv imported with kino. I made some edits and added some transitions in Cinelerra. I'm now trying to render with YUV4MPEG Stream to make a dvd. The results are like this:

1) mpeg2enc -f 8 -o % produces an ugly green screen with none of my video in it (xine and mplayer)

2) ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ilme -ildct -hq -f mpeg2video % gives an error: int YUVStream::write_frame(uint8_t**):write_frame() failed: system error (failed read/write)

3) ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ilme -ildct -f mpeg2video % (same as above)

4) ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ildct -hq -f mpeg2video % (same as above)

5) ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ilme -hq -f mpeg2video % (same as above)

6) ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ildct -f mpeg2video % (same as above)

7) ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ilme -f mpeg2video % (same as above)

8) ffmpeg -f yuv4mpegpipe -i - -y -target dvd -f mpeg2video % renders but produces the ugly green screen mentioned above.

The system is an intel quadcore q6600 / 6 gigs ram / current Archlinux / Cinelerra-cv 20100208-1 / ffmpeg-svn 22081-1 I also tried with ffmpeg 30526-1. The format is set to NTSC. I've seen several threads on this but I have not found a solution.

Can anyone please offer some advice.

Thanks


_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to