资 源 简 介
StreamSplit
Splits a stream (audio, video etc.) based on Trim commands in an Avisynth script using mkvtoolnix.
Usage:
* StreamSplit.exe Avisynth_script audio_file optionsor
drag-and-drop the Avisynth script and the audio file onto StreamSplit.exe and enter fps.
Notes:
fps must apply to the Trims, not the final script output. Examples: 30000/1001, 25, 23.976 etc.
mkvtoolnix must be in the same directory
Trim commands can be added as an Avisynth comment (# Trim(a,b)) to for example the first line to not mess up the script
Avisynth script must have the extension .avs
Bugs / Limitations:
Avisynth"s new line syntax is not supported
only the first line with Trim commands will be used
only linear Trims are possible, so Trim(1,5)++Trim(3,10) results in an error
Change log:
0.3 (20.07.