I have a massive problem, so I would be really thankful if someone of you could lend me out a hand:
After rendering(uncompressed)> this is my result:
Looks fine, right?
But when it comes to encoding it to an mp4 file: here are the results I get:
Zarx
Amvsimple:
AMVcomplex:
BakeEncoder
These are my settings:
Also I tried encoding with lagarith: But I am receiving a error with baka-encoder and Amvsimple, when compressing:
[HELP] Color change after encoding !
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: [HELP] Color change after encoding !
Edit: Retracted, incorrect assessment.
Last edited by l33tmeatwad on Fri Jul 04, 2014 5:08 pm, edited 1 time in total.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: [HELP] Color change after encoding !
The colormatrix is correct, that's a range issue.
Your footage is TV levels, but is being decoded as PC levels, that's my closest guess as to why it gets that look.
I'd first make sure you have a proper playback setup: uninstall all your players and then install CCCP ( http://cccp-project.net/ ).
If after rebooting and repairing CCCP in the CCCP Settings you still get the wrong range in Media Player Classic Home Cinema, come back here.
PS: The colormatrix is set on auto by default. That means it's autoguessed based on the resolution. A 960x720 gets autoguessed to bt709, as per ffmpeg standard, anything that is larger than 1024 and/or taller than 600 is considered HD.
Your footage is TV levels, but is being decoded as PC levels, that's my closest guess as to why it gets that look.
I'd first make sure you have a proper playback setup: uninstall all your players and then install CCCP ( http://cccp-project.net/ ).
If after rebooting and repairing CCCP in the CCCP Settings you still get the wrong range in Media Player Classic Home Cinema, come back here.
PS: The colormatrix is set on auto by default. That means it's autoguessed based on the resolution. A 960x720 gets autoguessed to bt709, as per ffmpeg standard, anything that is larger than 1024 and/or taller than 600 is considered HD.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: [HELP] Color change after encoding !
Edit: Retracted, incorrect assessment.
Last edited by l33tmeatwad on Fri Jul 04, 2014 5:09 pm, edited 1 time in total.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: [HELP] Color change after encoding !
Since we're getting in OT territory, I'll spoiler it out:
Now to get back on track with the OP's screenshots, here's what happens to the "wrong" images after the following code:
Which means it only goes through a levels conversion, no matrix conversion. Using PC.601 and then Rec601 would result in identical output.
http://abload.de/img/0e8j8z.png
I think we can agree it now matches the input screenshot posted, both in matrix and range.
So, now that you are convinced the issue is in the range, and not in the colormatrix, we have to wait for OP to respond.
Spoiler :
Code: Select all
converttoyv12(matrix="PC.709")
converttorgb32(matrix="Rec709")
http://abload.de/img/0e8j8z.png
I think we can agree it now matches the input screenshot posted, both in matrix and range.
So, now that you are convinced the issue is in the range, and not in the colormatrix, we have to wait for OP to respond.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: [HELP] Color change after encoding !
Good eye, but perhaps you should have posted all that information with your first post? Would have been a bit more helpful ;p
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube