-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
ncplayer -L with an image aborts #2822
Comments
i suspect this to be due to libav changes. let me compile against an older one and see what happens. either way, we'll want to fix/work around this. |
i'm seeing: [mjpeg @ 0x55dece520840] marker=da avail_size_in_buf=25605
[mjpeg @ 0x55dece520840] component: 1
[mjpeg @ 0x55dece520840] marker parser used 25542 bytes (204333 bits)
[mjpeg @ 0x55dece520840] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x55dece520840] decode frame unused 0 bytes
[swscaler @ 0x55dece55ed80] deprecated pixel format used, make sure you did set range correctly
[swscaler @ 0x55dece55ed80] Forcing full internal H chroma due to input having non subsampled chroma
ncplane_new_internal:692:created new 74x132 plane "play" @ 0x0
ncplane_erase:2466:erasing 74x132 plane
ncplane_erase:2466:erasing 74x132 plane
ncvisual_geom_inner:279:vis 0x0+0x0 0x7fa085656040
ncvisual_geom_inner:447:rgeom: 74 132 222 264 @ 0/0 (4 on 0x55dece578bf0)
ncvisual_blit:1143:inblit 480x600 2@2 0x0 @ 0x0 0x55dece578bf0
ncvisual_geom_inner:279:vis 0x0+0x0 0x7fa085656040
ncvisual_geom_inner:447:rgeom: 74 132 222 264 @ 0/0 (4 on 0x55dece578bf0)
ncvisual_blit:1192:blit to plane 0x55dece578bf0 at 0/0 geom 74x132
ncvisual_render_cells:1017:cblit: rows/cols: 74x132 plane: 74/132 pix: 222/264
[swscaler @ 0x55dece5add40] Forcing full internal H chroma due to input having non subsampled chroma
ncplane_erase:2466:erasing 74x132 plane
engorge_crender_vector:1556:resizing rvec (0) for 0x55dece4f3e60 to 9768
notcurses_rasterize_inner:1276:pile 0x55dece4f3e60 ymax: 74 xmax: 132
notcurses_rasterize_inner:1282:sprixel phase 1
notcurses_rasterize_inner:1287:glyph phase 1
notcurses_rasterize_inner:1291:sprixel phase 2
notcurses_rasterize_inner:1300:glyph phase 2
^[[1G^[[38;2;128;192;128m^[[48;2;80;71;64mf^[[48;2;81;72;65mram^[[48;2;80;72;65me^[[48;2;81;73;66m ^[[48;2;81;74;66m0000^[[48;2;80;7
ncplane_erase:2466:erasing 74x132 plane
ncvisual_geom_inner:279:vis 0x0+0x0 0x7fa085656040
ncvisual_geom_inner:447:rgeom: 74 132 222 264 @ 0/0 (4 on 0x55dece578bf0)
ncvisual_blit:1143:inblit 480x600 2@2 0x0 @ 0x0 0x55dece578bf0
ncvisual_geom_inner:279:vis 0x0+0x0 0x7fa085656040
ncvisual_geom_inner:447:rgeom: 74 132 222 264 @ 0/0 (4 on 0x55dece578bf0)
ncvisual_blit:1192:blit to plane 0x55dece578bf0 at 0/0 geom 74x132
ncvisual_render_cells:1017:cblit: rows/cols: 74x132 plane: 74/132 pix: 222/264
Assertion desc failed at libswscale/swscale_internal.h:758 |
|
hrmm, dubious; ncplayer version 3.0.11 (in |
oh hrrrrrm current just worked for me. let me see if this is file-specific or what. |
yeah it's file-specific. the installed |
it seems like all pngs work fine, and all jpegs break |
huh, |
|
running
ncplayer -b foo -L ../data/aidsrobots.jpeg
triggers anassert()
, apparently from within libav:The text was updated successfully, but these errors were encountered: