Changes between Initial Version and Version 1 of Ticket #18951, comment 3
- Timestamp:
- Aug 5, 2024, 12:30:40 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18951, comment 3
initial v1 3 3 1. MediaPlayer and VLC cannot play some video files which can be played in hrev57843. In order to reproduce this bug, you can create a simple video file with ffmpeg, based on one png file and an mp3 audio file with: 4 4 5 ffmpeg -r 1 -loop 1 -i question.png -i 20240804_003109.mp3 -acodec copy -r 1 -shortest -vf scale=1280:720 test.mp45 ffmpeg -r 1 -loop 1 -i question.png -i file.mp3 -acodec copy -r 1 -shortest -vf scale=1280:720 test.mp4 6 6 7 7 2. Mednafen (games emulator) has now 1fps or something due to the same change. Tested with different cores like .gbc, .srm, .sfc and .nes roms. 8 8 9 Tested on ASUS laptop, x86_64, as native install (no quemu, vmware or virtualbox). 10 9 11 The code changes seems to have an impact on video players and emulator in the same time. I guess this bug should be reopened.