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
Weird - the end pause logic happens before the specific renderer so frames are getting rendered for it. I wonder if ffmpeg has some optimisation step that removes duplicate frames (would be bad, IMO)
In general I would recommend using AV to interface with ffmpeg though - does the issue arise there as well?
When using
ffmpeg_renderer()
, the added frames usingend_pause
aren't added to the video. An example:This is with gganimate 1.0.6 on R 4.0.2, Windows 10.
ffmpeg version: 4.3.1-full_build-www.gyan.dev
The text was updated successfully, but these errors were encountered: