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
"Can lichess export videos with playback features (pause, fast forward, etc.)?"
In Discord it is possible to share game GIFs but their playbacks cannot be controlled.
MP4 is seekable and can be created by ffmpeg -i l5o2Ar5j.gif -movflags +faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" l5o2Ar5j.mp4 https://unix.stackexchange.com/a/294892
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
"Can lichess export videos with playback features (pause, fast forward, etc.)?"
In Discord it is possible to share game GIFs but their playbacks cannot be controlled.
MP4 is seekable and can be created by
ffmpeg -i l5o2Ar5j.gif -movflags +faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" l5o2Ar5j.mp4
https://unix.stackexchange.com/a/294892
Beta Was this translation helpful? Give feedback.
All reactions