un_pogaz
New Member
It would be very useful to add an option that automatically divided the output file (time or file size)
There would be a lot of advantage, especially when editing (segments loading faster than one BIG file / choice of section useful or not...)
Important/Useful: FFmpeg is already able to do this ( ffmpeg.exe -i "test.mp4" -c copy -f segment -segment_time <sec> -reset_timestamps 1 "test_%02d.mp4" )[ The %02d will automatically number the output files, do not put -reset_timestamps to 0]
Ok, it only splits in second, but as OBS knows the bitrates, one can "calculated according to the size".
PS: I do not understand how to enter this command line in the "Custom Muxer Setting", Help?
There would be a lot of advantage, especially when editing (segments loading faster than one BIG file / choice of section useful or not...)
Important/Useful: FFmpeg is already able to do this ( ffmpeg.exe -i "test.mp4" -c copy -f segment -segment_time <sec> -reset_timestamps 1 "test_%02d.mp4" )[ The %02d will automatically number the output files, do not put -reset_timestamps to 0]
Ok, it only splits in second, but as OBS knows the bitrates, one can "calculated according to the size".
PS: I do not understand how to enter this command line in the "Custom Muxer Setting", Help?