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
To enable fast seeking we need to specify option -ss before input parameter -i. However in python-video-converter by default will use slow seeking because option -ss placed after input -i, see:
To enable fast seeking we need to specify option
-ss
before input parameter-i
. However in python-video-converter by default will use slow seeking because option-ss
placed after input-i
, see:python-video-converter/converter/ffmpeg.py
Line 421 in 0cad6b0
Here is my (dirty) implementation to enable fast seeking, rizkyabdilah@a17054c
Please review and consider implement fast seeking, thanks.
The text was updated successfully, but these errors were encountered: