Prores export worked fine but I ended up having to add a segment so I have to rerender aaaaaa lmao
When I export 4k60 through H264 I’m exporting it at 90mbps High profile. Bitrate shouldn’t be a problem here. I̶’̶m̶ ̶r̶e̶e̶x̶p̶o̶r̶t̶i̶n̶g̶ ̶t̶o̶ ̶M̶a̶i̶n̶ ̶r̶i̶g̶h̶t̶ ̶n̶o̶w̶,̶ ̶h̶o̶p̶e̶f̶u̶l̶l̶y̶ ̶i̶t̶ ̶w̶o̶n̶’̶t̶ ̶e̶r̶r̶o̶r̶ ̶o̶u̶t̶.̶ ̶I̶t̶ ̶s̶u̶r̶e̶ ̶d̶o̶e̶s̶ ̶f̶e̶e̶l̶ ̶l̶i̶k̶e̶ ̶i̶t̶’̶s̶ ̶t̶a̶k̶i̶n̶g̶ ̶l̶o̶n̶g̶e̶r̶ ̶t̶h̶a̶n̶ ̶u̶s̶i̶n̶g̶ ̶H̶i̶g̶h̶ ̶t̶h̶o̶u̶g̶h̶ ̶:̶/̶ looks like it froze ugh
I might try transcoding my footage to Prores incase this happens again. I transcoded my footage with FFMpeg and even though the footage looked perfectly fine in MPC, Premiere has this awful color shifting.
Attachment 1 is what it looks like in Premiere.
Attachment 2 is what it’s supposed to look like. This is how the Prores transcoded footage looks through MPC, although this screenshot is from the original H264 video inside the Premiere project. Notice the reds in the dude’s hoodie and his skin tones.
ffmpeg script:
-c:v prores_ks -profile:v 3 -qscale:v 9 -c:a pcm_s16le -threads 12
Anyone know how to fix this? I know this has to do with color matrix. Adding the rec709 filter in my script doesn’t work.