From: Alan J. Pippin <alan@pippins.net>
Date: Sun, 20 Nov 2011 17:07:46 +0000 (-0700)
Subject: Added comments that describe how to get the latest ffmpeg and patch it
X-Git-Url: http://git.pippins.net/%27%20%20%20%20.%20%24GLOBALS%5B%27phpgw%27%5D-%3Elink%28%27inc/jquery/static/gitweb.css?a=commitdiff_plain;h=c67ee10afd440a0f4eae901512b614e7d8c7deea;p=videoscripts%2F.git

Added comments that describe how to get the latest ffmpeg and patch it
---

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)