nevrozel wrote:Hello,
Looks like your guide is exactly what I have been looking for. This is my situation: I have some old tape based movies that have been converted into digital format (QuickTime format). They are pretty old (1995) and the image is low quality. I am interested in restoring the image as much as I can using Avisynth.
I'm running OS X 10.6.1 on a MacBook Pro so Windows is not an option. I am editing all my movies in Final Cut Express 4.0.1. My question is if the Avysinth script that you described above will help improve the quality of the video.
As I have never used Avisynth, I kindly ask you to tell me how can I run it on my movies? So I just take one movie (which is .m4v) and then what exactly?

Sorry if it sound a bit stupid but as far as I can see Avisynth is a script based tool with no GUI; that's why I am a bit confused.
Thanks a lot for your help.
I installed Crossover 8 and AMVapp. I open DGIndex but it will only let me select .vob files which I don't have. All my clips are in QuickTime format. I don't understand the step with MacTheRipper and the .vob files. If I already have the mpeg files on my Mac, can I use them?
Okay first and foremost it is important to note here that you are definitely not the target audience of this guide. The target audience, of course, is made up of mac-based anime music video editors who start with DVDs. You're not starting with DVDs, so the process will be a bit different.
Taking your questions in a slightly different order than you have put them as above:
1) Can I use Avisynth to clean up my own live action footage?
Certainly. Avisynth works on any type of footage, and indeed, is used by a large number of people who do all sorts of video editing work. Avisynth is a very versatile application.
2) If I already have MPEG files on my Mac, can I use them?
Yes. However, be careful with what you mean when you say MPEG. Typically when working with DGIndex we are talking about MPEG-2 files, which are on DVDs as .VOB but may well be MPG or MPEG elsewhere, depending on the encoding software. You mention M4V above, which is MP4. That's an extension, a container, but what is important to us is to know the codec you are working with. Is it Apple h.264? If so, this is something I need to know.Once we establish just what you're starting off with, I can find a way for you to move your footage to lossless (honestly, you should have done this while you were ripping it from tape, and if you still have the tape, I would suggest we begin again), and then use avisynth to filter it.
3) How do I use avisynth?
It's a lot simpler than it first appears. It is command line, but let's put that whole concept aside. Thinking of it terms of terminal or what have you makes it seem more complicated than it is. What you do is simply create a text file where you input a series of commands that call filters. You save that file as a .AVS file instead of a .TXT file and open it up in VirtualDubMod which is included in AMVapp. You can then preview how your filters work on the original footage. If you like it, you will want to go out via HUFFYUV into an .AVI file. You can then use other programs to encode into your final distributable copy. DO NOT USE LAGARITH, ONLY USE HUFFYUV. The former does not work with Mac, and so your Mac programs outside of the Crossover environment will not be able to read a lagarith file. Do not even consider the other options, and there should be a few. Only those two are lossless, and only HUFFYUV is what you need.
Once I know what you're starting off with, codec and container both (example, h264 is a codec, .M4V is a container) and what your goals are for the footage, we can get more detailed.