This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] Timecode Problem with Cut Support
#9
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:
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 - | ...
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
Reply


Messages In This Thread
RE: Timecode Problem with Cut Support - by Selur - 16.03.2021, 21:27

Forum Jump:


Users browsing this thread: 1 Guest(s)