Ebobtron
29th March 2006, 20:13
http://members.aol.com/avsfilmcutter/alpha.html
Current 1.5 alpha 2 version details here. (http://forum.doom9.org/showthread.php?p=809678#post809678)
This is version 1.5 alpha 1, sort of a turn in the road and hopefully a good direction.
I have added a direct show interface for viewing and playing media files. Previewing scripts and the editing views have not changed, they still use the current MCI viewer / player. It has been added to the seldom used if not very useful "Video Viewer Window". Using the video window menu "File -> Open Media File with Direct Show" select your media file type.
Video files will display frames, music / audio files will display a minutes : seconds type display.
The interface is not very clever yet, it contains no interface to the graft manager, kind of a take what you can get type of thing. (the graph manager is capable of creating a filter graph that can not be rendered, just try again, most often the second time the graph manager does a better job. Example: Select an audio file, the video interface should throw an error because of the lack of a height and width, but it doesn‘t, the video overlay blacks the video window but the dam thing will not play. Just try loading the file again, more than not it works ok.) So far it loads most files and plays them fine mp3 files are choppy but mpa + mp2 files are ok, ac3, wma and wav play fine on my machine, though on my machine MediaPlayerClassic will not play a wav file, go figure.
Getting back to the rocket science, the viewer / player needs to render AviSynth scripts. I am happy so far, I seem to be getting similar preformance with a much better looking result.
With the following simple script this 2.8gic XP SP1 512 meg machine shows about 40 percent cpu useage on average for filmcutter.
MPEG2Source(d2v="ripped vob 1 & 2.d2v")
AudioDub(WAVSource("ripped vob 1 & 2 3_2ch 448Kbps 48KHz.wav"))
AmplifydB(12)How well the thing performs will have a lot to do with which video renderer the graph manager picks. If it runs slow or slower than MPC then the wrong renderer is being picked, I think.
Anyway that is your job if you accept it, see if the thing works on your machine and please let me know. If it works for most I'll make the changes across the board.
The rest is explained in the alpha.txt file and the change log.
FilmCutter's main web page is here:
http://members.aol.com/avsfilmcutter
And thanks in advance for your help and your interest.
Current 1.5 alpha 2 version details here. (http://forum.doom9.org/showthread.php?p=809678#post809678)
This is version 1.5 alpha 1, sort of a turn in the road and hopefully a good direction.
I have added a direct show interface for viewing and playing media files. Previewing scripts and the editing views have not changed, they still use the current MCI viewer / player. It has been added to the seldom used if not very useful "Video Viewer Window". Using the video window menu "File -> Open Media File with Direct Show" select your media file type.
Video files will display frames, music / audio files will display a minutes : seconds type display.
The interface is not very clever yet, it contains no interface to the graft manager, kind of a take what you can get type of thing. (the graph manager is capable of creating a filter graph that can not be rendered, just try again, most often the second time the graph manager does a better job. Example: Select an audio file, the video interface should throw an error because of the lack of a height and width, but it doesn‘t, the video overlay blacks the video window but the dam thing will not play. Just try loading the file again, more than not it works ok.) So far it loads most files and plays them fine mp3 files are choppy but mpa + mp2 files are ok, ac3, wma and wav play fine on my machine, though on my machine MediaPlayerClassic will not play a wav file, go figure.
Getting back to the rocket science, the viewer / player needs to render AviSynth scripts. I am happy so far, I seem to be getting similar preformance with a much better looking result.
With the following simple script this 2.8gic XP SP1 512 meg machine shows about 40 percent cpu useage on average for filmcutter.
MPEG2Source(d2v="ripped vob 1 & 2.d2v")
AudioDub(WAVSource("ripped vob 1 & 2 3_2ch 448Kbps 48KHz.wav"))
AmplifydB(12)How well the thing performs will have a lot to do with which video renderer the graph manager picks. If it runs slow or slower than MPC then the wrong renderer is being picked, I think.
Anyway that is your job if you accept it, see if the thing works on your machine and please let me know. If it works for most I'll make the changes across the board.
The rest is explained in the alpha.txt file and the change log.
FilmCutter's main web page is here:
http://members.aol.com/avsfilmcutter
And thanks in advance for your help and your interest.