Nyanmisaka

Results 447 comments of Nyanmisaka

> > Google's [Shaka-player](https://github.com/shaka-project/shaka-player#hls-features) supports `EXT-X-IMAGE-STREAM-INF` for [thumbnails](https://github.com/shaka-project/shaka-player/blob/83c02b8a5cfe48e2c028efb3aca6d3fd9026b062/test/hls/hls_parser_unit.js#L1945). They have a [demo page](https://index-dot-shaka-player-demo.appspot.com/#) for easy debugging. > > Thanks, looks like there was an issue with the playlist not doing...

> Another CJK-related issue, the fallback fonts option used by web ASS/SSA renderer is broken in 10.9. Since JASSUB has dropped fontconfig it no longer falls back to the provided...

@thornbill The backend changes have been merged, can we 🚀 this?

@Southpaw1496 This is superseded by #5183

Blocked by https://github.com/jellyfin/jellyfin-metapackages/pull/39

> > Blocked by [jellyfin/jellyfin-metapackages#39](https://github.com/jellyfin/jellyfin-metapackages/pull/39) > > that issue appears to be closed, dos that mean this can be fixed? The latest unstable images have been upgraded to bookworm, which...

RK的6.1内核正式版应该还没发布吧,现在能下载到的应该是[几个月前的develop](https://github.com/friendlyarm/kernel-rockchip/blob/nanopi6-v6.1.y/drivers/dma-buf/heaps/Makefile),里面的的dma_heap还没完工。 https://github.com/rockchip-linux/mpp/blob/ed377c99a733e2cdbcc457a6aa3f0fcd438a9dff/osal/mpp_runtime.cpp#L89 非要用的话mpp这里得改下了。 ```c allocator_valid[MPP_BUFFER_TYPE_DMA_HEAP] = !access("/dev/dma_heap/system-dma32", F_OK | R_OK) || !access("/dev/dma_heap/system-uncached", F_OK | R_OK) || !access("/dev/dma_heap/system-uncached-dma32", F_OK | R_OK); ```

ffmpeg's `frame_sync` utils only guarantees that frames are synchronized in timestamps, but does not guarantee that the underlying video data is synchronized.

Perhaps you need some calls from CoreImage to ensure the video data has been synchronized correctly, similar to glflush()/glfinish() in OpenGL.

Good catch. But i can still find some vibrating frames in this clip. Especially some frames at the beginning and end.