Git Product home page Git Product logo

Comments (3)

Chenyme avatar Chenyme commented on July 20, 2024 1

你好!感谢反馈◕‿◕

  1. 生成时后半段只有CPU占用,可能是流程进行到了FFmpeg合并视频阶段,该项目在FFmpeg合并时未采用Nvidia CUDA GPU 加速。后续我也会对CUDA加速效果进行测试验证。
  2. 字幕重叠显示在播放器窗口上,是因为目前视频生成时字幕采用的是硬字幕输出,未采用软字幕(外挂字幕)输出。当然ffmpeg可以很方便的输出这两种的视频字幕效果,后续版本会加入软字幕(外挂字幕)功能。

from chenyme-aavt.

ZoraZora59 avatar ZoraZora59 commented on July 20, 2024

在VLC上的字幕重叠效果如图
image

from chenyme-aavt.

ZoraZora59 avatar ZoraZora59 commented on July 20, 2024

第二个问题似乎可以简单的将ffmpeg命令修改为ffmpeg -i "uploaded.mp4" -i output.srt -c copy output.mp4

from chenyme-aavt.

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.