[HELP] "Real" PAL<>NTSC framerate conversion with speed changing? - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] "Real" PAL<>NTSC framerate conversion with speed changing? (/thread-525.html) |
RE: "Real" PAL<>NTSC framerate conversion with speed changing? - DannyHicks - 11.08.2021 (17.07.2018, 05:25)Selur Wrote: From what I understand: Hm, for some reason, it doesn't seem to work with the latest Hybrid build. I get this error. RE: "Real" PAL<>NTSC framerate conversion with speed changing? - Selur - 11.08.2021 What container format did you use? RE: "Real" PAL<>NTSC framerate conversion with speed changing? - DannyHicks - 11.08.2021 (11.08.2021, 15:44)Selur Wrote: What container format did you use? It was either MKV or MP4. RE: "Real" PAL<>NTSC framerate conversion with speed changing? - Selur - 11.08.2021 This happens if Hybrid for some reason things it needs to use ffmpeg for multiplexing, problem is FFmpeg on passthrough doesn't rewrite the stream&container fps, which is why Hybrid aborts in this case. For mp4 ffmpeg should not be used unless specificly forced by the user. Cu Selur RE: "Real" PAL<>NTSC framerate conversion with speed changing? - DannyHicks - 15.08.2021 (11.08.2021, 15:53)Selur Wrote: This happens if Hybrid for some reason things it needs to use ffmpeg for multiplexing, problem is FFmpeg on passthrough doesn't rewrite the stream&container fps, which is why Hybrid aborts in this case. It happens with both MKV and MP4. I also tried AVI and MOV. Same error. Is there a way around this? I don't remember setting something that forces ffmpeg to be used. EDIT: I reset all settings to their defaults, but that didn't make a difference. I still get that error, despite the fact Config>Containers>Mp4 Settings>"FFmpeg instead of MP4Box" isn't even enabled. And I also don't see other settings that make a difference when disabled. RE: "Real" PAL<>NTSC framerate conversion with speed changing? - Selur - 15.08.2021 Would need a debug output to know what's happening,.. Cu Selur RE: "Real" PAL<>NTSC framerate conversion with speed changing? - DannyHicks - 15.08.2021 (15.08.2021, 19:53)Selur Wrote: Would need a debug output to know what's happening,.. HybridDebugOutput.txt Both my MP4 and MKV attempts are here. The output files that were supposed to be created (if there was no error) are test.mp4 and test.mkv. RE: "Real" PAL<>NTSC framerate conversion with speed changing? - Selur - 16.08.2021 Sadply the debug onl contains the job creation and where Hybrid aborts and not the analysis of the source. I created a dev version where I removed the restriction in Hybrid, but the ouput fps might not be changed or you end up with an output file where signals different fps in the stream and the container. -> test the version (send link via pm) and let me know what happenes. Cu Selur RE: "Real" PAL<>NTSC framerate conversion with speed changing? - shijan - 16.08.2021 I can reproduce same problem on macOS if use like this: Video to passthrough Muxing->Overwrite->Frame rate set to '50' Audio' to 'custom' Audio->Base->Audio Encoding Options->Filtering->Speed change set to '50' Same pop-up message: "Can't use FFmpeg for muxing with video passthrough since output(50) and input(25) frame rate differ!" RE: "Real" PAL<>NTSC framerate conversion with speed changing? - Selur - 16.08.2021 LOL, found the typo, due to some changes Hybrid thought, during the job check, that ffmpeg was always used. Cu Selur |