Friends, I need some advice. I’ve decided to reduce my pirated library to a smaller “footprint” and want to go with HEVC (10-Bit)/AAC but I’ve found ffmpeg doesn’t offer that with AMD Hardware Acceleration (hope I’m using correct terms). I also want the ability to transcode to AV1/Opus when it becomes more “mainstream” also with AMD Hardware Acceleration.

I’ve fiddled around with Tdarr & FileFlows and just can’t seem to get the hang of them plus I need more granular control over my video & audio settings. Can anyone point me in the direction of software either OpenSource or Commercial that might meet my needs. Thanks!

  • Rodrigo_de_Mendoza@lemmy.dbzer0.comOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Here is what the command looks like for one of my presets in ffmpeg Batch and you’re saying I need to add MORE to it? I don’t even know what half of this means…

    -map 0 -c:v hevc_amf -quality balanced -rc cqp -qp_p 25 -qp_i 25 -quality balanced -rc cqp -qp_p 25 -qp_i 25 -vf “scale=640:480,crop=ih/3*4:ih” -c:a aac -b:a 128K -filter:a loudnorm

    • db2@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      I’m assuming this isn’t the one you’d use to transcode your “master” copy… I hope.

      That’s using the AMD hardware accelerated encoder so now I’m even more confused as to why you say you can’t do it.

      Also encode the same video with that and again with libx265 and compare the quality you get. You might be better off not using hardware accel for this.