Posts: 329
Threads: 107
Joined: May 2017
Input file
https://drive.google.com/file/d/1Hu3uzhN...sp=sharing
The output file
Duration : 1 s 43 ms
Frame rate mode : Variable
Frame rate : 22.052 FPS
Original frame rate : 25.000 FPS
Posts: 10.981
Threads: 57
Joined: May 2017
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
Posts: 329
Threads: 107
Joined: May 2017
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.
Posts: 10.981
Threads: 57
Joined: May 2017
you again used ffmpeg for the extracting and mkv as target container,....
-> re-read my previous post.
Posts: 329
Threads: 107
Joined: May 2017
(29.05.2020, 18:05)Selur Wrote: you again used ffmpeg for the extracting and mkv as target container,....
-> re-read my previous post.
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:".
Posts: 10.981
Threads: 57
Joined: May 2017
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
Posts: 329
Threads: 107
Joined: May 2017
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.