You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplest way, set Timebase to the value inverted to required FPS, for example 1/60 and use sequential counter for the frames: 1, 2, 3, 4, ..., n. So, each frame time can be simple calculated in seconds: seq * timebase = n * 1 / 60.
wonderful work!!
Now I need to encode image sequence into file,I modify code from https://github.com/h4tr3d/avcpp/blob/master/example/api2-samples/api2-scale-video.cpp
but get errors:
my codes
The text was updated successfully, but these errors were encountered: