Wednesday 18-Mar-26 15:29:14 Reduced "DM_FFmpegI" variants by further amalgamations. Saturday 07-Mar-26 21:35:02 Some scripts now use "waitfile". Saturday 22-Nov-25 19:32:02 Added some AmiBerry stuff. Wednesday 19-Nov-25 11:44:43 Added SMPlayer. Saturday 25-Oct-25 13:34:46 A little more delay needed in DM_FFmpegI. Multimedia scripts by Lorence Lombardo Saturday 09-Jan-21 08:12:40 ======================================== This is a little collection of multimedia scripts I have made using DM2, a2w, FFmpeg, VLC and SMplayer respectively from the following URL's:- http://aminet.net/package/util/dir/DiskMasterV37 http://geocities.ws/lorylomb/a2w.txt http://geocities.ws/lorylomb/a2w.lha https://sourceforge.net/projects/ffmpegwindowsbi/files/?source=navbar https://www.videolan.org/vlc/index.html https://www.smplayer.info/ http://geocities.ws/lorylomb/waitfile.txt http://geocities.ws/lorylomb/waitfile.lha DM_FFplay is configured in DM2 as follows:- AddCmd FFplay, 32, 03, extern c:execute cc:DM_FFplay %s DM_VLC is configured in DM2 as follows:- AddCmd VLC, 42, 04, extern c:execute cc:DM_VLC %s DM_smp is configured in DM2 as follows:- AddMenu GFX, SMplay, extern c:execute cc:DM_smp %s DM_FFmpegI is configured in DM2 as follows:- AddMenu GFX, FFinfo, extern c:execute cc:DM_FFmpegI %s Newer versions of WinUAE might need to use DMETHOD = 2 in "a2w.cfg" and if you are missing DMETHOD = 1 then you will need discuss that with the current WinUAE maintainer. These scripts could easily be adapted to DOPUS also and I hope you find them useful. If you have not guessed I am using WinUAE on XP SP3. Be sure to have WinUAE native code enabled in miscellaneous in order for these scripts to function. Here are some AmiBerry Ideas:- AddCmd FFplay, 32, 03, extern c:host-run ffplay %s AddCmd Celluloid, 42, 04, extern c:host-run celluloid %s "DM_FFmpegI.ab" is the Amiberry version and its suggested to remove the ".ab" extension. You can get "host-run" from here:- http://geocities.ws/lorylomb/ab_yam_host.txt http://geocities.ws/lorylomb/ab_yam_host.lha