logo Sign In

Post #774566

Author
althor1138
Parent topic
Info Wanted: a good preservation of 'From Star Wars to Jedi, The Making of a Saga'?
Link to post in topic
https://originaltrilogy.com/post/id/774566/action/topic#774566
Date created
5-Jun-2015, 2:57 PM

Nope. Here's the script I used. I used qtgmc because there was still some interlacing present, but the frames were progressive as far as I could tell. So yeah, I guess I meant pal -> film conversion instead of pal->video->film.

AVISource("E:\captures\fswtj-pal.avi")

assumetff()

separatefields()

trim(1,0)

weave()

assumefps ("ntsc_film")

converttoyv12()

qtgmc(preset="fast")

selecteven()