by mp4_play » Fri Nov 12, 2010 5:29 am
Similar problem can be seen for mp4 HD files (for example downloaded from YouTube) on Windows. I made investigation around this and problem lies in file settings. For example I've got file which after playing save file in:
C:\Users\[user_name]\.smplayer\file_settings\c\[hex_name].ini
After trying to play again I hear only sound, but codecs are automatically selected like in first play and are correct (demux: lavfpref, video: ffh264, audio: faad). Trying to reset demux from file information window gives no result - still no video, only audio. If I delete file - again it is played correctly once, then no video. After further finding if I replaced inside ini file in section [file_settings] two values from:
- Code: Select all
current_sub_id=-1000
current_program_id=-1000
to:
- Code: Select all
current_sub_id=0
current_program_id=0
file is played always correctly. In SMPlayer 0.6.9 build 3590 from Sourceforge bug is still present, but this version is from 9th of November, so maybe it was fixed... I'll check in next SF release.
PS: Bug is present for ~6 months but it wasn't very annoying for me, so I didn't inform about it earlier

Anyway it would be nice to see this fixed

Similar problem can be seen for mp4 HD files (for example downloaded from YouTube) on Windows. I made investigation around this and problem lies in file settings. For example I've got file which after playing save file in:
C:\Users\[user_name]\.smplayer\file_settings\c\[hex_name].ini
After trying to play again I hear only sound, but codecs are automatically selected like in first play and are correct (demux: lavfpref, video: ffh264, audio: faad). Trying to reset demux from file information window gives no result - still no video, only audio. If I delete file - again it is played correctly once, then no video. After further finding if I replaced inside ini file in section [file_settings] two values from:
[code]current_sub_id=-1000
current_program_id=-1000[/code]
to:
[code]current_sub_id=0
current_program_id=0[/code]
file is played always correctly. In SMPlayer 0.6.9 build 3590 from Sourceforge bug is still present, but this version is from 9th of November, so maybe it was fixed... I'll check in next SF release.
PS: Bug is present for ~6 months but it wasn't very annoying for me, so I didn't inform about it earlier ;) Anyway it would be nice to see this fixed ;)