Created
April 16, 2018 19:22
-
-
Save camb416/3f19bc0fa3a11b7a1b1d2707647d1701 to your computer and use it in GitHub Desktop.
segfault when converting to H.265
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cam@DESKTOP-AJKAVAA:/mnt/c/Users/cam/Downloads$ ffmpeg -i bbb_sunflower_2160p_60fps_normal.mp4 -c:a copy -c:v libx265 out.mp4 | |
ffmpeg version 2.8.14-0ubuntu0.16.04.1 Copyright (c) 2000-2018 the FFmpeg developers | |
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.9) 20160609 | |
configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv | |
libavutil 54. 31.100 / 54. 31.100 | |
libavcodec 56. 60.100 / 56. 60.100 | |
libavformat 56. 40.101 / 56. 40.101 | |
libavdevice 56. 4.100 / 56. 4.100 | |
libavfilter 5. 40.101 / 5. 40.101 | |
libavresample 2. 1. 0 / 2. 1. 0 | |
libswscale 3. 1.101 / 3. 1.101 | |
libswresample 1. 2.101 / 1. 2.101 | |
libpostproc 53. 3.100 / 53. 3.100 | |
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'bbb_sunflower_2160p_60fps_normal.mp4': | |
Metadata: | |
major_brand : isom | |
minor_version : 1 | |
compatible_brands: isomavc1 | |
creation_time : 2013-12-17 16:40:26 | |
title : Big Buck Bunny, Sunflower version | |
artist : Blender Foundation 2008, Janus Bager Kristensen 2013 | |
comment : Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net | |
genre : Animation | |
composer : Sacha Goedegebure | |
Duration: 00:10:34.53, start: 0.000000, bitrate: 8487 kb/s | |
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 3840x2160 [SAR 1:1 DAR 16:9], 8002 kb/s, 60 fps, 60 tbr, 60k tbn, 120 tbc (default) | |
Metadata: | |
creation_time : 2013-12-17 16:40:26 | |
handler_name : GPAC ISO Video Handler | |
Stream #0:1(und): Audio: mp3 (mp4a / 0x6134706D), 48000 Hz, stereo, s16p, 160 kb/s (default) | |
Metadata: | |
creation_time : 2013-12-17 16:40:28 | |
handler_name : GPAC ISO Audio Handler | |
Stream #0:2(und): Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, 5.1(side), fltp, 320 kb/s (default) | |
Metadata: | |
creation_time : 2013-12-17 16:40:28 | |
handler_name : GPAC ISO Audio Handler | |
Side data: | |
audio service type: main | |
File 'out.mp4' already exists. Overwrite ? [y/N] y | |
x265 [info]: HEVC encoder version 1.9 | |
x265 [info]: build info [Linux][GCC 5.3.1][64 bit] 8bit+10bit+12bit | |
x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2 | |
x265 [info]: Main profile, Level-5.1 (Main tier) | |
Segmentation fault (core dumped) | |
cam@DESKTOP-AJKAVAA:/mnt/c/Users/cam/Downloads$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment