PDA

View Full Version : StaxRip - FPS conversion (50->25)


FishTank
7th June 2010, 12:10
hiya guys :)

im looking for the proper way to encode 720p50 material (HDTV) to 720p25 in staxrip.

i found out, that i can change the source script in staxrip from
50 to 25 fps and it worked, but i doubt thats the proper way of
doing it.


DirectShowSource("%source_file%", audio=false, convertfps=true, fps=50.000)
Crop(0,0, -Width % 8,-Height % 8)
ConvertToYV12()



i read something about "odd/even" frames and convertFPS on mediawiki (http://avisynth.org/mediawiki/FPS#AssumeScaledFPS), but im not sure what the best approach would be.

any help appreciated !

ps: if needed, i have a sample here (http://www.megaupload.com/?d=XTQ7RTHL).
(dvb-c capture, used tsremux to make a .ts file)

stax76
7th June 2010, 12:53
Right-click the Field filter and choose: Advanced > SelectEven

http://avisynth.org/mediawiki/Select

FishTank
7th June 2010, 13:19
thank you very much stax76 :)