Recopilación de nuestros shaders
-
honorable
Re: Recopilación de nuestros shaders
Siguiendo con mis pruebas he visto que los shaders que hay por defecto para ganar en negros suelen ser muy agresivos para la mayoria de peliculas, por lo que estoy haciendo pruebas modificando los valores,de momento os dejo algun resultado.
Imagen limpia

con el shader 16-235 to 0-255[SD][HD] por defecto

Con el sgader modificado

Os dejo el shader con los valores cambiados
/*
* (C) 2007-2013 see Authors.txt
*
* This file is part of MPC-HC.
*
* MPC-HC is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* MPC-HC is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
sampler s0 : register(s0);
#define const_1 ( 08.0 / 245.0)
#define const_2 (255.0 / 219.0)
float4 main(float2 tex : TEXCOORD0) : COLOR
{
// original pixel
float4 c0 = tex2D(s0, tex);
return ((c0 - const_1) * const_2);
}
El equipo es un AMD Athlon 3500+,4gb de ram ddr2 400, vga ati 1600x y placa foxcom.Corriendo en windows 64 profesional y con Pot player v.1.6.48985.
Salidos
Televisor LG LM615S 2012 con tecnología 3D
Playstation 3 Slim 1TB
Xbox 360 500GB
Onkyo HT-S3505 - Sistema Home Cinema 5.1
BenQ MW523
Benq W1090
Lenovo Z50-70 I5 4200 6GB GT840M 2GB
Intel I5 4460 Asus R9 380X 16GB DDR4 256SSD HDD 4TB
Multiples caharros para la causa.

Temas similares
-
Por Bonnascope en el foro DVD (películas, series, documentales...)
Respuestas: 4
Último mensaje: 09/10/2008, 00:53
-
Por lucentumm1 en el foro Videojuegos
Respuestas: 20
Último mensaje: 31/01/2007, 09:29
-
Por Shinji Mikami en el foro Videojuegos
Respuestas: 13
Último mensaje: 21/10/2006, 22:18
-
Por MIRZA en el foro Acústica (audiofília, tertulias audiófilas...)
Respuestas: 0
Último mensaje: 01/03/2005, 21:48
Permisos de publicación
- No puedes crear nuevos temas
- No puedes responder temas
- No puedes subir archivos adjuntos
- No puedes editar tus mensajes
-
Reglas del foro