Changes between Initial Version and Version 1 of Ticket #18874, comment 2
- Timestamp:
- Apr 1, 2024, 4:09:29 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18874, comment 2
initial v1 1 1 Decoding via CLI shows: 2 ```_InitFromTrack(): keyframes: 1, frame count: 15191038800000 2 3 {{{ 4 _InitFromTrack(): keyframes: 1, frame count: 15191038800000 3 5 MediaTrackVideoSupplier::_SwitchFormat() - preferred color space: B_YUV420 4 6 [swscaler @ 0x118dcc083dd0] No accelerated colorspace conversion found from yuv420p to bgra. … … 17 19 VideoProducer: dropped frame (81) (perf. time 3240000) 18 20 VideoProducer: dropped frame (82) (perf. time 3280000) 19 ``` 21 . 22 . 23 }}} 20 24 21 25 so it appears with ffmpeg6 our performance has suffered on video which tests our decoding abilities.