ffmpegに関するメモ


このエントリーをはてなブックマークに追加

動画を60秒おきに分割(再エンコードなし)

ffmpeg -i input.mp4 -c copy  -segment_time 60 -f segment -reset_timestamps 1 output_%02d.mp4

参考 - windows 7 - How to split videos with FFmpeg and -segment_times option? - Super User