jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi
https://hub.docker.com/r/jrottenberg/ffmpeg/
Apache License 2.0
1.42k stars 455 forks source link

Unable to parse Dolby Vision x265 videos (dvhe) #299

Open tonkotsurobot opened 3 years ago

tonkotsurobot commented 3 years ago

Hi,

Apologies if I am not very clear on this, but I am having issues dealing with video files with Dolby Vision HEVC codec. Using the container will result in the following error message: Could not find codec parameters for stream 0 (Video: none (dvhe / 0x65687664)

I am able to parse the file using ffmpeg build provided by brew (brew install ffmpeg) Output from brew version of ffmpeg: ffmpeg version N-102727-g580e168a94-tessus https://evermeet.cx/ffmpeg/ Copyright (c) 2000-2021 the FFmpeg developers built with Apple clang version 11.0.0 (clang-1100.0.33.17) configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libmysofa --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvmaf --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-version3 --pkg-config-flags=--static --disable-ffplay

I don't want where to begin to troubleshoot the issue, appreciate if anyone is well versed in ffmpeg processing of dvhe files.

Thanks

Ed