Can mencoder use multiple cores, or is there another aud-vid encoder which can?

Peter.O

I'm looking for a good audio-video encoder which can utilize all cores of a multi-core CPU.

I've tried mencoder, but I can't see a "multi-core" option, and it appears to be using only one core at any given moment.

If mencoder cannot utilize multiple cores, is there another program which can?
It doesnt' bother me whether it is a GUI or CLI...

João Pinto

You need to use the "threads" option which is available for most encoder/decoders. Example:

mencoder -noodml -o $OUTPUT \
  -oac copy \
  -ovc xvid \
  -xvidencopts bitrate=1000:threads=2 \
  $FILE

Search for "threads" on the man page: http://manpages.ubuntu.com/manpages/maverick/en/man1/mencoder.1.html

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Can mencoder use multiple cores, or is there another aud-vid encoder which can?

From Dev

Does sidekiq use multiple cpu cores and can it be run on multiple machines?

From Dev

Can a single-threaded program be made to use multiple cores?

From Dev

Can't open encoder when use libavcodec

From Dev

Can I define multiple variables in JavaScript which rely on one another?

From Dev

Can Sidekiq take advantage of multiple CPU cores?

From Dev

How I can bind property, which use another static property

From Dev

How can cabal use multiple cores while building local add-source'd dependency

From Dev

How can I use multiple cores to process messages from SQS with Camel

From Dev

How can cabal use multiple cores while building local add-source'd dependency

From Dev

How can I display which cores are being used by a specific process?

From Dev

How to use 'wine' and AviSynth and Avs2YUV with 'mplayer/mencoder' (or any player/encoder)

From Dev

Render multiple of the same React component, which can render multiple of another component?

From Dev

Can criterion be used for profiling concurrency across multiple cores?

From Dev

How can multiple cores/threads be combined into a single thread?

From Dev

How can a C application work on multiple cores with gem5?

From Dev

Can criterion be used for profiling concurrency across multiple cores?

From Dev

Can I run multiple cores at different clock speeds?

From Dev

Can Windows 7 64 bit use all 6 cores of CPU?

From Dev

How can I force Matlab to use all cores of my laptop?

From Dev

Can a method be overloaded with another which returns a subclass?

From Dev

How can I tell the linker which one of multiple implementations of a method to use?

From Dev

Which data structure should I use for having sorted data, where the key can be used on multiple entries

From Dev

Which of the following protocols can use multiple TCP connections between the same client and the server?

From Dev

How can I choose which firefox executable to use among multiple firefox binaries through Python selenium

From Dev

Multiple Timers which can be monitored and adjusted

From Dev

Is there a SATA cable which can connect to multiple disks?

From Dev

Can we use NOT IN on multiple columns?

From Dev

Can we use NOT IN on multiple columns?

Related Related

  1. 1

    Can mencoder use multiple cores, or is there another aud-vid encoder which can?

  2. 2

    Does sidekiq use multiple cpu cores and can it be run on multiple machines?

  3. 3

    Can a single-threaded program be made to use multiple cores?

  4. 4

    Can't open encoder when use libavcodec

  5. 5

    Can I define multiple variables in JavaScript which rely on one another?

  6. 6

    Can Sidekiq take advantage of multiple CPU cores?

  7. 7

    How I can bind property, which use another static property

  8. 8

    How can cabal use multiple cores while building local add-source'd dependency

  9. 9

    How can I use multiple cores to process messages from SQS with Camel

  10. 10

    How can cabal use multiple cores while building local add-source'd dependency

  11. 11

    How can I display which cores are being used by a specific process?

  12. 12

    How to use 'wine' and AviSynth and Avs2YUV with 'mplayer/mencoder' (or any player/encoder)

  13. 13

    Render multiple of the same React component, which can render multiple of another component?

  14. 14

    Can criterion be used for profiling concurrency across multiple cores?

  15. 15

    How can multiple cores/threads be combined into a single thread?

  16. 16

    How can a C application work on multiple cores with gem5?

  17. 17

    Can criterion be used for profiling concurrency across multiple cores?

  18. 18

    Can I run multiple cores at different clock speeds?

  19. 19

    Can Windows 7 64 bit use all 6 cores of CPU?

  20. 20

    How can I force Matlab to use all cores of my laptop?

  21. 21

    Can a method be overloaded with another which returns a subclass?

  22. 22

    How can I tell the linker which one of multiple implementations of a method to use?

  23. 23

    Which data structure should I use for having sorted data, where the key can be used on multiple entries

  24. 24

    Which of the following protocols can use multiple TCP connections between the same client and the server?

  25. 25

    How can I choose which firefox executable to use among multiple firefox binaries through Python selenium

  26. 26

    Multiple Timers which can be monitored and adjusted

  27. 27

    Is there a SATA cable which can connect to multiple disks?

  28. 28

    Can we use NOT IN on multiple columns?

  29. 29

    Can we use NOT IN on multiple columns?

HotTag

Archive