View Single Post
Old 24th September 2020, 22:01   #33  |  Link
anton_foy
Registered User
 
Join Date: Dec 2005
Location: Sweden
Posts: 703
@Cary Knoop
Quote:
The "non-processed" video is virtually pitch black and is 444, clearly this is not the straight out of camera clip.

Just take a second from the out of camera clip by for instance doing:

ffmpeg -i clip.mov -ss 10 -t 1 -c:v copy test.mov

This will take one second from the clip at the 10 second marker. Leaving -ss out will take the 1 second from the start.
Ah crap, I see that now. I was running it through avisynth without any filters or any conversion but something must have happened (me tired probably).

Thanks, I will use that (ffmpeg -i clip.mov -ss 10 -t 1 -c:v copy test.mov) tomorrow when I get home and post a link.
anton_foy is offline   Reply With Quote