Родитель
4de57455d3
Коммит
39d69c21eb
|
@ -5,6 +5,7 @@
|
|||
- Added refalac support.
|
||||
- Updated rewavi tool.
|
||||
- Added $OUTPATH variable to format template.
|
||||
- Added support for split multi-channel WAV files.
|
||||
|
||||
### Version 2.2
|
||||
|
||||
|
|
|
@ -192,7 +192,7 @@ adds input and output file paths. For specific options for each format use help
|
|||
| FFMPEG | DTSHD | 3.4 | ffmpeg.exe | yes | yes | - none - |
|
||||
| FFMPEG | TRUEHD | 3.4 | ffmpeg.exe | yes | yes | - none - |
|
||||
| FFMPEG | MKA | 3.4 | ffmpeg.exe | yes | yes | - none - |
|
||||
| AVSDEC | AVS | 2.2 | AvsDec.exe | no | no | GetProgress_AvsDec.progress |
|
||||
| AVSDEC | AVS | 2.3 | AvsDec.exe | no | no | GetProgress_AvsDec.progress |
|
||||
| REWAVI | AVS | 0.06 | rewavi.exe | no | yes | GetProgress_ReWaviDec.progress |
|
||||
| REWAVI | AVI | 0.06 | rewavi.exe | no | yes | GetProgress_ReWaviDec.progress |
|
||||
|
||||
|
|
|
@ -685,6 +685,11 @@
|
|||
<Preset name="Lossless (Best compression)" options="-h"/>
|
||||
</Presets>
|
||||
</Format>
|
||||
<Format id="AVSDEC_WAV" name="Split multi-channel WAV file - avsdec" template="$EXE -s $INFILE $OUTPATH" input="false" output="false" function="progress\GetProgress_AvsDec.progress" path="tools/AvsDec-2.3-Win32-UNICODE/AvsDec.exe" success="0" type="0" formats="WAV" extension="" default="0">
|
||||
<Presets>
|
||||
<Preset name="Default" options=""/>
|
||||
</Presets>
|
||||
</Format>
|
||||
<Format id="FAAD_AAC_WAV" name="Decode AAC to WAV - faad" template="$EXE -o $OUTFILE $INFILE" input="false" output="false" function="progress\GetProgress_FaadDec.progress" path="tools/faad2-20100614/faad.exe" success="0" type="1" formats="AAC" extension="WAV" default="0">
|
||||
<Presets>
|
||||
<Preset name="Default" options=""/>
|
||||
|
@ -859,7 +864,7 @@
|
|||
<Preset name="6ch (BR,BL,LF,FR,FL)" options="-x 59"/>
|
||||
</Presets>
|
||||
</Format>
|
||||
<Format id="AVSDEC_AVS_RAW" name="Decode AVS to RAW - avsdec" template="$EXE -d $INFILE $OUTFILE" input="false" output="false" function="progress\GetProgress_AvsDec.progress" path="tools/AvsDec-2.2-Win32-UNICODE/AvsDec.exe" success="0" type="1" formats="AVS" extension="RAW" default="0">
|
||||
<Format id="AVSDEC_AVS_RAW" name="Decode AVS to RAW - avsdec" template="$EXE -d $INFILE $OUTFILE" input="false" output="false" function="progress\GetProgress_AvsDec.progress" path="tools/AvsDec-2.3-Win32-UNICODE/AvsDec.exe" success="0" type="1" formats="AVS" extension="RAW" default="0">
|
||||
<Presets>
|
||||
<Preset name="Default" options=""/>
|
||||
</Presets>
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
<Tool name="ffmpeg_x64" platform="x64" formats="FFMPEG_AC3,FFMPEG_AC3_WAV,FFMPEG_DTS_WAV,FFMPEG_DTSHD_WAV,FFMPEG_EAC3_WAV,FFMPEG_TRUEHD_WAV" url="https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-3.4-win64-static.zip" file="ffmpeg-3.4-win64-static.zip" extract="zip" path="tools/ffmpeg-3.4-win64-static/ffmpeg-3.4-win64-static/bin/ffmpeg.exe"/>
|
||||
<Tool name="ffdcaenc_x86" platform="x86" formats="FFDCAENC_DTS" url="https://github.com/filler56789/ffdcaenc-2/files/299448/ffdcaenc.zip" file="ffdcaenc.zip" extract="zip" path="tools/ffdcaenc/ffdcaenc/release/ffdcaenc.exe"/>
|
||||
<Tool name="eac3to_x86" platform="x86" formats="EAC3TO_AC3,EAC3TO_DTS" url="http://madshi.net/eac3to.zip" file="eac3to.zip" extract="zip" path="tools/eac3to/eac3to.exe"/>
|
||||
<Tool name="avsdec_x86" platform="x86" formats="AVSDEC_AVS_RAW" url="https://github.com/wieslawsoltes/AvsDec/releases/download/2.2/AvsDec-2.2-Win32-UNICODE.zip" file="AvsDec-2.2-Win32-UNICODE.zip" extract="zip" path="tools/AvsDec-2.2-Win32-UNICODE/AvsDec.exe"/>
|
||||
<Tool name="avsdec_x64" platform="x64" formats="AVSDEC_AVS_RAW" url="https://github.com/wieslawsoltes/AvsDec/releases/download/2.2/AvsDec-2.2-x64-UNICODE.zip" file="AvsDec-2.2-x64-UNICODE.zip" extract="zip" path="tools/AvsDec-2.2-x64-UNICODE/AvsDec.exe"/>
|
||||
<Tool name="avsdec_x86" platform="x86" formats="AVSDEC_AVS_RAW,AVSDEC_WAV" url="https://github.com/wieslawsoltes/AvsDec/releases/download/2.3/AvsDec-2.3-Win32-UNICODE.zip" file="AvsDec-2.3-Win32-UNICODE.zip" extract="zip" path="tools/AvsDec-2.3-Win32-UNICODE/AvsDec.exe"/>
|
||||
<Tool name="avsdec_x64" platform="x64" formats="AVSDEC_AVS_RAW,AVSDEC_WAV" url="https://github.com/wieslawsoltes/AvsDec/releases/download/2.3/AvsDec-2.3-x64-UNICODE.zip" file="AvsDec-2.3-x64-UNICODE.zip" extract="zip" path="tools/AvsDec-2.3-x64-UNICODE/AvsDec.exe"/>
|
||||
<Tool name="rewavi_x86" platform="x86" formats="REWAVI_AVS_RAW,REWAVI_AVS_WAV,REWAVI_AVI_RAW,REWAVI_AVI_WAV" url="https://github.com/wieslawsoltes/rewavi/releases/download/0.06/rewavi-0.06-Win32.zip" file="rewavi-0.06-Win32.zip" extract="zip" path="tools/rewavi-0.06-Win32/rewavi.exe"/>
|
||||
<Tool name="rewavi_x64" platform="x64" formats="REWAVI_AVS_RAW,REWAVI_AVS_WAV,REWAVI_AVI_RAW,REWAVI_AVI_WAV" url="https://github.com/wieslawsoltes/rewavi/releases/download/0.06/rewavi-0.06-x64.zip" file="rewavi-0.06-x64.zip" extract="zip" path="tools/rewavi-0.06-x64/rewavi.exe"/>
|
||||
<Tool name="sndfile_convert_x86" platform="x86" formats="" url="http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w32.zip" file="libsndfile-1.0.28-w32.zip" extract="zip" path="tools/libsndfile-1.0.28-w32/bin/sndfile-convert.exe"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Format id="AVSDEC_AVS_RAW" name="Decode AVS to RAW - avsdec" template="$EXE -d $INFILE $OUTFILE" input="false" output="false" function="progress\GetProgress_AvsDec.progress" path="tools/AvsDec-2.2-Win32-UNICODE/AvsDec.exe" success="0" type="1" formats="AVS" extension="RAW" default="0">
|
||||
<Format id="AVSDEC_AVS_RAW" name="Decode AVS to RAW - avsdec" template="$EXE -d $INFILE $OUTFILE" input="false" output="false" function="progress\GetProgress_AvsDec.progress" path="tools/AvsDec-2.3-Win32-UNICODE/AvsDec.exe" success="0" type="1" formats="AVS" extension="RAW" default="0">
|
||||
<Presets>
|
||||
<Preset name="Default" options=""/>
|
||||
</Presets>
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Format id="AVSDEC_WAV" name="Split multi-channel WAV file - avsdec" template="$EXE -s $INFILE $OUTPATH" input="false" output="false" function="progress\GetProgress_AvsDec.progress" path="tools/AvsDec-2.3-Win32-UNICODE/AvsDec.exe" success="0" type="0" formats="WAV" extension="" default="0">
|
||||
<Presets>
|
||||
<Preset name="Default" options=""/>
|
||||
</Presets>
|
||||
</Format>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Presets>
|
||||
<Preset name="Default" options=""/>
|
||||
</Presets>
|
|
@ -1,2 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Tool name="avsdec_x64" platform="x64" formats="AVSDEC_AVS_RAW" url="https://github.com/wieslawsoltes/AvsDec/releases/download/2.2/AvsDec-2.2-x64-UNICODE.zip" file="AvsDec-2.2-x64-UNICODE.zip" extract="zip" path="tools/AvsDec-2.2-x64-UNICODE/AvsDec.exe"/>
|
||||
<Tool name="avsdec_x64" platform="x64" formats="AVSDEC_AVS_RAW,AVSDEC_WAV" url="https://github.com/wieslawsoltes/AvsDec/releases/download/2.3/AvsDec-2.3-x64-UNICODE.zip" file="AvsDec-2.3-x64-UNICODE.zip" extract="zip" path="tools/AvsDec-2.3-x64-UNICODE/AvsDec.exe"/>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Tool name="avsdec_x86" platform="x86" formats="AVSDEC_AVS_RAW" url="https://github.com/wieslawsoltes/AvsDec/releases/download/2.2/AvsDec-2.2-Win32-UNICODE.zip" file="AvsDec-2.2-Win32-UNICODE.zip" extract="zip" path="tools/AvsDec-2.2-Win32-UNICODE/AvsDec.exe"/>
|
||||
<Tool name="avsdec_x86" platform="x86" formats="AVSDEC_AVS_RAW,AVSDEC_WAV" url="https://github.com/wieslawsoltes/AvsDec/releases/download/2.3/AvsDec-2.3-Win32-UNICODE.zip" file="AvsDec-2.3-Win32-UNICODE.zip" extract="zip" path="tools/AvsDec-2.3-Win32-UNICODE/AvsDec.exe"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче