cassavers.blogg.se

Linux ffmpeg libx264 segfault
Linux ffmpeg libx264 segfault










linux ffmpeg libx264 segfault

Looking at this answer under FFMPEG Segfault Solutions: ~$ gcc -version In reply to comment: ffmpeg -i input_0.mp4 -i input_1.mp4 -c copy -map 0:0 -map 1:1 -shortest out.mp4įfmpeg version 4.2.1-0york0~18.04.1 Copyright (c) 2000-2019 the FFmpeg developersīuilt with gcc 7 (Ubuntu 7.4.0-1ubuntu1~18.04.1)Ĭonfiguration: -prefix=/usr -extra-version='0york0~18.04.1' -toolchain=hardened -libdir=/usr/lib/x86_64-linux-gnu -incdir=/usr/include/x86_64-linux-gnu -arch=amd64 -enable-gpl -disable-stripping -enable-avresample -disable-filter=resample -enable-avisynth -enable-gnutls -enable-ladspa -enable-libaom -enable-libass -enable-libbluray -enable-libbs2b -enable-libcaca -enable-libcdio -enable-libcodec2 -enable-libflite -enable-libfontconfig -enable-libfreetype -enable-libfribidi -enable-libgme -enable-libgsm -enable-libjack -enable-libmp3lame -enable-libmysofa -enable-libopenjpeg -enable-libopenmpt -enable-libopus -enable-libpulse -enable-librsvg -enable-librubberband -enable-libshine -enable-libsnappy -enable-libsoxr -enable-libspeex -enable-libssh -enable-libtheora -enable-libtwolame -enable-libvidstab -enable-libvorbis -enable-libvpx -enable-libwavpack -enable-libwebp -enable-libx265 -enable-libxml2 -enable-libxvid -enable-libzmq -enable-libzvbi -enable-lv2 -enable-omx -enable-openal -enable-opengl -enable-sdl2 -enable-nonfree -enable-libfdk-aac -enable-libdc1394 -enable-libdrm -enable-libiec61883 -enable-chromaprint -enable-frei0r -enable-libx264 -enable-shared

linux ffmpeg libx264 segfault

ffmpeg -i input_0.mp4 -i a.aac -c:v copy -map 0:v:0 -map 1:a:0 new.mp4 The same happens when I follow this answer under ffmpeg - replace audio in video, which tries to mux the audio (as a separate file) with the video stream.

linux ffmpeg libx264 segfault

Or ffmpeg -i input_0.mp4 -i input_1.mp4 -c copy -map 0:v:0 -map 1:a:0 -shortest out.mp4 I have renamed the files accordingly and, when trying to follow the answer ffmpeg -i input_0.mp4 -i input_1.mp4 -c copy -map 0:0 -map 1:1 -shortest out.mp4

linux ffmpeg libx264 segfault

I want to mux the video stream from one file and the audio stream from another. I have exactly this scenario: FFMPEG mux video and audio (from another video) - mapping issue.












Linux ffmpeg libx264 segfault