PDA

View Full Version : sat movie.pva 2 dvd


hms
10th June 2004, 23:20
Satellite premium ntsc movie.pva recordings:
Impossible to demux with Project X-
For me the only way to make a clean playing NTSC DVD:
Convert .pva to .m2v with Project X and re-encode using this AviSynth script:

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
Mpeg2Source("F:\movie\movie.d2v",idct=5)
Telecide(order=1,guide=1,post=2,vthresh=50)
Decimate()
AssumeFrameBased
SeparateFields
SelectEvery(8, 0,1, 2,3,2, 5,4, 7,6,7)
Weave
AssumeFPS(29.97)
YV12toYUY2()

For authoring DVD (using IfoEdit) only an audio offset (in my case-500ms) was required.

guada
21st June 2004, 23:22
Hello,

Tell me, after to have press the button INFO for the analysis, you have then to actuate button SCAN, would'nt you have met problems link up of certain mistakes into your file?
In this case, PVAStrumento will not be able evidently to correct it, if he lacks you some datas.

Good luck for the continuation :)