video waktu pemotongan ffmpeg

ffmpeg -i input.mp4 -ss 00:00:30 -t 00:00:30 -async 1 output.mp4

# -ss start poin
# -t time record
Ganz404