Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
General Discussion & Help / Re: Reloadable Items inside a container
« Last post by Pieter Hulshoff on November 01, 2023, 08:24:58 PM »
I'm afraid not. RetroFE uses 2D SDL, and so the container code is just a simple view window I implemented. Creating a rotated view window is a lot harder to do. I'll give it some thought though.
72
General Discussion & Help / Reloadable Items inside a container
« Last post by Sleeps5 on November 01, 2023, 06:21:30 AM »
I'm trying to build a layout that uses only what's available in the users medium and system artwork folders.  And I'm using containers to "draw" the layout, but I'm limited to squares and rotation.  I wanted to display a video inside a rotated square container, but have the video left alone, but only visible inside the container.  is this possible?

I tried this, but the code doesn't work.
<container backgroundColor="0000ff" x="center" y="center" angle="45" xOffset="0" yOffset="0" backgroundAlpha=".15" height="200" width="200" layer="3">
<reloadableVideo imageType="screenshot" height="400" width="400" layer="2"/>
</container>

This has it in the correct space, but the video is of course rotated.  I can make the video smaller and the container tags limit the visibility as expected.  But in all instances the video is rotated also.
<reloadableVideo imageType="screenshot" x="center" y="center" xOffset="340" yOffset="-100" height="400" width="400" containerX="1300" containerY="440" angle="45" layer="2"/>
73
Third party applications/tools / Re: Gamelist XML To Hyperlist XML
« Last post by celtium on October 30, 2023, 06:18:15 PM »
Merci beaucoup pour cette utilitaire :)
74
General Discussion & Help / Re: Replace gstreamer with VLC - Visual Studio version
« Last post by RfsVieira on October 30, 2023, 11:13:31 AM »
Yes its possible i forgot call it the function that is in the line 97-111... alredy update code, my mistake....
P.S. The red logs that could show,(to me only happens with H.264 but all plays well)  ex [H264 @ 0000485823782] no frame!,  it comes directly from FFmpeg lib(for what i read until now can't hide), however, if video plays normal  and are not causing any issues, ignor them. These messages often occur when the decoder encounters corrupt or incomplete video frames, which might happen in certain edge cases or with specific types of video streams.
75
General Discussion & Help / Re: Replace gstreamer with VLC - Visual Studio version
« Last post by iGarikoitz on October 28, 2023, 09:51:01 AM »
Thanks for this version. Can we hide the log window?
76
General Discussion & Help / Replace gstreamer with VLC - Visual Studio version
« Last post by RfsVieira on October 21, 2023, 08:08:16 PM »
If interested look in Retrofe, Visual Studio version.
https://github.com/RFSVIEIRA/RetroFe_VS 
Doesn't have commits BCS PC issue. If like and have any doubts just pme.
77
General Discussion & Help / Re: Coinops Legends2 Display issue.
« Last post by artmustel on October 12, 2023, 05:47:31 PM »
Got it, sorry about the confusion. Thank you.
78
General Discussion & Help / Re: Coinops Legends2 Display issue.
« Last post by Pieter Hulshoff on October 12, 2023, 08:07:25 AM »
RetroFE is the front-end used by CoinOPS; it's not an emulator.
79
General Discussion & Help / Re: Coinops Legends2 Display issue.
« Last post by artmustel on October 12, 2023, 12:36:00 AM »
Sorry, I believed it was a RetroFE based emulator and I was pretty confident someone here could have helped.
80
General Discussion & Help / Re: Coinops Legends2 Display issue.
« Last post by Pieter Hulshoff on October 11, 2023, 09:24:18 PM »
Your issues are emulator related; not RetroFE related. Please take it up with the CoinOPS team on their discord channel.
Pages: 1 ... 6 7 [8] 9 10