16.03.2021, 21:27
Okay,...
to determine whether your cur settings are applied looking at the jobs should be enough,..
If you disable 'Jobs->Base->Queue->Minimize job command line' you can the the whole encoding call.
The beginning of the call is the decoding call for example:
Note that there is '-ss 00:00:07.500' before the input and "-ss 00:01:00.000 -t 00:00:09.466" after the input.
(see: https://trac.ffmpeg.org/wiki/Seeking if you want to understand why)
If Hybrid does not add those cut/seek entries in a call where it should do so, create a debug output of the job creating and I can look at it.
Also if you do different things, use different sources create a new debug output.
Cu Selur
to determine whether your cur settings are applied looking at the jobs should be enough,..
If you disable 'Jobs->Base->Queue->Minimize job command line' you can the the whole encoding call.
The beginning of the call is the decoding call for example:
ffmpeg -y -ss 00:00:07.500 -loglevel fatal -noautorotate -nostdin -threads 4 -ignore_editlist true -i "D:\Videos\ArpieL\2018-03-07-0052-32_ArpieL.mp4" -map 0:1 -an -sn -ss 00:01:00.000 -t 00:00:09.466 -pix_fmt yuv420p -vsync 0 -f rawvideo - | ...
(see: https://trac.ffmpeg.org/wiki/Seeking if you want to understand why)
If Hybrid does not add those cut/seek entries in a call where it should do so, create a debug output of the job creating and I can look at it.
Also if you do different things, use different sources create a new debug output.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.