Giter Site home page Giter Site logo

Comments (3)

xifangczy avatar xifangczy commented on May 24, 2024

mp4转码 其实也并不是真正意义上的转码,用了取巧的方式,出来的文件也不是标准mp4,修补过几次bug,为了彻底解决这个问题,后面加入ffmpeg转码。
之后方向也是在ffmpeg转码上,未来上游会有多线程 取消2G文件限制等等新版。
mp4转码功能 仍然有很多用户需要,也一直没有删除。

from cat-catch.

mining-id avatar mining-id commented on May 24, 2024

感谢大佬回复
因为一些播放器(比如我用的iina)对ts文件的支持不好(播放的时候无法后退)。所以我选择了“保存为mp4格式”
我目前对没有封面的解决办法是用视频剪辑软件重新导出一下

from cat-catch.

lvzhenbo avatar lvzhenbo commented on May 24, 2024

感谢大佬回复
因为一些播放器(比如我用的iina)对ts文件的支持不好(播放的时候无法后退)。所以我选择了“保存为mp4格式”
我目前对没有封面的解决办法是用视频剪辑软件重新导出一下

ffmpeg -i input.mp4 -c copy output.mp4
这样应该能解决时间戳不对等因为是通过二进制合并导致的问题

from cat-catch.

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.