On Sun, 2008-08-03 at 17:25 +0200, Richard Van Den Boom wrote: [...] > First of all, I find the new module architecture, with > vcodec,acodec,mcodec really nice and hope you'll be able to get there > as quickly as possible, it's very good from the user point of view.
And that's just the beginning ;) > However, I ran into some issues : > - Using the x264 module directly, everything works fine, but there are > green artifacts appearing here and there, even when no x264.cfg is > present. It's weird because these artifacts do not appear in the exact > same situation with the lavc and export_ffmpeg modules, using the very > same x264 lib, so I think it should be an issue with the current x264 > transcode encode module. Yes, I'll do some tests (which version of x264 are you using?). Most likely the problem is on how the x264 encoder is feeded. > - Using lavc module, it seems to run OK, except that 2-passes > rendering does not work, as the first pass does not seem to record > anything in the log file. Using one pass, I see no green artifacts > (but that does not mean there won't be with two passes). Ack. I'll check this too. > - With export_ffmpeg, things run fine, but I don't seem to have access > to all h264 options using the ffmpeg.cfg file. This is a known "issue" in the sense that ffmpeg(/lavc) module should _not_ expose all possible setting, but just a subset that is shared wit all native ffmpeg codecs. It's the job of specific x264 module to provide full access to underlying library. > - the lafc muxer did not accept to mux an AAC stream created by the > faac module in a m4a file, for some reason. I finally ended creating > wave file and convert them with faac. It works but is less elegant. Are you referring to multiplex_lavf? That module is still HIGHLY experimental, it's already a success if hasn't caused a segfault! :^) > Please let me know if you want me to run some tests to fix these > problems or, if they're caused by my ignorance, please explain where > I've made a mistake. I see no obvious errors, and I smell bugs ;) Bests, -- Francesco Romani // Ikitt