Scott Serr wrote:
Raffaella Traniello wrote:
Hi Scott!

What's the best way to get RecordMyDesktop ogg into Cinelerra?

You might want to try Thanatermesis' tip. He suggest to transocde to
MJPEG with the command:
mencoder -vf harddup -demuxer lavf -oac pcm -ovc lavc -lavcopts
vcodec=mjpeg:vhq:vbitrate=6000 -noskip -mc 0 -o output.mov input.ext

It worked very well for me.

Ciao!
Raffaella

Thanks Raffaella,

I used it, it worked well. No more sync issues. I adapted it to match my projects output format/size and it seems tweaking a few give it better quality. This is what I used:

mencoder -vf scale=720:480,harddup -demuxer lavf -oac pcm -ovc lavc \
-lavcopts vcodec=mjpeg:vhq:vbitrate=12000:nr=400:vqmin=1:vqscale=0:mbd=1:aspect=4/3 \
-noskip -mc 0 -nosound  -o mjpeg.mov input.ogg

This seems to work well for me, I'm sure someone could do better. I stole the nr, vqmin, vqscale, mbd from another post.
Ooops. 4/3 aspect would be 640:480. I might ditch the NTSC DVD project type for a custom one.


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

Reply via email to