Better detection/handling of interlaced video
The ffmpeg-vbr seems to only be available on windows as of now, as it uses windows .bat scripts. It should be doable to port it to other systems too.
I have the same issue with 3.0.4 (on Windows, haven't tested on Mac/Linux) If the path to the video file contains some unicode character (e.g Ø), ffmpeg can't find the file. The filename is correct in the project XML file, but it looks like an argument has the wrong encoding. EDIT: It only happens when adding an dvd-ready mpg that is not transcoded. When testing with a mp4 file with the same name it worked fine. When trying to make a dvd from E:\Ø\ææ.mpg : STAT: Processing E:\Ã\ææ.mpg... ERR:...
I have the same issue with 3.0.4 (on Windows, haven't tested on Mac/Linux) If the path to the video file contains some unicode character (e.g Ø), ffmpeg can't find the file. The filename is correct in the project XML file, but it looks like an argument has the wrong encoding. EDIT: It only happens when adding an dvd-ready mpg that is not transcoded. When trying to make a dvd from E:\Ø\ææ.mpg : STAT: Processing E:\Ã\ææ.mpg... ERR: 2 opening input video file "E:\Ã\ææ.mpg" -- No such file or directory...
I have the same issue with 3.0.4 (on Windows, haven't tested on Mac/Linux) If the path to the video file contains some unicode character (e.g Ø), ffmpeg can't find the file. The filename is correct in the project XML file, but it looks like the argument that is passed to ffmpeg has the wrong encoding.