Git Product home page Git Product logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
it's an ffmpeg limitation. There is only "-threads 2". And that's it.


Original comment by [email protected] on 18 Oct 2008 at 12:17

  • Changed state: Invalid

from winff.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Actually, it seems that it is possible to run ffmpeg with -threads 4 and with
-threads 8 also.  See this thread -
http://ubuntuforums.org/archive/index.php/t-783185.html

Original comment by [email protected] on 29 Nov 2008 at 1:06

from winff.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Apparently, according to the mail-list at ffmpeg upstream [1], ffmpeg can use 
as many
threads as you want, but this requires that the video codec that you select has
multithreading capabilities. For example in H.264 decoder you can
decode with multiple threads if the input video has slices. Also ffmpeg needs
threading compiled in, but it already needs that for 2 threads.

[1] https://lists.mplayerhq.hu/pipermail/ffmpeg-user/2008-February/014256.html

Original comment by [email protected] on 6 Jul 2009 at 9:01

  • Changed state: New
  • Added labels: Performance, Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

from winff.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Yes they have finally upgraded it. They went to -threads auto, which didn't 
work at
all and then they went back to -threads 2 only. Now it can be specified, but 
still
not all codecs support multithread yet. I will add it in the preferences in the 
next
version or two.

Original comment by [email protected] on 2 Aug 2009 at 9:07

  • Changed state: Accepted

from winff.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
The libx264 encoder allows you to use "-threads 0".  This will automatically 
select
the appropriate number of threads.  Other encoders that support threads need 
the user
to specify the number of threads.

Original comment by [email protected] on 29 Sep 2009 at 6:08

from winff.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
added a edit box to specify number of threads. Will come out with next release

Original comment by [email protected] on 18 Dec 2009 at 1:30

  • Changed state: Fixed

from winff.

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.