Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qcli crash on mkv with attachments #838

Closed
dericed opened this issue Aug 28, 2024 · 0 comments · Fixed by #839
Closed

qcli crash on mkv with attachments #838

dericed opened this issue Aug 28, 2024 · 0 comments · Fixed by #839
Assignees

Comments

@dericed
Copy link
Member

dericed commented Aug 28, 2024

$ qcli -f signalstats+aphasemeter+astats+ssim -i /Users/daverice/Desktop/vrecord_tests/usmp.mkv -o /Users/daverice/Desktop/vrecord_tests/usmp.mkv.qctools.mkv
qcli dev build, Apr  9 2024 21:24:45
filters selected: signalstats aphasemeter astats ssim 
[matroska,webm @ 0x7f9866f50240] Could not find codec parameters for stream 3 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
[matroska,webm @ 0x7f9866f50240] Could not find codec parameters for stream 4 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options

analyzing input file... /Users/daverice/Desktop/vrecord_tests/usmp.mkv
Segmentation fault: 11
$ ffmpeg -i /Users/daverice/Desktop/vrecord_tests/usmp.mkv
ffmpeg version 5.1.5 Copyright (c) 2000-2024 the FFmpeg developers
  built with Apple clang version 14.0.0 (clang-1400.0.29.202)
  configuration: --prefix='/usr/local/Cellar/ffmpeg@5/5.1.5' --datadir='/usr/local/Cellar/ffmpeg@5/5.1.5/share/ffmpeg' --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libaribb24 --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librist --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libsvtav1 --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvmaf --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-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-videotoolbox
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
[matroska,webm @ 0x7ff2fdf2b2c0] Could not find codec parameters for stream 3 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
[matroska,webm @ 0x7ff2fdf2b2c0] Could not find codec parameters for stream 4 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Guessed Channel Layout for Input Stream #0.1 : stereo
Guessed Channel Layout for Input Stream #0.2 : stereo
Input #0, matroska,webm, from '/Users/daverice/Desktop/vrecord_tests/usmp.mkv':
  Metadata:
    creation_time   : 2024-08-28T20:06:12.065474Z
    ENCODER         : Lavf59.27.100
  Duration: 00:00:02.77, start: 0.000000, bitrate: 81511 kb/s
  Stream #0:0: Video: ffv1 (FFV1 / 0x31564646), yuv422p10le(tv, smpte170m/smpte170m/bt709, bottom coded first (swapped)), 720x486, SAR 10:11 DAR 400:297, 29.97 fps, 29.97 tbr, 1k tbn
    Metadata:
      ENCODER         : FFV1 version 3
      DURATION        : 00:00:02.502000000
  Stream #0:1: Audio: pcm_s24le, 48000 Hz, stereo, s32 (24 bit), 2304 kb/s (default)
    Metadata:
      ENCODER         : Lavc59.37.100 pcm_s24le
      DURATION        : 00:00:02.769000000
  Stream #0:2: Audio: pcm_s24le, 48000 Hz, stereo, s32 (24 bit), 2304 kb/s
    Metadata:
      ENCODER         : Lavc59.37.100 pcm_s24le
      DURATION        : 00:00:02.769000000
  Stream #0:3: Attachment: none
    Metadata:
      filename        : usmp_capture_options.log
      mimetype        : text/x-log
      title           : Capture options selected by user during vrecord process
  Stream #0:4: Attachment: none
    Metadata:
      filename        : usmp_vrecord_input.log
      mimetype        : text/x-log
      title           : Full FFmpeg output from vrecord capture process
@JeromeMartinez JeromeMartinez linked a pull request Sep 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants