cmarrin / videomonkey

ffmpeg based video encoding tool for Mac OSX 10.6 and above
http://videomonkey.org
Other
38 stars 10 forks source link

Incorrect value for r: 0 #37

Closed cmarrin closed 13 years ago

cmarrin commented 13 years ago

when the ffmpeg reports the framerate in this format, Stream #0.0: Video: flv, yuv420p, 320x256, 29.97 tb(r)

the app transcodes with this command: ffmpeg -y -i input.flv ... -r 0 ... output.mp4

i assume the framerate parsing needs to take care of tb(r), too

cmarrin commented 13 years ago

Duplicate of https://github.com/cmarrin/videomonkey/issues#issue/40