Cinelerra

Steps to import mpeg video file into Cinelerra

1) first run: mpeg3toc path/file.mpg path/file.toc

— this will take a little while and result in the creationg of "path/file.toc"

2) now run: cinelerra path/file.toc



Steps to output into mpeg format (and burn DVD)

1) Inside cinelerra: render to quicktime format (.mov)

— insertion strategy: "insert nothing"

2) Convert from .mov to 2 files (.mpv && .mpa) by:

transcode -i $YourMovie.mov -x mov -V -y ffmpeg,mp2enc \

-F mpeg2 -Z 720x576 --export_fps 29.97 \

--export_asr 2 -E 48000 -b 224 -o $YourFile

OR

transcode -i $YourMovie.mov -x mov -y mpeg2enc,mp2enc \

-I 3 -F 8 -w 8000 -E 48000 -Z 720x576 \

--export_asr 2 -o $DVD/Yourfilm

3) Joining m2v and mpa, using mplex by:

mplex -v 0 -f9 video.m2v video.mpa -o video.mpeg

4) Making DVD Structure

dvdauthor -o DVD video.mpeg

5) Making DVD-ISO file

mkisofs -dvd-video -o dvd.iso DVD



 



TikiWiki assistant

Thank you for installing Tikiwiki!

LoginTo begin configuring Tiki, please login as admin.

The Tikiwiki CommunityTo learn more, visit: http://tikiwiki.org.

Tikiwiki DocumentationFor help, visit http://doc.tikiwiki.org.