Lem453@lemmy.ca to Jellyfin: The Free Software Media System@lemmy.mlEnglish · 2 years agoFFmpeg now has multi-threadingwww.phoronix.comexternal-linkmessage-square6linkfedilinkarrow-up1126arrow-down11file-text
arrow-up1125arrow-down1external-linkFFmpeg now has multi-threadingwww.phoronix.comLem453@lemmy.ca to Jellyfin: The Free Software Media System@lemmy.mlEnglish · 2 years agomessage-square6linkfedilinkfile-text
minus-squareLmaydev@programming.devlinkfedilinkEnglisharrow-up1·edit-22 years ago Change the main loop and every component (demuxers, decoders, filters, encoders, muxers) to use the previously added transcode scheduler. The components are what they have parallelised.
The components are what they have parallelised.