[FFmpeg-trac] #10206(ffmpeg:new): Recoded mkv files with ffmpeg don't have sound in Davinci Resolve
FFmpeg
trac at avcodec.org
Wed Feb 22 12:05:24 EET 2023
#10206: Recoded mkv files with ffmpeg don't have sound in Davinci Resolve
-------------------------------------+-------------------------------------
Reporter: | Owner: (none)
PassingStrike |
Type: defect | Status: new
Priority: normal | Component: ffmpeg
Version: unspecified | Resolution:
Keywords: mkv Davinci | Blocked By:
Resolve |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by PassingStrike):
Replying to [comment:12 Mads Johansen]:
> 1) The mkv file you made works in DR 18.1.3 on windows (both audio and
video).
> 2) Renaming the webm to mkv shows the video but no audio (because DR
does not support opus audio)
> 3) So the problem is not ''ffmpeg -i xyz.webm xyz.mkv'', but that you
need to do ''ffmpeg -i xyz.webm -c:v copy -c:a aac -b:a 320k -ac 2 -ar
48000 xyz.mkv'' (where xyz is the file name), to copy the video and
convert the audio to a DR supported codec.
1) No, I just updated to 18.1.3 and both renaming the .webm to .mkv and
using '''ffmpeg -i input.webm output.mkv''' don't work. If you are talking
about the -1.mkv, of course it does. I just said it was recoded with
Handbrake and that it worked (in DR 18.1.2).
2) Glad to know I was right. As I said, I knew that just recoding it to
.mp4 works, but I wanted to know why recoding it to .mkv didn't work.
3) Yes, that works. Thank you very much.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10206#comment:13>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list