Is there a tool to extract chapter data and timecodes from m4v files?
FYI - Although they can be copied and played on any device w/o conversion or DMR removal these files show as "Protected" when i look at the file infromation. All I want is the Chapter data and coresponding timecodes that can be seen in "Quicktime Player" and iTunes.
Preferably a Windows app but Mac will do and preferably freeware.
Thanks.
See Quicktime (Windows) below.
![]()
+ Reply to Thread
Results 1 to 4 of 4
-
-
Try mp4box or a gui for it like yamb, see http://yamb.unite-video.com/extract.html
-
Mplayer will list chapter info with the -identify command. I.e.:
Code:$ mplayer w_ASL_20120115_03.m4v -identify -novideo -nosound ID_CHAPTER_ID=0 ID_CHAPTER_0_START=0 ID_CHAPTER_0_END=7007 ID_CHAPTER_0_NAME=Title Page ...
Code:$ mplayer w_ASL_20120115_03.m4v -identify -novideo -nosound | grep NAME | awk 'BEGIN {FS = "="} ; {print $2}' > chapters.txt Title Page Summary Title
-
atticushp,
This looks great, thanks for your help. Can you tell me what type of timecode it is outputting? What do numbers like (7007) correspond to. They don't appear to be frame numbers or seconds, but I could be wrong. Is there a way to convert this to minutes/seconds?
Thanks again,
ihudson
Similar Threads
-
how to extract meta data from a DVD?
By Toastie in forum Authoring (DVD)Replies: 5Last Post: 10th Aug 2011, 23:12 -
How to create M4V files w/AC3+AAC from M4V w/AC3 only??
By williamlondon in forum MacReplies: 4Last Post: 5th Oct 2010, 16:15 -
M4V Timecodes?
By Penumbra in forum Video ConversionReplies: 5Last Post: 2nd Apr 2010, 16:21 -
VOB2MPG Chapter Extract as Text File?
By ron spencer in forum SVCD2DVD & VOB2MPGReplies: 2Last Post: 12th Sep 2009, 16:01 -
Chapter Tool?
By pepegot1 in forum Authoring (DVD)Replies: 2Last Post: 17th Aug 2007, 09:55