Git Product home page Git Product logo

Comments (4)

jaysonlong avatar jaysonlong commented on June 3, 2024

不提供,想转换自己百度 ffmpeg 的用法

from webvideo-downloader.

xiebruce avatar xiebruce commented on June 3, 2024

好吧,其实我也不是不会,就是觉得能转就不用自己手动去转,不过后来想想,如果要在下载后转换,会导致下载速度很慢(如果把转换也当作下载过程的话),所以我还是自己下载好批量转换了。

from webvideo-downloader.

jaysonlong avatar jaysonlong commented on June 3, 2024

如果是mp4格式兼容的编码比如f4v的h264+aac,使用-c copy转格式也就几秒钟的事情,否则需要重新编码耗时很长。下载完成合并后自己转换格式和视频合并时就转换的耗时是一样的,都要重新编码(如果不兼容)或都不用重新编码(如果兼容)。我这里不更改容器格式直接合并视频,保证了合并速度和和视频的可用性(指定转码为固定格式可能出错)。

from webvideo-downloader.

xiebruce avatar xiebruce commented on June 3, 2024

如果是mp4格式兼容的编码比如f4v的h264+aac,使用-c copy转格式也就几秒钟的事情,否则需要重新编码耗时很长。下载完成合并后自己转换格式和视频合并时就转换的耗时是一样的,都要重新编码(如果不兼容)或都不用重新编码(如果兼容)。我这里不更改容器格式直接合并视频,保证了合并速度和和视频的可用性(指定转码为固定格式可能出错)。

嗯,确实

from webvideo-downloader.

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.