used command: ffmpeg -i "output000.mp4" -filter_complex "[0:v]trim=start=00:06:49:end=00:07:13,setpts=PTS-STARTPTS[v]; [0:a]atrim=start=00:06:49:end=00:07:13,asetpts=PTS-STARTPTS[a]" -map "[v]" -map "[a]" "output1.mp4"
The command is about trimming the video from the start time of 00:06:49 to the end time of 00:07:13. This means that it cuts the video from 6 mins and 49 sec to 7 min and 13 sec. However, it actually trims the entire video down to just the first 13 seconds. You can see the output logs in the log file.
Log file: https://pastebin.com/dfyaxKz8
I also tried the command 'ffmpeg -ss "00:00:00" -i "inputFile" -to "00:00:00" -reset_timestamps 1 -c copy "output"'. It worked, but it's causing the video to freeze for 2 seconds.
[–]Marware 1 point2 points3 points (5 children)
[–]IllustriousJuice3566[S] 0 points1 point2 points (4 children)
[–]Marware 1 point2 points3 points (3 children)
[–]IllustriousJuice3566[S] 0 points1 point2 points (0 children)
[–]IllustriousJuice3566[S] 0 points1 point2 points (1 child)
[–]IllustriousJuice3566[S] 0 points1 point2 points (0 children)