digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Convertir y Codificar Video (Español) (http://www.digitalfaq.com/archives/espanol/)
-   -   Video de anime subtitulado y los sub me quedan al borde inf. (http://www.digitalfaq.com/archives/espanol/4890-video-anime-subtitulado.html)

mono_rata 08-05-2003 10:52 AM

video de anime subtitulado y los sub me quedan al borde inf.
 
Hola, quiero pasar una serie de anime con resolucion 480x640 a kvcd y al usar el MovieStacker me recorta un poco la imagen y los subtitulos quedan al limite con la patre inferior del video, un poco mas y quedan por la mitad.

Pongo unas imagenes para que vean.

Avi original
http://www.digitalfaq.com/archives/error.gif

Con script avisynth
http://www.digitalfaq.com/archives/error.gif

Lo ideal
http://www.digitalfaq.com/archives/error.gif

Quiero que me quede como la ultima imagen.

Use este script:
  • #================================================= ====#
    # -= AviSynth script by MovieStacker v2.0.0 (beta) =- #
    #================================================= ====#

    LoadPlugin("D:\x\PROGRAMAS\MOVIESTACKER\Filters\MP EG2Dec.dll")
    LoadPlugin("D:\x\PROGRAMAS\MOVIESTACKER\Filters\Gr ipFit_preview.dll")
    LoadPlugin("D:\x\PROGRAMAS\MOVIESTACKER\Filters\Bl ockBuster.dll")
    LoadPlugin("D:\x\PROGRAMAS\MOVIESTACKER\Filters\Un Filter.dll")
    LoadPlugin("D:\x\PROGRAMAS\MOVIESTACKER\Filters\Le galClip.dll")

    AviSource("D:\x\Videos\hellsing3\hellsing3\hellsin g09.avi")
    LegalClip()
    GripCrop(352, 240, overscan=1, source_anamorphic=false)
    GripSize(resizer="BilinearResize")
    UnFilter(50, 50)
    TemporalSmoother(1, 2)
    MergeChroma(blur(1.58))
    MergeLuma(blur(0.2))
    BlockBuster(method="noise", detail_max=7, seed=1)
    GripBorders()
    LegalClip()

¿Que cambio tengo que hacer?.

Gracias.

PD: Donde sale la carita es un "nº ocho)", no se usar esto.

fabrice 08-05-2003 11:53 AM

Hola mono (o priefieres rata?! :) )

Para que no te transforme el 8 ) en 8) puedes añadir un espacio entre los 2 o pegar el texto como Code (lo ves arriba?).

Por lo que he visto, la peli de origen es 480x640, no anamorphic, así que con un overscan de 1, te corta 8 pixeles (esto lo he sacado con el moviestacker).
Intentalo con overscan=2. Según mi moviestacker, no te corta nada!

Salu2

mono_rata 08-05-2003 01:49 PM

Si, con overscan=2 queda como quiero y por lo que veo me deja las franjas mas grandes, mejor porque mi tv se come harto los bordes de la imagen.

Gracias.

sertinell 08-06-2003 05:28 PM

Una duda el overscan =2 no son 16 pixeles?¿


All times are GMT -5. The time now is 01:27 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.