Skip to content
Snippets Groups Projects
Commit 2b06f2d2 authored by erankor's avatar erankor Committed by Michael Niedermayer
Browse files

ffmpeg: add enc_time_base option


add a per-stream option for setting the encoder timebase.
the following values are allowed:
0 - for video, use 1/frame_rate, for audio use 1/sample_rate (this is
  the default)
-1 - match the input timebase (when possible)
>0 - set the timebase to provided number

Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6ce57fb3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment