neatgz / PotPlayer_OneKey_Tool

PotPlayer 绿色版一键下载、制作、更新工具
209 stars 30 forks source link

OpenCode地址更新 #10

Open Mixlining opened 3 months ago

Mixlining commented 3 months ago

从v240325开始,OpenCode启用v3新链接,子目录也由FFmpeg60更名为FFmpeg61 (32-bit)https://t1.daumcdn.net/potplayer/PotPlayer/Codec/v3/OpenCodecSetup.exe (64-bit)https://t1.daumcdn.net/potplayer/PotPlayer/Codec/v3/OpenCodecSetup64.exe 建议更新代码

nanachisol commented 2 months ago

FFmpegMininum同样启用v3新链接 (64-bit)https://t1.daumcdn.net/potplayer/PotPlayer/Codec/v3/FFmpegMininum64.dll

120 if %errorlevel%==2 (set Module=mini& set ModuleName=FFmpegMininum& set ffmpegminiURL=https://t1.daumcdn.net/potplayer/PotPlayer/Codec/v3/FFmpegMininum%platform%.dll)
121 if %errorlevel%==1 (set Module=all& set ModuleName=OpenCodec& set codecEXEurl=https://t1.daumcdn.net/potplayer/PotPlayer/Codec/v3/OpenCodecSetup%platform%.exe)
163 set ffmpegminiURL=https://t1.daumcdn.net/potplayer/PotPlayer/Codec/v3/FFmpegMininum%platform%.dll