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
i am using this command - python3 ffmpeg-split.py -f 'somevideo.mkv' -S 4194304000 whereby i intend to split the video under 4000 MB ( = 4194304000 bytes ) but the resulting output creates splits with filesizes like 3200-3300 MB . i know its meant to be approximate but 20-25% variation feels bit too much . Is there any way to make it split closer to the -S filesize passed ?
The text was updated successfully, but these errors were encountered:
i am using this command -
python3 ffmpeg-split.py -f 'somevideo.mkv' -S 4194304000
whereby i intend to split the video under 4000 MB ( = 4194304000 bytes ) but the resulting output creates splits with filesizes like 3200-3300 MB . i know its meant to be approximate but 20-25% variation feels bit too much . Is there any way to make it split closer to the -S filesize passed ?The text was updated successfully, but these errors were encountered: