Youku video to MP4 ukx

After downloading 1080p video download YOUKU down today


2291490-b29b5c0947daf5b5.png
Transcoding

Found not to turn to 1080p, which compares pit. . .

Check around for a long time, a variety of software, can not be converted is not charged. . . Grandma drops, I finally found a batch of software,
2291490-ae37965911102003.png
image.png

The step is to use a look wrong path, then right Youku shortcut to open the file location
at a higher level D: \ YouKu \ YoukuClient found the folder of course everyone's installation location may be different for informational purposes only, find nplayer folder
2291490-5f793ebdd43a6019.png
image.png

Run the file did not respond this time to play a funny time than agricultural knowledge of the code. Open File meal and saw that can read and then

Open the file with an editor put here
2291490-8b0a123f87def7f8.png
image.png

Change it to change it to save the file path
directly run bat file perfect success
2291490-e8c567a7d2dbc740.png
image.png

Note that only the bat files and video files into the current folder on it by the chicken we have ffmpeg.exe software.
for reference only. . Youku forgive me greatly. Brother also spend the annual fee VIP. .

附代码
...
@echo off
setlocal enabledelayedexpansion
set ffmpeg="D:\YouKu\YoukuClient\nplayer\ffmpeg.exe"
if exist %ffmpeg% (
for /r . %%i in (*.kux) do (
%ffmpeg% -y -i "%%i" -c:a copy -c:v copy -threads 2 "%%~dpni.mp4"
)
) else echo

...

Guess you like

Origin blog.csdn.net/weixin_33924312/article/details/90876117