Changes between Initial Version and Version 1 of Ticket #18951, comment 3


Ignore:
Timestamp:
Aug 5, 2024, 12:30:40 PM (7 weeks ago)
Author:
andianton

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18951, comment 3

    initial v1  
    331. 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:
    44
    5 ffmpeg -r 1 -loop 1 -i question.png -i 20240804_003109.mp3 -acodec copy -r 1 -shortest -vf scale=1280:720 test.mp4
     5ffmpeg -r 1 -loop 1 -i question.png -i file.mp3 -acodec copy -r 1 -shortest -vf scale=1280:720 test.mp4
    66
    772. Mednafen (games emulator) has now 1fps or something due to the same change. Tested with different cores like .gbc, .srm, .sfc and .nes roms.
    88
     9Tested on ASUS laptop, x86_64, as native install (no quemu, vmware or virtualbox).
     10
    911The code changes seems to have an impact on video players and emulator in the same time. I guess this bug should be reopened.