VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. 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.

    Click image for larger version

Name:	chapters.png
Views:	1264
Size:	152.9 KB
ID:	11406
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Try mp4box or a gui for it like yamb, see http://yamb.unite-video.com/extract.html
    Quote Quote  
  3. 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
    ...
    You can get just the names with some filtering (should work on mac)
    Code:
    $ mplayer w_ASL_20120115_03.m4v -identify -novideo -nosound | grep NAME | awk 'BEGIN {FS = "="} ; {print $2}' > chapters.txt
    Title Page
    Summary
    Title
    Quote Quote  
  4. 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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!