I have a problem whit MeGui!
I made this AVS file:
AviSource("GbBeavisandButthead.mp4")
Fps=50 # replace by 50 if recording is PAL region.
SubsStart=2*Fps
SubsDura=5*Fps
PointResize(width*2,height*2)
Subtitle("Beavis And Butt-Head", \
first_frame=SubsStart, last_frame=SubsStart+SubsDura, \
y=height-48, size=24, text_color=$ffffff, align=2)
Subtitle("Played By wi3zap", \
first_frame=SubsStart, last_frame=SubsStart+SubsDura+5, \
y=height-24, size=24, text_color=$ffffff, align=2)
Subtitle("www.longplays.org", \
first_frame=SubsStart, last_frame=SubsStart+SubsDura+10, \
y=height, size=24, text_color=$ffff00, align=2)
ConvertToYV12() # Converts to YV12 colorspace for h264
but when i load the avs file in megui i get this error:
Quote
MeGui encountered a fatal error and may not be able to proceed.
Reason: (Useless, it's in Italian)
I follow the guide JonL step by step.
I rendered the video whit camtasia using defoult codec for 480p MP4
Can anyone help me?