![]() |
Hybrid creates an output file duration of 2s - 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: Hybrid creates an output file duration of 2s (/thread-1387.html) |
Hybrid creates an output file duration of 2s - kingcrimsonster - 29.05.2020 Input file https://drive.google.com/file/d/1Hu3uzhNnN0VppDgrT7c2xU9SzHiyCeHC/view?usp=sharing The output file Duration : 1 s 43 ms Frame rate mode : Variable Frame rate : 22.052 FPS Original frame rate : 25.000 FPS RE: Hybrid creates an output file duration of 2s - Selur - 29.05.2020 It really would help if you at least could write what you are doins so I don't have to read the whole debug output,... calling, seems like ffmpeg has problems when extracting the video to an mkv file. Using mp4 as target or alternatively using tsMuxer as extractor fixes the issue. -> Can't fix in Hybrid. Cu Selur RE: Hybrid creates an output file duration of 2s - kingcrimsonster - 29.05.2020 Quote:It really would help if you at least could write what you are doins so I don't have to read the whole debug output,...To reduce the size of the debug file, I turned on the creation of the debug file at the time the task started. Debug output now much smaller. I think this will facilitate the analysis of the debug file. RE: Hybrid creates an output file duration of 2s - Selur - 29.05.2020 you again used ffmpeg for the extracting and mkv as target container,.... -> re-read my previous post. RE: Hybrid creates an output file duration of 2s - kingcrimsonster - 29.05.2020 (29.05.2020, 18:05)Selur Wrote: you again used ffmpeg for the extracting and mkv as target container,....I uncheck "Config" - "Input" - "Prefer ffmpeg for extraction from transport streams:" and leave mkv as target container - again this problem no problem. After I change target container to *.ts - target file is created normally, independently checked or not "Prefer ffmpeg for extraction from transport streams:". RE: Hybrid creates an output file duration of 2s - Selur - 29.05.2020 Create a debug output. If "Config->Input->Prefer ffmpeg for extraction from transport streams" is disabled, Hybrid should use tsMuxer (which is does for me for your sample) and then remuxing works fine here. Naturally this option must be disabled before creating the job. -> Can't reproduce your problem when the option is disabled. Please recheck your settings and create a debug output of the job creation and processing in case it still crashes for you. Cu Selur RE: Hybrid creates an output file duration of 2s - kingcrimsonster - 29.05.2020 Sorry for my carelessness. When I selected the target mkv container and uncheck "Config" - "Input" - "Prefer ffmpeg for extraction from transport streams:" - target file is created normally. |