Can anyone tell me if there is a way around the following issue? (or explain it)
I am trying to convert a MKV to TS and the following output occurs
(Many other conversions have worked fine with identical settings)
C:\ffmbc -i myDVD.mkv -vcodec copy -acodec copy -f mpegts myVid.ts
FFmbc version 0.7-rc8
Copyright (c) 2008-2013 Baptiste Coudurier and the FFmpeg developers
[matroska,webm @ 00000000018ce730] Unknown entry 0xA4
Input #0, matroska,webm, from 'myDVD.mkv':
Metadata:
title: MYDVD
Duration: 02:47:55.60, bitrate: 5376 kb/s
Stream #0.0(eng): Video: mpeg2video (Main), yuv420p, 720x576i tff [PAR 64:45 DAR 16:9], 7500 kb/s, 25.00 fps
Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, s16, 384 kb/s (default)
Metadata:
title: 3/2+1
[mpegts @ 000000000377f540] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts
Output #0, mpegts, to 'myVid.ts':
Metadata:
encoder: FFmbc 0.7
Stream #0.0(und): Video: mpeg2video, yuv420p, 720x576i tff [PAR 64:45 DAR 16:9], stream copy, 25.00 fps
Stream #0.1(und): Audio: ac3, 48000 Hz, 5.1, s16, stream copy (default)
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop, [?] for help
[mpegts @ 000000000377f540] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 3600 >= 0
av_interleaved_write_frame(): Invalid argument
Thanks
jack
+ Reply to Thread
Results 1 to 14 of 14
-
-
Probably a problem with that specific MKV
(Many other conversions have worked fine with identical settings)
[matroska,webm @ 00000000018ce730] Unknown entry 0xA4
-
Without more information, it's not possible to determine if the problem is in the source file, in the build of ffmbc you're using, or in both.
For the record, mkvmerge still has some issues with MPEG-2 and MPEG-1 video, so it may create problematic MKVs even when the original streams aren't b0rked
As for ffmbc, well, the FFMPEG source-code is well-known for its "historical"
bugs / design flaws around "non-monotone timestamps"...
Last edited by El Heggunte; 18th Sep 2013 at 07:57. Reason: ..................
-
If you need more information let me know exactly what and I'll provide it.
The MKV plays back fine however I need to convert to .ts - doing so works fine with TSmuxer but
unfortunately audio is out of sync (see my previous thread relating to TSMuxer bug for details if you wish)
which is why I'm resorting to ffmbc
In the meantime I suspect this is the relevant issue in the ffmb response:
[mpegts @ 000000000377f540] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 3600 >= 0
which was the red line in the error message.
Perhaps someone can explain exactly what that means? -
Was the original a DVD ? Decrypted ? So did you used MKVToolnix on the VOB ?
You can try an updated build of ffmpeg (I doubt it will help) , as ffmbc hasn't been updated in a while
That mux error is actually very common - people see it all the time -
Besides, if you are sure there exists an MPEG-2 related bug in TSmuxer,
please don't be shyand get in touch with its author (Roman):
http://forum.doom9.org/showthread.php?t=168539&page=6
Originally Posted by physic -
if [mpegts @ 000000000377f540] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 3600 >= 0
is seen all the time presumably someone knows what the message means?
The obvious things have been tried and of course the DVD is decrypted - I did say the MKV plays. -
I don't know what it means besides a bad mux. A simple search shows that it's very very common. In my experience it's one of the most common ffmpeg / ffmbc errors.
Some patches have been applied to ffmpeg that supposedly fix it in some scenarios, but if you tried a recent binary, still same error message, then consider submitting a sample and bug report -
Thanks El... It seems strange that something so widely reported cant be eliminated
Similar Threads
-
FFMBC remux .mxf files and audio
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 20th Jun 2013, 00:26 -
FFMBC: Mute Audio Tracks
By killerkamatis in forum Video ConversionReplies: 0Last Post: 15th Aug 2012, 05:14 -
FFmbc 0.7 for Windows
By Chris K in forum Video ConversionReplies: 0Last Post: 30th Sep 2011, 14:28 -
FFmpeg / FFmbc ---> 8 Mono track to 1 Stereo
By elmuz in forum Video ConversionReplies: 2Last Post: 13th Jun 2011, 06:06 -
FFmbc
By elmuz in forum Video ConversionReplies: 11Last Post: 27th Apr 2011, 02:41