cibrandocampo / synology-transcoding

Transcoding optimizations for Synology Photo
MIT License
8 stars 0 forks source link

Suggestion to use linuxserver/ffmpeg instead (which supports qsv) #15

Open seemebreakthis opened 3 weeks ago

seemebreakthis commented 3 weeks ago

On Synology Intel-based NAS, qsv runs much faster than vaapi. If qsv is used the time needed to transcode videos will be cut substantially.

https://trac.ffmpeg.org/wiki/Hardware/QuickSync shows the ffmpeg command list for qsv.

Hopefully only minor changes will be necessary. Would be nice if this can be used in place of jrottenberg/ffmpeg.