Hi all,
I've been trying to trim the .mp4 files that OBS creates. According to many sites this should be a simple task that simply requires ffmpeg and the following command :-
yet when I try to view the output file in Quicktime or import it into Premier CS for editing, all I see is a green screen with audio. I've also tried trimming OBS files using Avidemux which is a professional editing package and its results are the same, yet when I try other MP4/AVC files I have no problems.
Is there something strange with the way OBS encodes its mp4's? Does anyone else have trouble trimming their OBS output? I could be a problem with the codecs installed on my PC but before I wipe my computer I thought I'd better ask here for the professionals advice :-)
Cheers
I've been trying to trim the .mp4 files that OBS creates. According to many sites this should be a simple task that simply requires ffmpeg and the following command :-
Code:
ffmpeg --ss 00:30:00 -i input.mp4 -c copy -t 60 trimmed.mp4
yet when I try to view the output file in Quicktime or import it into Premier CS for editing, all I see is a green screen with audio. I've also tried trimming OBS files using Avidemux which is a professional editing package and its results are the same, yet when I try other MP4/AVC files I have no problems.
Is there something strange with the way OBS encodes its mp4's? Does anyone else have trouble trimming their OBS output? I could be a problem with the codecs installed on my PC but before I wipe my computer I thought I'd better ask here for the professionals advice :-)
Cheers