projects
/
videoscripts
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32f5e50
)
Added some comments to describe what each extension was being used for
author
Alan J. Pippin
<alan@pippins.net>
Sun, 20 Nov 2011 17:03:59 +0000
(10:03 -0700)
committer
Alan J. Pippin
<ajp@pippins.net>
Sun, 20 Nov 2011 17:03:59 +0000
(10:03 -0700)
mkv_extract_chapter
patch
|
blob
|
history
diff --git
a/mkv_extract_chapter
b/mkv_extract_chapter
index 1d969e8350145467d0c2b7ffdd363e4fcca23736..142b8ecb496722677a64d561bed10dfe07827938 100755
(executable)
--- a/
mkv_extract_chapter
+++ b/
mkv_extract_chapter
@@
-83,8
+83,11
@@
sub detect_ext {
}
}
+ # Quicktime/MOV
if($h264 && $pcm_s16le) { return "mov"; }
+ # MTS
if($h264_high && $ac3) { return "mp4"; }
+ # 3GP/MP4
if($h264 && $aac) { return "mp4"; }
return "UNKNOWN";