oldgamer Posted March 23, 2023 Share Posted March 23, 2023 (edited) 1. Get FFMPEG FULL https://www.gyan.dev/ffmpeg/builds/ 2. Get DrikSimple DATA files https://github.com/icculus/DirkSimple 3. Get the TEXT Command line for FFMPEG For Dragon's Lair and Cliff Hanger For Dragon's Lair ffmpeg -i lair.m2v -i lair.ogg -codec:v libtheora -qscale:v 7 -codec:a libvorbis -qscale:a 5 -pix_fmt yuv420p lair.ogv For Cliff Hanger ffmpeg -i cliff.m2v -i cliff.ogg -codec:v libtheora -qscale:v 7 -codec:a libvorbis -qscale:a 5 -pix_fmt yuv420p cliff.ogv 4. Get the TEXT Command line for Launch Box for Big Box For Dragon's Lair and Cliff Hanger For Dragon's Lair -L "cores\dirksimple_libretro.dll" "D:\LaunchBox\Emulators\RetroArch\downloads\lair.ogv" For Cliff Hanger -L "cores\dirksimple_libretro.dll" "D:\LaunchBox\Emulators\RetroArch\downloads\cliff.ogv" Edited March 23, 2023 by oldgamer 2 Quote Link to comment Share on other sites More sharing options...
Ric-82 Posted September 30, 2023 Share Posted September 30, 2023 Hello, Can you also tell me how to configure the android version of LaunchBox to use the dirksimple_libretro_android.so core? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.