NoX1911
5th April 2005, 00:38
I'm trying to encode some RV8 videos for my s60 mobile phone with real producer 9. Strange thing is that some frames get blurred (like field interpolation) but all post processing filters are disabled. Its best visible if you encode branded videos. I tried all possible settings (sharp,...) but nothing helps. Only solution is to use RV9 but thats not supported by mobiles (i think). Is it the "nature" of RV8 format to produce such artefacts or is there any solution?
Example video:
Download (rar file) (http://de.geocities.com/heldimzelt1638/video.zip) 350kb
(german audio, just watch the branding, there is audio offset but doesnt matter atm...)
176x144
15fps
2-pass
128kbit max
75kbit avg
11kbit music
Avisynth script serving real producer:DirectShowSource("guckstdu.mpeg",25)
changefps(15)
bicubicresize(176,144)
brand=ImageReader("nox.bmp")
alpha=ImageReader("nox-mask.bmp")
Overlay(brand,x=147,y=20,mask=alpha,mode="blend",opacity=0.75)
Example video:
Download (rar file) (http://de.geocities.com/heldimzelt1638/video.zip) 350kb
(german audio, just watch the branding, there is audio offset but doesnt matter atm...)
176x144
15fps
2-pass
128kbit max
75kbit avg
11kbit music
Avisynth script serving real producer:DirectShowSource("guckstdu.mpeg",25)
changefps(15)
bicubicresize(176,144)
brand=ImageReader("nox.bmp")
alpha=ImageReader("nox-mask.bmp")
Overlay(brand,x=147,y=20,mask=alpha,mode="blend",opacity=0.75)