Attract-Mode Support Forum

Related Stuff => Emulators => Topic started by: clockman on September 10, 2021, 07:42:16 AM

Title: VLC settings help
Post by: clockman on September 10, 2021, 07:42:16 AM
I want to setup vlc with my attractmode with my htpc to watch movies. Does any body have emulator settings for this like arg's? It would be very helpful!
Title: Re: VLC settings help
Post by: dmmarti on September 10, 2021, 10:08:04 AM
While I don't use VLC ... as another option, you can use Retroarch (if you're using a Windows PC like I am anyway).

Retroarch has the ffmpeg core that you can use - even with a controller - just like a normal core.  Just launch Retroarch, use the ffmpeg core, and pass it the filename of the *.mp4 file.

Boom...instant video player.

https://docs.libretro.com/library/ffmpeg/
Title: Re: VLC settings help
Post by: hermine.potter on September 10, 2021, 10:58:10 AM
board search and find this thread (http://forum.attractmode.org/index.php?topic=503.msg4231#msg4231).
Section : VLC-Movies / Videos via VLC
Title: Re: VLC settings help
Post by: clockman on September 10, 2021, 11:23:38 AM
board search and find this thread (http://forum.attractmode.org/index.php?topic=503.msg4231#msg4231).
Section : VLC-Movies / Videos via VLC
Yes i can play movies but because ffmpeg is baked into retroarch now i can't launch it in attractmode via core like other emulators.  Example -f -L cores\pcsx_rearmed_libretro.dll "[romfilename]" becuse there is no core. I can launch it in the retroarch interface but i want to launch it from attractmode, any ideas?
Title: Re: VLC settings help
Post by: dmmarti on September 10, 2021, 11:54:19 AM
You'll need to update/install the FFMPEG core within the Retroarch updater.

Here's my AM config file for it (I use relative paths .. so just change it to match your setup)

-------------------

# Generated by Attract-Mode v2.3.0
#
executable           ..\..\Emulators\RetroArch\retroarch.exe
args                 -L cores\ffmpeg_libretro.dll "[romfilename]"
rompath              ..\..\Movies\
romext               .mp4

The ffmpeg is just another core you have to install like all the others.
Title: Re: VLC settings help
Post by: clockman on September 10, 2021, 03:35:13 PM
You'll need to update/install the FFMPEG core within the Retroarch updater.

Here's my AM config file for it (I use relative paths .. so just change it to match your setup)

-------------------

# Generated by Attract-Mode v2.3.0
#
executable           ..\..\Emulators\RetroArch\retroarch.exe
args                 -L cores\ffmpeg_libretro.dll "[romfilename]"
rompath              ..\..\Movies\
romext               .mp4

The ffmpeg is just another core you have to install like all the others.
Yes but you can no longer download the ffmpeg core brcause it is baked in.
Title: Re: VLC settings help
Post by: dmmarti on September 10, 2021, 05:01:12 PM
Oh.....I didn't know that.  My version is a little old then...thanks for letting me know.
Title: Re: VLC settings help
Post by: clockman on September 11, 2021, 07:38:39 AM
Oh.....I didn't know that.  My version is a little old then...thanks for letting me know.
What version are you running and where can i get it?
Title: Re: VLC settings help
Post by: damonxxx on November 07, 2021, 07:39:37 AM
Hi,

You don't need the core...
...I am on windows RetroArch 1.912

..looks like this for me.. and starts the movies just fine...

executable        x:\RetroArch\retroarch.exe
args                 "[romfilename]"

romfilename is the movie;)
Title: Re: VLC settings help
Post by: onnied on February 07, 2022, 08:21:24 PM
Hi,

You don't need the core...
...I am on windows RetroArch 1.912

..looks like this for me.. and starts the movies just fine...

executable        x:\RetroArch\retroarch.exe
args                 "[romfilename]"

romfilename is the movie;)

Thanks mate for sharing the settings here.