I extracted an mkv file from a dvd which had a mastering error that inverted the rgb channels on a particular film that I want to save to a flash drive to watch on vacation in Florida in a couple of weeks. I’m trying to switch the red and blue channels on the file to correct the mastering error from the original dvd source.
Here are some examples of the mastering problem that I found online... I guess someone took screen caps and then fixed the colors in Photoshop to prove that the red & blue channels were in fact reversed.
[Attachment 51835 - Click to enlarge]
[Attachment 51836 - Click to enlarge]
[Attachment 51837 - Click to enlarge]
[Attachment 51838 - Click to enlarge]
As much as I'd like to take a psychedelic trip through the Everglades, I'd really just like to find some easy to use and preferably free software that will reverse the red & blue channels for me so that I can watch this thing properly.
I have no idea how to do this with an mkv.
Can someone please walk me through this?
+ Reply to Thread
Results 1 to 2 of 2
-
-
Are you sure it's R/B reversal not U/V reversal? They're pretty close with those images but U/V swap looked a little better to me -- the sky was a little more blue, less purple.
Both are easy in AviSynth but the program isn't easy to learn.
Code:SwapUV() # U/V swap
Code:MergeRGB(ShowBlue(), ShowGreen(), ShowRed()) # R/B swap
Similar Threads
-
Red and Blue Climbing Histogram Walls
By koberulz in forum RestorationReplies: 11Last Post: 2nd Jul 2019, 09:48 -
How to switch in between left and right audio channels for MPEG file?
By Jamie651 in forum Newbie / General discussionsReplies: 11Last Post: 13th Mar 2018, 14:50 -
Inserting one .mkv file into the middle of another .mkv file
By Cinderwolf in forum EditingReplies: 4Last Post: 29th Dec 2017, 16:48 -
Merging MKV extracted files to playable MKV video file
By deepfrayder in forum EditingReplies: 9Last Post: 12th Dec 2017, 23:17 -
Burning 3d mkv file to blue ray 3d
By Poetheraven1 in forum Authoring (Blu-ray)Replies: 22Last Post: 30th May 2016, 09:29