I am using ffmpeg to tell me video info. Specifically:
ffmpeg -i video.ext
I get the output:
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 704x576 [PAR 12:11 DAR 4:3], 9578 kb/s, 25 tbr, 90k tbn, 50 tbc
Does anyone know what tbr, tbn and tbc are exactly? I have seen speculation on the net but nothing definitive?
Well it's all about time. FFMpeg uses in fact three different timestamps in different bases in order to work.
This was also asked on the FFmpeg mailing lists: What does the output of ffmpeg mean? tbr tbn tbc etc?