TypesettingTools / Aegisub-Motion

Lua plugin for Aegisub auto4 that parses motion tracking data and applies it to selected subtitles.
Other
172 stars 23 forks source link

trim error #38

Closed mojie126 closed 7 years ago

mojie126 commented 7 years ago

Encoding error: x264_64_tMod-8bit-all.exe : mp4 [info]: audio muxing feature is disabled. 所在位置 行:1 字符: 2

avs [error]: Cannot load file 'D:/MarukoToolbox/tools/avs/plugins/LSMASHSource.DLL'. (F:\taikonglvke/123.avs, line 1) x264 [error]: could not open input file `F:\taikonglvke/123.avs' mp4 [error]: failed to finish movie.

If there is no log before this, your encoder is not a working executable or your encoding command is invalid.

torque commented 7 years ago

It appears this error is being caused by avisynth.

I guess you are using the AVS video provider in Aegisub? (preferences -> advanced -> video -> Video provider). If so, you somehow have a broken avisynth configuration (avs is failing to load your source plugin).

I'm going to say this isn't a strictly supported setup either, because I have no way to test it. If possible, use the FFMpegSource2 video provider.

line0 commented 7 years ago

My first guess is a possible platform mismatch. Make sure your local AviSynth install and L-SMASH are either both 64-bit or both 32-bit. Do note that Aegisub ships with its own copy of AviSynth, which is not used for a-mo trimming.

mojie126 commented 7 years ago

Well, I see. Thank you

line0 commented 7 years ago

@mojie126 could you resolve your issue?