ForeverZeroo, you can always get information about your project using the following ".info()".
return ffvideosource("C:\Program Files\BitLord\Downloads\Fullmetal Alchemist Brotherhood\Fullmetal Alchemist Brotherhood - 08 (1280x720 h264) [27EE07CF].mkv", track=-1).info()
Search found 4 matches
- Wed Oct 28, 2009 1:27 pm
- Forum: AviSynth Help
- Topic: Cropping script wont work
- Replies: 7
- Views: 2155
- Tue Oct 13, 2009 1:20 am
- Forum: AviSynth Help
- Topic: Audio trim playing as one long connected file.
- Replies: 2
- Views: 773
Re: Audio trim playing as one long connected file.
[SOLVED SOLUTION]
Scintilla, thanks that was perfect. It worked.
Scintilla, thanks that was perfect. It worked.
- Sun Oct 11, 2009 2:51 am
- Forum: AviSynth Help
- Topic: new to scripting
- Replies: 2
- Views: 646
Re: new to scripting
RawAmv, are you focussing on Avisynth as you programming language?
- Sun Oct 11, 2009 2:45 am
- Forum: AviSynth Help
- Topic: Audio trim playing as one long connected file.
- Replies: 2
- Views: 773
Audio trim playing as one long connected file.
audio_mvi_2289=AudioDub( BlankClip(a, audio_rate=44100, length=a.FrameCount()) , DirectShowSource ("C:\images\staff\audio\mvi_2289.wav")) audio_mvi_2289_trim_1=audio_mvi_2289.trim (0,270).KillVideo() audio_mvi_2289_trim_2=audio_mvi_2289.trim (290,629).KillVideo() audio_mvi_2289_trim_3=audio_mvi_2289...