Giter Club home page Giter Club logo

Comments (3)

ArneVogel avatar ArneVogel commented on August 17, 2024

This might be caused by ubuntus limit on open files. Long vods can have over 4096 chunks that have to be combined by ffmpeg. My guess is that ffmpeg opens all the chunks during the combining process and this caused an error from ubuntu. I had similar problems with the file limit on ubuntu before.

Can you increase the open file limit and try again?

from concat.

Minkafighter avatar Minkafighter commented on August 17, 2024

This sadly didnt work:

........................
Combining parts

ffmpeg error
Deleting chunks
Deleting temp dir
All done!
root@vps: ulimit -n
512000
root@vps:

Is there a way to tell the program to download bigger chunks? Or tell ffmpeg to only combine 2000 or 4000 chunks at once?

from concat.

Minkafighter avatar Minkafighter commented on August 17, 2024

I found something... on openVZ i guess you cant change the open file limit, as you dont have access to enter this command:

root@vps:~# sudo sysctl -w fs.file-max=1024000
sysctl: permission denied on key 'fs.file-max'

Entering this command in a KVM server, will result in no "permission denied" and i can combine all parts! Yay, i guess! :D

from concat.

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.