That won't last foreversuzanneshaps wrote: ↑Tue Apr 13, 2021 8:26 pmI would like to upload them to my MacBook Pro (mid-2015) and then to Forever.com


That won't last foreversuzanneshaps wrote: ↑Tue Apr 13, 2021 8:26 pmI would like to upload them to my MacBook Pro (mid-2015) and then to Forever.com
That's already a lot, most of the encoding is actually done on a dedicated video encoding hardware chip that just happens to be on the GPU.Ginosergio wrote: ↑Wed Mar 31, 2021 9:47 am Yes, it's true ! I thought the graphics card engagement should be higher, instead it stays at 60-70%.
Both are HEVC encoders; x265 will definitely work at 5400x2700; not sure about the NVIDIA-accelerated one but it's easy for you to try to since you apparently have the hardware for it.Ginosergio wrote: ↑Fri Mar 26, 2021 8:14 pm when you say "use the H.265/HEVC encoder"
you mean H.265 (Nvidia HVEnc)
or only H.265 (x265) ?
Gotta be the former.Ginosergio wrote: ↑Fri Mar 26, 2021 8:14 pm The maximum allowed of 4096x4096 is referred to Nvidia hardware encoding or to H264 codec ?
That's a bit weird, do you have short samples (30 seconds or less) you can upload somewhere (same source, with a DNxHR vs. the other intermediate codec)?SirWindsorCornez wrote: ↑Wed Mar 17, 2021 12:17 pmAnyway, here's the most previous one. I used QuickTime DNxHR encode before, now I changed to MXF OP1A, which solved the problem.
There are multiple subtitle tracks in his input. The issue here is, HandBrake's Foreign Audio Search only works on DVD and Blu-ray format subtitles.Woodstock wrote: ↑Sun Feb 28, 2021 4:35 pmForeign audio can only works if there are multiple subtitle tracks.Code: Select all
Skipping subtitle scan. No suitable subtitle tracks.
Code: Select all
for i in *.mkv; do mkvmerge -o "${i/.mkv/-mkvmerge-remux.mkv}" "$i"; done