- Post
- #774566
- Topic
- Info Wanted: a good preservation of 'From Star Wars to Jedi, The Making of a Saga'?
- Link
- https://originaltrilogy.com/post/id/774566/action/topic#774566
- Time
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()