On 03/03/2010 06:22 PM, E Chalaron wrote:
Hi Arthur
Best is probably to write your own script and call it from the rendering
line option
for say I have a script in /usr/local/bin called cinerender (755) and
there is only 1 line :

mpeg2enc -v 1 -r 16 -M 4 -4 1 -2 1 -H -R 0 -D 10 -E -10 -g 6 -G 9 -I 1
-f 8 -o $1

call cinerender %

you will get a m2v file that you need to multiplex with the sound track.
cheers
E
Well I see now that I completely misunderstood your advice. Are you saying that I should write a bash script? I don't know how, but I can learn. Should I simply change the permissions to 755 or make it executable?

Arthur


On 04/03/10 13:57, Arthur wrote:
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
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra



_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to