Splitting a large video in to watchable chunks with ffmpeg

Created on 2021-11-18T09:21:06-06:00

Return to the Index

This card pertains to a resource available on the internet.

This card can also be read via Gemini.

ffmpeg -i Kathy\ Rain\ Director\'s\ Cut\ \[PC\]\ FULL\ GAME\ SUPERPLAY\ -\ NO\ COMMENTARY\ \[SmiMla_Zfhg\].mp4 \
 -c:v copy \
 -c:a copy \
 -f segment \
 -segment_time 25:00 \
 -reset_timestamps 1 \
 kathy-%02d.mp4