Talk:FAQ loading clips

From Avisynth

Jump to: navigation, search
  • Graphedit section needs to be elaborated on.
In what way does it need elaboration? Wilbert 13:29, 15 April 2012 (UTC)
  • Regarding importing MP4 using FFMpegSource, this page talks about using the timecodes file to check if the file is cfr or vfr. However, it doesn't tell you how to interpret the timecodes file, information which doesn't seem accessible on the internet. Does anyone know? For example,

# timecode format v2 0.000000 42.000000 83.000000 125.000000 I don't know what this tells me about the framerate. 134.71.140.81 03:04, 13 April 2012 (UTC)

It denotes the start of a frame in milliseconds. So the first frame starts as 0 milliseconds and ends at 42 milliseconds. The second frame starts as 42 milliseconds and ends at 83 milliseconds. cfr means that the difference between each start should be the same. See for example https://trac.bunkus.org/ticket/59 . It would surprise me if this is not specced anywhere. Wilbert 13:29, 15 April 2012 (UTC)
Personal tools