Posts: 265
Threads: 48
Joined: Sep 2018
Thank you !!!
I'll test it ASAP !
regards
Hi,
I saved your profile, rebooted Hybrid, loaded the profile, and opened a cartoon with Input PAR = 12x11 (1.091).
and "Convert Output to PAR" isn't enabled anymore
???
would you like a level 4 log ?
EDIT :
I saw smthg strange...
i loaded your profile setting the parameter "Convert output to PAR" = Square pixel (1), then :
- I loaded 1 cartoon : then the parameter isn't set anymore
- I loaded 10 cartoons at the same time : the parameter stays set !
???
regards
Posts: 28
Threads: 6
Joined: Dec 2017
Hybrid Muxing a stopped working
selecting video passthrough and selecting muxing
pixel aspect ratio 1: 1 does not work
waiting for mp4box to be corrected at command line
MP4Box.exe -add "video.track_1.h264":par=1:1 -add "Video.track_2.aac" -new "Video_Mux.mp4"
Posts: 10.598
Threads: 57
Joined: May 2017
Look at the Crop/Resize-YMisc->Misc settings.
You probably at least want to enable: 'Keep output PAR'
When loading multiple files resize&co doesn't get reset, since the setting is assumed to be for all sources.
Regarding the 'stuck' during muxing, what happens id you call the call Hybrid uses in a command line.
Alternatively share a debug output level 9 of the muxing.
My guess is that mp4box doesn't support something about the H.264 and ffmpeg needs to be used for muxing.
(Config->Output->Container->Mp4 Settings->FFmpeg instead of MP4Box)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 28
Threads: 6
Joined: Dec 2017
Posts: 10.598
Threads: 57
Joined: May 2017
I see the problem is that: 'Config->Output->Container->Mp4 Settings->Signal PAR 1:1' (compatibility to some NLE tools) is disabled which is why Hybrid does not add ':par=1:1', but it should in case the input and output PAR differ.
-> will fix
until I fixed it, you can simply enable: 'Config->Output->Container->Mp4 Settings->Signal PAR 1:1' to fix this.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 28
Threads: 6
Joined: Dec 2017
Thank you solved the problem