[FFmpeg-user] HEVC trouble

Michael michaelwatchulonis at gmail.com
Wed Dec 23 17:35:33 EET 2020


Hi,

Still trying to export an HEVC 4096x2048 file with copied audio @100Mbps 
from ProRes 422 HQ of same size and frame rate.

Someone helpfully sent this code:

*ffmeg -i "<filenamehere>" -c:v libx265 -crf 17 -b:v 100M -c:a copy 
"<outfilenamehere.mp4>"*

It didn't work.  Here's the text from Terminal.  Thanks if you can help.

Use -h to get full help or, even better, run 'man ffmpeg'
Michaels-MBP-3:~ MadBookPro$ ffmpeg -i /Volumes/NUTCRACKER/VR\ for\ Danny/EXPORTS/Act\ 1\ title\ test.mov -c:v libx265 -crf 17 -b:v 100M -c:a copy "TEST_20.mp4"
ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
   built with Apple clang version 11.0.0 (clang-1100.0.33.17)
   configuration: --prefix=/usr/local/Cellar/ffmpeg/4.3.1_1 --enable-shared --enable-pthreads --enable-version3 --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-libsoxr --enable-videotoolbox --disable-libjack --disable-indev=jack
   libavutil      56. 51.100 / 56. 51.100
   libavcodec     58. 91.100 / 58. 91.100
   libavformat    58. 45.100 / 58. 45.100
   libavdevice    58. 10.100 / 58. 10.100
   libavfilter     7. 85.100 /  7. 85.100
   libavresample   4.  0.  0 /  4.  0.  0
   libswscale      5.  7.100 /  5.  7.100
   libswresample   3.  7.100 /  3.  7.100
   libpostproc    55.  7.100 / 55.  7.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Volumes/NUTCRACKER/VR for Danny/EXPORTS/Act 1 title test.mov':
   Metadata:
     major_brand     : qt
     minor_version   : 537199360
     compatible_brands: qt
     creation_time   : 2020-12-29T10:18:53.000000Z
   Duration: 00:00:30.05, start: 0.000000, bitrate: 957791 kb/s
     Stream #0:0(eng): Video: prores (HQ) (apch / 0x68637061), yuv422p10le(tv, bt709, progressive), 4096x2048, 955936 kb/s, SAR 1:1 DAR 2:1, 59.94 fps, 59.94 tbr, 60k tbn, 60k tbc (default)
     Metadata:
       creation_time   : 2020-12-29T10:18:53.000000Z
       handler_name    : Apple Video Media Handler
       encoder         : Apple ProRes 422 HQ
       timecode        : 00:00:00:00
     Side data:
       stereo3d: side by side
       spherical: equirectangular (0.000000/0.000000/0.000000)
     Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s (default)
     Metadata:
       creation_time   : 2020-12-29T10:18:53.000000Z
       handler_name    : Apple Sound Media Handler
       timecode        : 00:00:00:00
     Stream #0:2(eng): Data: none (tmcd / 0x64636D74), 0 kb/s (default)
     Metadata:
       creation_time   : 2020-12-29T10:18:53.000000Z
       handler_name    : Time Code Media Handler
       timecode        : 00:00:00:00
Stream mapping:
   Stream #0:0 -> #0:0 (prores (native) -> hevc (libx265))
   Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
x265 [info]: HEVC encoder version 0.0
x265 [info]: build info [Mac OS X][clang 11.0.0][64 bit] 10bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
x265 [info]: Main 4:2:2 10 profile, Level-5.1 (Main tier)
x265 [info]: Thread pool created using 8 threads
x265 [info]: Slices                              : 1
x265 [info]: frame threads / pool features       : 3 / wpp(32 rows)
x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra
x265 [info]: ME / range / subpel / merge         : hex / 57 / 2 / 3
x265 [info]: Keyframe min / max / scenecut / bias  : 25 / 250 / 40 / 5.00
x265 [info]: Lookahead / bframes / badapt        : 20 / 4 / 2
x265 [info]: b-pyramid / weightp / weightb       : 1 / 1 / 0
x265 [info]: References / ref-limit  cu / depth  : 3 / off / on
x265 [info]: AQ: mode / str / qg-size / cu-tree  : 2 / 1.0 / 32 / 1
x265 [info]: Rate Control / qCompress            : CRF-17.0 / 0.60
x265 [info]: tools: rd=3 psy-rd=2.00 early-skip rskip mode=1 signhide tmvp
x265 [info]: tools: b-intra strong-intra-smoothing lslices=8 deblock sao
[mp4 @ 0x7fbabf811c00] Could not find tag for codec pcm_s16le in stream #1, codec not currently supported in container
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --

encoded 0 frames
Conversion failed!




More information about the ffmpeg-user mailing list