Opened 20 years ago
Closed 20 years ago
#373 closed patch (fixed)
lost patch for software encode multithreading.
| Reported by: | anonymous | Owned by: | Isaac Richards |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | 0.18.1 |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Here's a patch that got lost about a year ago probably. FFmpeg supports threads, very well infact. This enables it and allows you to adjust the number of threads used to encode in software to make better use of SMP or HT.
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | avcodecthreadsnew.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [7507]) Closes #373, by applying patch + some editing.
Parts of this patch had already made it into SVN, plus I've made this multi-threaded software encoding default to being disabled. Those that want to experiment with it can pass "--enable-ffmpeg-pthreads" to ./configure. You then need to "make clean" before recompiling.
I haven't added this to the --help text for ./configure for now.