I want to convert an 8-bit h.265 video to h.264 without quality loss to be able to watch it on my now a bit old TV which only supports h.264.
I found this post very useful: How do I convert 10-bit H.265 / HEVC videos to H.264 without quality loss?
But for some reason the resulting h.264 video could not still be watched in my TV. This video, likewise the original, had the subtitles embedded (I don't know if this is the problem for my TV), and the audio stream was:
Format: AAC LC SBR.
Format/Info: Advanced Audio Codec Low.
Complexity with Spectral Band Replication.
Commercial name: HE-AAC.
Codec ID: A_AAC-2.
I made two changes to the ffmpeg command and it worked for me. I still don't have +50 points in the platform to add comments so for anyone with the same issue, I am writing this post and see below my own reply.