79768552

Date: 2025-09-18 14:10:52
Score: 0.5
Natty:
Report link

ffmpeg -i input.mp3 -ss START_TIME -to END_TIME -c copy output.mp3

for example to cut the audio file from 7 seconds to 4 minute 45 seconds ( 285 seconds)
ffmpeg -i input.mp3 -ss 7 -to 285 -c copy output.mp3

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Joaquim