Hi everyone,

I've tried ripping some old videos I've made to use again in a remix of sorts, but I can't get cinelerra to recognize the video. When I load the media and watch it in the viewer, I only hear the audio. The video is not displayed at all.

According to one of the many references (http://www.ftconsult.com/twiki/bin/view/Cinelerra/LoadingOtherFormats), cinelerra should be able to handle mpeg4 created by mencoder's lavc. The example given is

mencoder INPUT_FILE.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=300 -oac mp3lame -lameopts br=64:vol=1 -o OUTPUT_FILE.avi

Do my codec options below have incompatible things? What should I try?

mencoder dvd://1 -dvd-device /dev/dvd -oac mp3lame -lameopts abr:br=128 -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:vqmin=2:vbitrate=2299 -vf pp=de,crop=0:0:0:0 -o "/home/friedrij/F-course-uokoku.avi"

Using ffmpeg to convert the mpeg4/avi to mpeg2/mpg let cinelerra import and display the video. That command was

ffmpeg -sameq -i F-course-uokoku.avi -vcodec mpeg2video -b 8000 -acodec copy uokoku.mpg

(I'm using debian/sid cinelerra 2.0.0-3svn20060606.)

Any advice appreciated,
Joe




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

Reply via email to