I've hit a couple of brick walls.
----------
PROBLEM #1 - under Win2k
==========
* Capture broadcast to 352x480 MPEG2 file
* DeMux using TMPGEnc v.2.510 (free 30-day-MPEG2 version)
* Scan .m2v video file using DVD2AVI v.1.76
-- NOTE: .d2v file loads into TMPGEnc & displays .m2v file properly
* reference .d2v scan file using AviSynth v.2.07 script
-- NOTE: movie.avs test script:
----- LoadPlugin("mpeg2dec.dll")
----- mpeg2source("movie.d2v")
* TMPGEnc ERROR on loading movie.avs - "file 'movie.avs' cannot open or unsupported"
----------
----------
PROBLEM #2 - under WinNT4
==========
When I use "LegalClip()" in an AviSynth (v.1.0b3) script, the result is the same as if I didn't use it. That is, black borders of "0" do NOT clip up to "16" - no errors, just doesn't work.
Here's my script:
* LoadPlugin("legalclip.dll")
* AVISource("movie_a.avi", "movie_b.avi")
* ConvertToYUY2()
* Crop(4,4,344,22
* AddBorders(4,4,4,8 )
* LegalClip()
----------
Any suggestions for fixes? Thanks.