From c67ee10afd440a0f4eae901512b614e7d8c7deea Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Sun, 20 Nov 2011 10:07:46 -0700 Subject: [PATCH] Added comments that describe how to get the latest ffmpeg and patch it --- mkv_extract_chapter | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mkv_extract_chapter b/mkv_extract_chapter index 142b8ec..4653278 100755 --- a/mkv_extract_chapter +++ b/mkv_extract_chapter @@ -3,6 +3,13 @@ # Description: Extract the given chapter(s) from an mkv file into separate video files # Requires: Newer version of ffmpeg to be installed that supports MKV chapters +# Howto compile the latest FFMPEG from src under Linux +# FFMPEG - http://ubuntuforums.org/showthread.php?t=786095 + +# Howto eliminate the non-monotonically increasing dts to muxer error +# Comment out the error message in ffmpeg src tree in libavformat/utils.c +# http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=49 + # MOV: # major_brand : qt # Video: h264 (avc1 / 0x31637661) -- 2.34.1