Succes at last, though my workflow is far from elegant. Convert the .tod files from my JVC GZ-HD30 camcorder with avidemux: export with video as MJPEG and audio as WAV, format AVI. This will make all clips, when imported in Cinelerra, have video and audio matching exactly in length.
After editing in Cinelerra, export as advised by Simeon: >> To export the video through "YUV4MPEG Stream" use the following pipe command: >> >> ffmpeg -f yuv4mpegpipe -i - -y -r 25 -b 28000000 -f mpeg2video % >> >> As Cinelerra Format settings i would suggest a frame rate 25.0000 fps >> and 1920x1080 as size of your canvas. >> >> Export your audio as MPEG Audio, select Layer II and 384 kbit/s. Next, the muxing must be done using avidemux again: first importing the .m2v and adding the audio file using the Audio->main track->external MP3 Export with video and audio set to "copy" and format MPEG TS (A+V). This will result in an mpg file that will play both in mplayer and on my networked media tank HDX1000. _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
