[FFmpeg-user] repeat a frame

Mark Filipak (ffmpeg) markfilipak at bog.us
Tue Mar 2 23:13:11 EET 2021


On 2021-03-02 15:18, Carl Eugen Hoyos wrote:
> Am Di., 2. März 2021 um 20:51 Uhr schrieb Mark Filipak (ffmpeg)
> <markfilipak at bog.us>:
>>
>> On 2021-03-02 13:31, Carl Eugen Hoyos wrote:
>>> Am Di., 2. März 2021 um 17:50 Uhr schrieb Mark Filipak (ffmpeg)
>>> <markfilipak at bog.us>:
>>>>
>>>> I've searched the docs one-by-one. I seek a simpler way to repeat a frame.
>>>
>>> Increase the frame rate, either with the fps filter or the ffmpeg option "-r".
>>> They differ in their greediness and verbosity on the status line.
>>
>> Thank you, Carl Eugen, I have noted that reality.
>>
>> Since I've assumed that AVFrame *is* the format of the frames in the filter
>> pipeline (and therefore int64_t), and based on an assumption that TB is
>> also 64 bits, I've adopted TB = 1/(720000 ticks/s)...
> 
> timebase is not 64bit, I believe this was already mentioned.

No, it has not been mentioned.

What is the struct name of frames in the filter pipeline?

What is the name of the struct that includes time base?


More information about the ffmpeg-user mailing list