-
Notifications
You must be signed in to change notification settings - Fork 399
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
自14.2.0版本直接升级14.3.0后录屏报错 #316
Labels
bug
错误
Comments
可以提供一下屏幕参数吗,如物理分辨率和缩放 |

Best regards
Kevin Zhou
… 2025年1月6日 18:04,xushengfeng ***@***.***> 写道:
可以提供一下屏幕参数吗,如物理分辨率和缩放
—
Reply to this email directly, view it on GitHub <#316 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AYOUPWOQWVVBFXY6ZDLFB532JJIMLAVCNFSM6AAAAABUPOSRF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZSG43TKNRQHA>.
You are receiving this because you authored the thread.
|
框选大小是多少,其他大小的框选也报错吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
描述问题 Description of the problem
自14.2.0升级新版本后,MAC和win10均录屏后报错,FFMPEG错误信息如下,老版本一切正常。
重现步骤 Steps to reproduce
打开截图窗口录屏功能
期望结果 Expected behavior
No response
更多信息 Additional context
命令:
ffmpeg -i /var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/0 -vf crop=1981:1255:794:170 /var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/output/0.mp4
输出:
ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
built with Apple clang version 13.1.6 (clang-1316.0.21.2.5)
configuration: --prefix=/Volumes/tempdisk/sw --extra-cflags=-fno-stack-check --arch=arm64 --cc=/usr/bin/clang --enable-gpl --enable-libvmaf --enable-libbluray --enable-libopenjpeg --enable-libopus --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libwebp --enable-libass --enable-libfreetype --enable-fontconfig --enable-libtheora --enable-libvorbis --enable-libsnappy --enable-libaom --enable-libvidstab --enable-libzimg --enable-libsvtav1 --enable-libkvazaar --enable-version3 --pkg-config-flags=--static --enable-ffplay --enable-postproc --enable-nonfree --enable-neon --enable-runtime-cpudetect --disable-indev=qtkit --disable-indev=x11grab_xcb
libavutil 58. 2.100 / 58. 2.100
libavcodec 60. 3.100 / 60. 3.100
libavformat 60. 3.100 / 60. 3.100
libavdevice 60. 1.100 / 60. 1.100
libavfilter 9. 3.100 / 9. 3.100
libswscale 7. 1.100 / 7. 1.100
libswresample 4. 10.100 / 4. 10.100
libpostproc 57. 1.100 / 57. 1.100
Input #0, matroska,webm, from '/var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/0':
Metadata:
encoder : Chrome
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0(eng): Audio: opus, 48000 Hz, mono, fltp (default)
Stream #0:1(eng): Video: vp8, yuv420p(tv, bt709, progressive), 1496x966, SAR 1:1 DAR 748:483, 1k tbr, 1k tbn (default)
Metadata:
alpha_mode : 1
Stream mapping:
Stream #0:1 -> #0:0 (vp8 (native) -> h264 (libx264))
Stream #0:0 -> #0:1 (opus (native) -> aac (native))
Press [q] to stop, [?] for help
[aac @ 0x12c709020] Queue input is backward in time
[Parsed_crop_0 @ 0x6000008f0000] Invalid too big or non positive size for width '1980' or height '1254'
[Parsed_crop_0 @ 0x6000008f0000] Failed to configure input pad on Parsed_crop_0
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:1
[aac @ 0x12c709020] Qavg: 63974.922
[aac @ 0x12c709020] 2 frames left in the queue on closing
Conversion failed!
命令:
ffmpeg -i /var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/0 -vf crop=1981:1255:794:170 /var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/output/0.mp4
输出:
ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
built with Apple clang version 13.1.6 (clang-1316.0.21.2.5)
configuration: --prefix=/Volumes/tempdisk/sw --extra-cflags=-fno-stack-check --arch=arm64 --cc=/usr/bin/clang --enable-gpl --enable-libvmaf --enable-libbluray --enable-libopenjpeg --enable-libopus --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libwebp --enable-libass --enable-libfreetype --enable-fontconfig --enable-libtheora --enable-libvorbis --enable-libsnappy --enable-libaom --enable-libvidstab --enable-libzimg --enable-libsvtav1 --enable-libkvazaar --enable-version3 --pkg-config-flags=--static --enable-ffplay --enable-postproc --enable-nonfree --enable-neon --enable-runtime-cpudetect --disable-indev=qtkit --disable-indev=x11grab_xcb
libavutil 58. 2.100 / 58. 2.100
libavcodec 60. 3.100 / 60. 3.100
libavformat 60. 3.100 / 60. 3.100
libavdevice 60. 1.100 / 60. 1.100
libavfilter 9. 3.100 / 9. 3.100
libswscale 7. 1.100 / 7. 1.100
libswresample 4. 10.100 / 4. 10.100
libpostproc 57. 1.100 / 57. 1.100
Input #0, matroska,webm, from '/var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/0':
Metadata:
encoder : Chrome
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0(eng): Audio: opus, 48000 Hz, mono, fltp (default)
Stream #0:1(eng): Video: vp8, yuv420p(tv, bt709, progressive), 1496x966, SAR 1:1 DAR 748:483, 1k tbr, 1k tbn (default)
Metadata:
alpha_mode : 1
Stream mapping:
Stream #0:1 -> #0:0 (vp8 (native) -> h264 (libx264))
Stream #0:0 -> #0:1 (opus (native) -> aac (native))
Press [q] to stop, [?] for help
[aac @ 0x12c709020] Queue input is backward in time
[Parsed_crop_0 @ 0x6000008f0000] Invalid too big or non positive size for width '1980' or height '1254'
[Parsed_crop_0 @ 0x6000008f0000] Failed to configure input pad on Parsed_crop_0
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:1
[aac @ 0x12c709020] Qavg: 63974.922
[aac @ 0x12c709020] 2 frames left in the queue on closing
Conversion failed!
命令:
ffmpeg -i /var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/0 -vf crop=1981:1255:794:170 /var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/output/0.mp4
输出:
ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
built with Apple clang version 13.1.6 (clang-1316.0.21.2.5)
configuration: --prefix=/Volumes/tempdisk/sw --extra-cflags=-fno-stack-check --arch=arm64 --cc=/usr/bin/clang --enable-gpl --enable-libvmaf --enable-libbluray --enable-libopenjpeg --enable-libopus --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libwebp --enable-libass --enable-libfreetype --enable-fontconfig --enable-libtheora --enable-libvorbis --enable-libsnappy --enable-libaom --enable-libvidstab --enable-libzimg --enable-libsvtav1 --enable-libkvazaar --enable-version3 --pkg-config-flags=--static --enable-ffplay --enable-postproc --enable-nonfree --enable-neon --enable-runtime-cpudetect --disable-indev=qtkit --disable-indev=x11grab_xcb
libavutil 58. 2.100 / 58. 2.100
libavcodec 60. 3.100 / 60. 3.100
libavformat 60. 3.100 / 60. 3.100
libavdevice 60. 1.100 / 60. 1.100
libavfilter 9. 3.100 / 9. 3.100
libswscale 7. 1.100 / 7. 1.100
libswresample 4. 10.100 / 4. 10.100
libpostproc 57. 1.100 / 57. 1.100
Input #0, matroska,webm, from '/var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/0':
Metadata:
encoder : Chrome
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0(eng): Audio: opus, 48000 Hz, mono, fltp (default)
Stream #0:1(eng): Video: vp8, yuv420p(tv, bt709, progressive), 1496x966, SAR 1:1 DAR 748:483, 1k tbr, 1k tbn (default)
Metadata:
alpha_mode : 1
Stream mapping:
Stream #0:1 -> #0:0 (vp8 (native) -> h264 (libx264))
Stream #0:0 -> #0:1 (opus (native) -> aac (native))
Press [q] to stop, [?] for help
[aac @ 0x12c709020] Queue input is backward in time
[Parsed_crop_0 @ 0x6000008f0000] Invalid too big or non positive size for width '1980' or height '1254'
[Parsed_crop_0 @ 0x6000008f0000] Failed to configure input pad on Parsed_crop_0
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:1
[aac @ 0x12c709020] Qavg: 63974.922
[aac @ 0x12c709020] 2 frames left in the queue on closing
Conversion failed!
命令:
ffmpeg -i /var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/1 -vf crop=1981:1255:794:170 /var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/output/1.mp4
输出:
ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
built with Apple clang version 13.1.6 (clang-1316.0.21.2.5)
configuration: --prefix=/Volumes/tempdisk/sw --extra-cflags=-fno-stack-check --arch=arm64 --cc=/usr/bin/clang --enable-gpl --enable-libvmaf --enable-libbluray --enable-libopenjpeg --enable-libopus --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libwebp --enable-libass --enable-libfreetype --enable-fontconfig --enable-libtheora --enable-libvorbis --enable-libsnappy --enable-libaom --enable-libvidstab --enable-libzimg --enable-libsvtav1 --enable-libkvazaar --enable-version3 --pkg-config-flags=--static --enable-ffplay --enable-postproc --enable-nonfree --enable-neon --enable-runtime-cpudetect --disable-indev=qtkit --disable-indev=x11grab_xcb
libavutil 58. 2.100 / 58. 2.100
libavcodec 60. 3.100 / 60. 3.100
libavformat 60. 3.100 / 60. 3.100
libavdevice 60. 1.100 / 60. 1.100
libavfilter 9. 3.100 / 9. 3.100
libswscale 7. 1.100 / 7. 1.100
libswresample 4. 10.100 / 4. 10.100
libpostproc 57. 1.100 / 57. 1.100
Input #0, matroska,webm, from '/var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/1':
Metadata:
encoder : Chrome
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0(eng): Audio: opus, 48000 Hz, mono, fltp (default)
Stream #0:1(eng): Video: vp8, yuv420p(tv, bt709, progressive), 1496x966, SAR 1:1 DAR 748:483, 29.25 tbr, 1k tbn (default)
Metadata:
alpha_mode : 1
Stream mapping:
Stream #0:1 -> #0:0 (vp8 (native) -> h264 (libx264))
Stream #0:0 -> #0:1 (opus (native) -> aac (native))
Press [q] to stop, [?] for help
[aac @ 0x1396064c0] Queue input is backward in time
[Parsed_crop_0 @ 0x600003b74000] Invalid too big or non positive size for width '1980' or height '1254'
[Parsed_crop_0 @ 0x600003b74000] Failed to configure input pad on Parsed_crop_0
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:1
[aac @ 0x1396064c0] Qavg: 64495.281
[aac @ 0x1396064c0] 2 frames left in the queue on closing
Conversion failed!
命令:
ffmpeg -i /var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/1 -vf crop=1981:1255:794:170 /var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/output/1.mp4
输出:
ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
built with Apple clang version 13.1.6 (clang-1316.0.21.2.5)
configuration: --prefix=/Volumes/tempdisk/sw --extra-cflags=-fno-stack-check --arch=arm64 --cc=/usr/bin/clang --enable-gpl --enable-libvmaf --enable-libbluray --enable-libopenjpeg --enable-libopus --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libwebp --enable-libass --enable-libfreetype --enable-fontconfig --enable-libtheora --enable-libvorbis --enable-libsnappy --enable-libaom --enable-libvidstab --enable-libzimg --enable-libsvtav1 --enable-libkvazaar --enable-version3 --pkg-config-flags=--static --enable-ffplay --enable-postproc --enable-nonfree --enable-neon --enable-runtime-cpudetect --disable-indev=qtkit --disable-indev=x11grab_xcb
libavutil 58. 2.100 / 58. 2.100
libavcodec 60. 3.100 / 60. 3.100
libavformat 60. 3.100 / 60. 3.100
libavdevice 60. 1.100 / 60. 1.100
libavfilter 9. 3.100 / 9. 3.100
libswscale 7. 1.100 / 7. 1.100
libswresample 4. 10.100 / 4. 10.100
libpostproc 57. 1.100 / 57. 1.100
Input #0, matroska,webm, from '/var/folders/2q/dys35mdd6lv0d72_tl6ywllh0000gn/T/eSearch/1735799599927/1':
Metadata:
encoder : Chrome
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0(eng): Audio: opus, 48000 Hz, mono, fltp (default)
Stream #0:1(eng): Video: vp8, yuv420p(tv, bt709, progressive), 1496x966, SAR 1:1 DAR 748:483, 29.25 tbr, 1k tbn (default)
Metadata:
alpha_mode : 1
Stream mapping:
Stream #0:1 -> #0:0 (vp8 (native) -> h264 (libx264))
Stream #0:0 -> #0:1 (opus (native) -> aac (native))
Press [q] to stop, [?] for help
[aac @ 0x1396064c0] Queue input is backward in time
[Parsed_crop_0 @ 0x600003b74000] Invalid too big or non positive size for width '1980' or height '1254'
[Parsed_crop_0 @ 0x600003b74000] Failed to configure input pad on Parsed_crop_0
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:1
[aac @ 0x1396064c0] Qavg: 64495.281
[aac @ 0x1396064c0] 2 frames left in the queue on closing
Conversion failed!
重试
操作系统 OS
MAC M2PRO 15.2 (24C101) / win10
软件版本 Software version
Ver 14.3.0
屏幕参数 Screen parameters
No response
The text was updated successfully, but these errors were encountered: