Log in

View Full Version : Frames changed after encoding !!


Ochan
28th November 2008, 19:33
Hello there,

After done from encoding the episode, the video frames are Changing :(
I mean after the encoding, all the typesetting are changing

And all the videos that I've add to the orignal video "made it by After Effect", are changing too!
And if wanna see the AVS file, HERE IS IT :

DirectShowSource("G:\[Shinsen-Raws] Kuroshitsuji - 02 (1440x1080 x264-AAC).mp4",fps=23.976,convertfps=true)
LanczosResize(1280,720)
Logo01 =AviSource("G:\Kuroshitsuj\[Credit] Kuroshitsuji.avi")
insertsign(last, logo01, 1048, 2947)
Logo02 =AviSource("G:\Kuroshitsuj\Logo.avi").ConvertTORGB32()
insertsign(last, logo02, 1109, 1192)
Logo03 =AviSource("G:\Kuroshitsuj\[Typ01]Kuroshitsuji.avi").ConvertTORGB32()
insertsign(last, logo03, 2949, 3068)
Logo04 =AviSource("G:\Kuroshitsuj\[Typ02]Kuroshitsuji.avi").Tweak(sat=1.1,cont=1.1).ConvertTORGB32()
insertsign(last, logo04, 7972, 8069)
textsub("G:\Kuroshitsuj\Kuroshitsuji_Typeset ep2.ass")
textsub("G:\Kuroshitsuj\Karaoke - OP ep02.ass")
textsub("G:\Kuroshitsuj\Karaoke - OP - ep02.ass")
textsub("G:\Kuroshitsuj\Karaoke - ED.ass")
textsub("G:\Kuroshitsuj\Karaoke - ED T.ass")

Thanks. :)

Ochan
28th November 2008, 21:37
I'm not quite sure what you mean, but whatever is wrong, DirectShowSource could be the source of the problem. Try the various options like seek=false, or find another way of decoding mp4.

Cheers,
David.

I meant, the typ timing, is not as I put before encoding!
And the videos that i've added, is Advanced 1 or 2 frames.

:)

setarip_old
28th November 2008, 21:54
@Ochan

Hi!

It sounds like you're referring to the timing of subtitles that you've added to a commercial DVD.

What is all this "Logo" stuff? Are you trying to add your personal logo to the commercial movie? Perhaps it's the cause of your problem:Logo01 =AviSource("G:\Kuroshitsuj\[Credit] Kuroshitsuji.avi")
insertsign(last, logo01, 1048, 2947)
Logo02 =AviSource("G:\Kuroshitsuj\Logo.avi").ConvertTORGB32()
insertsign(last, logo02, 1109, 1192)
Logo03 =AviSource("G:\Kuroshitsuj\[Typ01]Kuroshitsuji.avi").ConvertTORGB32()
insertsign(last, logo03, 2949, 3068)
Logo04 =AviSource("G:\Kuroshitsuj\[Typ02]Kuroshitsuji.avi").Tweak(sat=1.1,cont=1.1).ConvertTORGB32()
insertsign(last, logo04, 7972, 8069)