G
Gilson dos Santos tavares
Audiophyte
Dear, please, does anyone understand ffmpeg well?
I have a video in TrueHD that when I play it on my Blu-ray which is TrueHD it informs that the audio cannot be supported, I thought about converting and I have tried all, hanbrake, Davinci, Audacity and none can do this type of conversion, Handbrake it even has a TrueHD option but also my blu-ray doesn't recognize it and I have other videos in TrueHD 7.1 that I have no problems playing, just this one !!
I found this code in a publication and I thought it could be used for my case, I tried but it presented errors in the conversion, please someone who understands ffmpeg can help me? Can I adjust this code to what I need? Thanks!!
Look:
For example:
ffmpeg -i "input.thd" -c:a eac3 -b:a 1536k "output.eac3"
or within a container:
ffmpeg -i "input.mkv" -map 0 -c:v copy -c:a eac3 -b:a 1536k -c:s copy "output.mkv"
I have a video in TrueHD that when I play it on my Blu-ray which is TrueHD it informs that the audio cannot be supported, I thought about converting and I have tried all, hanbrake, Davinci, Audacity and none can do this type of conversion, Handbrake it even has a TrueHD option but also my blu-ray doesn't recognize it and I have other videos in TrueHD 7.1 that I have no problems playing, just this one !!
I found this code in a publication and I thought it could be used for my case, I tried but it presented errors in the conversion, please someone who understands ffmpeg can help me? Can I adjust this code to what I need? Thanks!!
Look:
For example:
ffmpeg -i "input.thd" -c:a eac3 -b:a 1536k "output.eac3"
or within a container:
ffmpeg -i "input.mkv" -map 0 -c:v copy -c:a eac3 -b:a 1536k -c:s copy "output.mkv"