Download FFMPEG and read the documentation for the commands -ss and -t as these are the seek and duration commands.
An example command line would be something similar to:
ffmpeg.exe -r:0 29.97 -i input.mov -codec:v copy -codec:a copy -ss 3 -t 10 split_output.mov
The -r tag forces the framerate for the input file which FFMPEG can sometimes read incorrectly during splitting. The -codec:v copy and -codec:a copy means that I want to copy the video and audio without recompressing. -ss seeks in 3 seconds (this can be fine tuned, read documentation) and -t sets duration.
Should work fine. You may find that the first or last frame are black, but that’s the worst of things since most h.264 files are interframe.
A note for Premiere users: You may have to rename .mov files to .mp4 to dodge Quicktime processing, otherwise the file may not import for additional editing….. generally not good to split interframe codecs.
——————–
Angelo Lorenzo
Need to encode ProRes on your Windows PC?
Introducing ProRes Helper, an awesome little app that makes it possible
Fallen Empire Digital Production Services – Los Angeles
RED transcoding, on-set DIT, and RED Epic rental services
Fallen Empire – The Blog
A blog dedicated to filmmaking, the RED workflow, and DIT tips and tricks
Can your post production question fit in a tweet? Follow me on Twitter