v=ffvideosource("path\to\file.mkv", vtrack=-1)
a=ffaudiosource("path\to\file.mkv", atrack=-1)
AudioDub(v,a)
LantisEscudo wrote:ffmpegsource is probably your best bet for working with MKVs.
Quick usage example:
- Code: Select all
v=ffvideosource("path\to\file.mkv", vtrack=-1)
a=ffaudiosource("path\to\file.mkv", atrack=-1)
AudioDub(v,a)
This example is if you need both audio and video, if you just need video, omit the last two lines and the "v=" of the first line.

LantisEscudo wrote:If you get the latest AMVApp, it includes the needed files in the AVSPluginPack.exe. If you're downloading it on your own, get the most recent 2.00 beta (currently 10, IIRC) and extract all the files in the archive to your AviSynth plugins directory (typically C:\Program Files\AviSynth 2.5\plugins\).

LantisEscudo wrote:Ah, that was my mistake. It's just "track" in 2.00, not "vtrack" like it was in 1.21. I was remembering the name from the old versions.

LantisEscudo wrote:Try just using the "Open..." command and opening the AVS that way. "Open via AviSynth..." is to make a NEW script pointing to an existing video file.
dss2("C:\Program Files\BitLord\Downloads\[EG-BSS]_Tengen_Toppa_Gurren-Lagann_[DVD]\[BSS]Gurren_Lagann_20_DVD[EE095A1D].mkv")mirkosp wrote:ffvideosource("C:\Program Files\BitLord\Downloads\[EG-BSS]_Tengen_Toppa_Gurren-Lagann_[DVD]\[BSS]Gurren_Lagann_20_DVD[EE095A1D].avs", track=-1)
You'll want your file's extension instead of avs in there (I believe it's an mkv?) and the audio should be loaded as atrack=-1, not just track.
LantisEscudo wrote:Ah, that was my mistake. It's just "track" in 2.00, not "vtrack" like it was in 1.21. I was remembering the name from the old versions.

LantisEscudo wrote:I think beta 7 introduced the wrapper. I always explicitly set the tracks, just to be on the safe side, since I've found that defaults can sometimes be really odd (vtrack=-1, atrack=-2 is my usual set).
Users browsing this forum: No registered users and 1 guest