Carl Karsten wrote: > Francesco Romani wrote: > >On Tue, 2008-06-10 at 14:57 -0500, Carl Karsten wrote: > >>I am trying to convert some of the http://www.thesourceshow.org/node/11 > >> files into something cinelerra can edit (mpeg or dv) > >> > >>like this one: > >>http://www.archive.org/download/AaronNewcombEpisode1-_TheFilesystemMenace_-December23_2006_theora_/episode001_lg.ogg > >> > >>It isn't erroring, but it isn't converting either. > > > >Uhm, ogg, very likely theora video + vorbis audio; until import modules > >are rewritten (I'm working on this on those days, code will land in HEAD > >during this month), the most viable alternative is import_mplayer, > >import_ffmpeg being a second alternative that needs a few more work. > > > > i'm using mencoder right now - that seems to be working ok.
Yes, it will work properly without any fiddling on 90% of the things you are likely to throw at it. Bizarrely, there are a few kinds of things that it fails utterly at, all of which can be done by using Transcode with -x mplayer. Transcode with -x mplayer is the most general solution, once you understand the filters that are used for framerate converison. Note that mplayer and mencoder are almost unrelated codebases, even though they are shipped together.