Coder Social home page Coder Social logo

Comments (2)

jianchang512 avatar jianchang512 commented on June 26, 2024

进入 软件根目录,文件夹地址栏输入 cmd,回车,

确保 E:\videoDown\_video_out\13349003856946046\novoice.mp4 和 E:\videoDown\_video_out\13349003856946046\en.wav 和 E:\videoDown\_video_out\13349003856946046\en.srt 这三个文件存在,然后在弹出的黑窗口输入 下面这个命令,输出结果完整截图,尤其是后边红色部分

ffmpeg -hide_banner -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -y -i "E:\\videoDown\\_video_out\\13349003856946046\\novoice.mp4" -i "E:\\videoDown\\_video_out\\13349003856946046\\en.wav" -sub_charenc UTF-8 -f srt -i "E:\\videoDown\\_video_out\\13349003856946046\\en.srt" -c:v h264_nvenc -c:a aac -c:s mov_text  "-metadata:s:s:0" "language=eng"  "E:\\videoDown\\_video_out\\13349003856946046\\13349003856946046.mp4"

同样保证那3个文件存在,然后继续输出下面这个命令,截图

ffmpeg -hide_banner -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -y -i "E:\\videoDown\\_video_out\\13349003856946046\\novoice.mp4" -i "E:\\videoDown\\_video_out\\13349003856946046\\en.wav" -sub_charenc UTF-8 -f srt -i "E:\\videoDown\\_video_out\\13349003856946046\\en.srt" -c:v h264_nvenc -c:a aac -c:s mov_text  "-metadata:s:s:0" "language=eng"  -vf hwdownload "E:\\videoDown\\_video_out\\13349003856946046\\13349003856946046.mp4"


from pyvideotrans.

jianchang512 avatar jianchang512 commented on June 26, 2024

https://github.com/jianchang512/pyvideotrans/releases/download/v0.9.6.7/debug-spexe.zip

解压覆盖 sp.exe

from pyvideotrans.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.