[FFmpeg-user] how to change the framerate for an MTS file recorded by the Panasonic TM-700 in 60p?

Christian von Kutzleben christian.von.kutzleben at gmail.com
Sat Dec 8 12:50:43 CET 2012


Hi Carl Eugen,

>
> $ ffmpeg -i input -r 30000/1001 -qscale 2 out.ts
>
> (To a certain degree, you are expected to have tried something
> before posting here, at least if your question is so trivial.)
> I suspect you want to use some more / different output options
> but they are difficult for me to guess;-)
>
>
Thanks for your help! You are right, I should have tried a bit more myself,
however,
I'm a bit under time pressure and was overwhelmed by the plethora of
options that ffmpeg offers.

The result of the conversion using the options you told me looks good
enough, of course without
knowing the internals of ffmpeg (and my video stream) I don't know, whether
this is the most
"loss-least" conversion method.

I could image, that for this particular conversion, assuming an example
sequence of i1p1p2p3p4...
the conversion could yield i1(p1+p2)(p3+p4), which, give or take rounding
issues, would be virtually lossless.

Just out of curiosity: Is there an ffmpeg option to dump the types of all
frames in a video stream?

Thank you!

Christian


More information about the ffmpeg-user mailing list