

Libavcodec-dev : Depends: libavcodec56 (<= 6:11.8-99) but 10:2.6.9-dmo1 is to be installed or Based on the error I tried to run apt-get install libavcodec-dev libavfilter-dev libavdevice-dev libavutil-dev libswscale-dev libavformat-dev libswresample-dev and got the following error: The following packages have unmet dependencies:


The only solution I could find people giving was to install ffmpeg however, I have already installed ffmpeg from backports so this does not tell me anything. See also "/root/obs-studio/build/CMakeFiles/CMakeOutput.log". Configuring incomplete, errors occurred! usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)Ĭmake/Modules/FindFFmpeg.cmake:151 (find_package_handle_standard_args)ĭeps/libff/CMakeLists.txt:4 (find_package) I get the following error: - OBS_VERSION: 18.0.1-12-g3540e71ĬMake Error at /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message):Ĭould NOT find FFmpeg (missing: FFMPEG_AVCODEC_LIBRARIESįFMPEG_AVCODEC_INCLUDE_DIRS avcodec avfilter avdevice avutil swscale I tried to follow the official install guide for OBS Studio, but when I try to run cmake -DUNIX_STRUCTURE=1 DCMAKE_INSTALL_PREFIX=/usr. Estimating duration from bitrate, this may be inaccurateĭuration: 00:00:13.98, start: 0.I am trying to install OBS Studio on Debian 8. I was looking to put an audio visualiser filter on my podcast file(mp3)and got the necessary code from here.But on running the code,the terminal gave an error"height not divisible by 2".I tried my best to apply the solution from here but it didn't work.Any suggestions would be helpful.įfmpeg -y -i audio.mp3 -loop 1 -i image.jpg -filter_complex "showwaves=s=1280x175:colors=White:mode=p2p,format=yuv420p overlay=0:200" -map "" -pix_fmt yuv420p -map 0:a -c:v libx264 -c:a copy -shortest output12.mp4įfmpeg version N-90762-g223f3dff8c Copyright (c) 2000-2018 the FFmpeg developersĬonfiguration: -enable-gpl -enable-version3 -enable-sdl2 -enable-bzlib -enable-fontconfig -enable-gnutls -enable-iconv -enable-libass -enable-libbluray -enable-libfreetype -enable-libmp3lame -enable-libopencore-amrnb -enable-libopencore-amrwb -enable-libopenjpeg -enable-libopus -enable-libshine -enable-libsnappy -enable-libsoxr -enable-libtheora -enable-libtwolame -enable-libvpx -enable-libwavpack -enable-libwebp -enable-libx264 -enable-libx265 -enable-libxml2 -enable-libzimg -enable-lzma -enable-zlib -enable-gmp -enable-libvidstab -enable-libvorbis -enable-libvo-amrwbenc -enable-libmysofa -enable-libspeex -enable-libxvid -enable-libaom -enable-libmfx -enable-amf -enable-ffnvcodec -enable-cuvid -enable-d3d11va -enable-nvenc -enable-nvdec -enable-dxva2 -enable-avisynth
