Menu

Time code of first frame

lozdog
2014-09-19
2014-10-18
  • lozdog

    lozdog - 2014-09-19

    I am a newbie learning about media info.
    I am trying to access the start timecode on a .mov
    I am on a mac and I have run the following code in applescript

    set bla to do shell script "/usr/local/bin/mediainfo '--Inform=Video;Aspect %DisplayAspectRatio/String%' " & quoted form of POSIX path of movie_alias_name

    and I can see from the output that there is information about the start timecode i.e.
    Time code of first frame

    However this is just a part of a bunch of other info I get. How do I specify the code so it just outputs the start timecode?

    Thanks in advance

     
  • Jerome Martinez

    Jerome Martinez - 2014-10-18

    I apologize for the late answer.
    '--Inform=Other;%TimeCode_FirstFrame%'

     

Log in to post a comment.