xxOToTOxx Posted April 18, 2021 Author Share Posted April 18, 2021 The last one I am now after in Puss in Boots for Singe 1, I would appreciate if anyone has it they can let me know Link to comment Share on other sites More sharing options...
MadMax4Q2 Posted April 18, 2021 Share Posted April 18, 2021 13 minutes ago, xxOToTOxx said: The last one I am now after in Puss in Boots for Singe 1, I would appreciate if anyone has it they can let me know I will keep an eye out for it, are you still looking for TitanAE Sing 1 version as well? Link to comment Share on other sites More sharing options...
xxOToTOxx Posted April 18, 2021 Author Share Posted April 18, 2021 (edited) 31 minutes ago, MadMax4Q2 said: I will keep an eye out for it, are you still looking for TitanAE Sing 1 version as well? Thanks to info from Karis, we can easily convert the Kangaroo Punch video to Singe 1 status. The titanae on the repo, cuts out level 5, a short (demo) level that was added in the conversion to Singe 2. So use the directory in the repo and trim the video: ffmpeg -i Titan_AE.mp4 -t 00:45:29 -an -qscale:v 4 -b:v 6000k -codec:v mpeg2video titanae.m2v ffmpeg -i Titan_AE.mp4 -t 00:45:30 -vn -c:a libvorbis -ar 44100 -map a -b:a 160k titanae.ogg Again I put this in the README.md of the directory on the repo. If you come across the original version, it would be interesting to compare. I put screenshots of TitanAE a few posts back., Unfortunately, Puss in Boots seems to be vastly different and I am pretty sure we cannot just trim that.... Edited April 18, 2021 by xxOToTOxx Link to comment Share on other sites More sharing options...
MadMax4Q2 Posted April 18, 2021 Share Posted April 18, 2021 1 minute ago, xxOToTOxx said: Thanks to info from Karis, we can easily convert the Kangaroo Punch video to Singe 1 status. The titanae on the repo, cuts out level 5, a short (demo) level that was added in the conversion to Singe 2. So use the directory in the repo and trim the video: ffmpeg -i Titan_AE.mp4 -t 00:45:29 -an -qscale:v 4 -b:v 6000k -codec:v mpeg2video titanae.m2v ffmpeg -i Titan_AE.mp4 -t 00:45:30 -vn -c:a libvorbis -ar 44100 -map a -b:a 160k titanae.ogg Again I put this in the README.md of the directory on the repo. Yep I did notice that, I've only looked at a few of the games repos as I'm focusing just a few games at the mo but will be reading any README.md first as I go through the list 👍 1 Link to comment Share on other sites More sharing options...
MadMax4Q2 Posted April 18, 2021 Share Posted April 18, 2021 Are you familiar with cropping 16:9 with ffmpg? I've been using a guide here ffmpeg -i FaI.mp4 -filter:v 'crop=ih/3*4:ih' \ -c:v libx264 -crf 23 -preset veryfast -c:a copy fireandice.mp4 But when I run the command I get error: [NULL @ 0000023b5bff0040] Unable to find a suitable output format for '\' \: Invalid argument Link to comment Share on other sites More sharing options...
xxOToTOxx Posted April 18, 2021 Author Share Posted April 18, 2021 I think it's just the '\' newline separator that confusing things, that's Linux specific. This works for me: ffmpeg -i temp.mp4 -filter:v 'crop=ih/3*4:ih' -c:v libx264 -crf 23 -preset veryfast -c:a copy fireandice.mp4 1 Link to comment Share on other sites More sharing options...
312BhP Posted April 19, 2021 Share Posted April 19, 2021 @xxOToTOxx do you think it would be possible to get your version of this running on Opendingux (Has a Linux kernel), specifically the RG350M? There is a Daphne port on there already but no Singe support of course (DL2 crashes as well). Link to comment Share on other sites More sharing options...
xxOToTOxx Posted April 19, 2021 Author Share Posted April 19, 2021 20 minutes ago, 312BhP said: @xxOToTOxx do you think it would be possible to get your version of this running on Opendingux (Has a Linux kernel), specifically the RG350M? There is a Daphne port on there already but no Singe support of course (DL2 crashes as well). If someone managed to compile the original Daphne, then there is no reason why this version shouldn't work, with a little work maybe. You would need to find someone with the relevant build environment and tools and give it a go... 1 Link to comment Share on other sites More sharing options...
MadMax4Q2 Posted April 19, 2021 Share Posted April 19, 2021 (edited) Been testing out Fire & Ice now I've converted the Kangaroo Punch videos to 4:3 plus a smaller size and happy to say all issues seem to have gone and I'm sure that will be the case for all the others I will be moving over to my pi 😄👍 Thanks again xxOToTOxx Edited April 19, 2021 by MadMax4Q2 1 Link to comment Share on other sites More sharing options...
xxOToTOxx Posted April 20, 2021 Author Share Posted April 20, 2021 (edited) release 2.4.5 * Multiple joystick input supported. * Advanced joystick configuration (See doc/hypinput.ini) * Reverse joystick axis - flight games (See doc/flightkey.ini) * Existing joystick configurations work unchanged. New version released that has multiple joystick support within Daphne and Singe. Allows swapping UP/DOWN on joystick axis in flight games - not previously possible in Daphne. Edited April 20, 2021 by xxOToTOxx 2 Link to comment Share on other sites More sharing options...
312BhP Posted April 21, 2021 Share Posted April 21, 2021 On 20/04/2021 at 12:11 AM, MadMax4Q2 said: Been testing out Fire & Ice now I've converted the Kangaroo Punch videos to 4:3 plus a smaller size and happy to say all issues seem to have gone and I'm sure that will be the case for all the others I will be moving over to my pi 😄👍 Thanks again xxOToTOxx Any chance you can share or put a guide together please? Link to comment Share on other sites More sharing options...
xxOToTOxx Posted April 21, 2021 Author Share Posted April 21, 2021 (edited) 2 hours ago, 312BhP said: Any chance you can share or put a guide together please? Grab Fire and Ice game from the Kangaroo Punch link to archive.org Uncompress game and take FaI.mp4 from the download, you don't need the other files. Run this .mp4 through conversion in ffmpeg, as per repo instructions: ffmpeg -i FaI.mp4 -an -qscale:v 4 -b:v 6000k -codec:v mpeg2video fireandice.m2v ffmpeg -i FaI.mp4 -vn -c:a libvorbis -ar 44100 -map a -b:a 160k fireandice.ogg You can adjust -b:v setting to get smaller, lower quality, video (i.e. -b:v 4182k) Take the resulting .m2v and .ogg files and add them to the 'fireandice' directory from the repo. Install directory as a game. I think that covers it... https://ffmpeg.org/download.html#build-windows if you run Windows. @MadMax4Q2 did some aspect ratio conversion, it appears, he may want to share the additional steps. Edited April 21, 2021 by xxOToTOxx 1 Link to comment Share on other sites More sharing options...
MadMax4Q2 Posted April 21, 2021 Share Posted April 21, 2021 (edited) I didn't have much luck getting ffmpeg to crop for me so I used handbrake to crop the video using these settings... Open your source video, then select Dimensions Tab: preset: Fast 1080p30 Not: I've found a good file size vs quality compromise by cropping with Fast 1080p30 Fire & Ice original size was 3.88GB & converted mp4 size is 1.35GB. Then use ffmpeg commands as advised by xxOToTOxx to convert to m2v. Edited April 22, 2021 by MadMax4Q2 1 Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 1, 2021 Author Share Posted May 1, 2021 (edited) I have put together a Windows Port of Hypseus Singe. https://github.com/DirtBagXon/hypseus-singe/tree/master/win32 See MEGA link on first post in thread. Unzip as "C:\Hypseus Singe" there is a lair.bat file for examples on minimal required arguments, pretty much the same as Daphne. The config file 'hypinput.ini' is in the same directory, you may alter, but requires SDL2 keycodes (see comments in file). List of new features: Hisres m2v support in Daphne games (See Cobra Command in thread). Specify alternate config files (-keymapfile) New overlays Multi-joystick support. Joystick axis switching. *joymouse* support in Singe. Full SDL2 optimisation. See up-to-date links in first thread post. Edited May 19, 2021 by xxOToTOxx Link to comment Share on other sites More sharing options...
PolybiusExtreme Posted May 2, 2021 Share Posted May 2, 2021 vor 17 Stunden schrieb xxOToTOxx: I have put together a Windows Port of Hypseus Singe. https://github.com/DirtBagXon/hypseus-singe/tree/master/win32 Unzip as "C:\Hypseus Singe" there is a lair.bat file for examples on minimal required arguments, pretty much the same as Daphne. The config file 'hypinput.ini' is in the same directory, you may alter, but requires SDL2 keycodes (see comments in file). List of new features: Hisres m2v support in Daphne games (See Cobra Command in thread). Specify alternate config files (-keymapfile) New overlays Multi-joystick support. Joystick axis switching. *joymouse* support in Singe. Full SDL2 optimisation. big thanks for the windows port of hypseus-singe is it possible to add bezel support? it would be great Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 2, 2021 Author Share Posted May 2, 2021 11 minutes ago, PolybiusExtreme said: big thanks for the windows port of hypseus-singe is it possible to add bezel support? it would be great The application doesn't add the decorations, that is all wrapper scripts. Hypseus will be a direct drop-in within any Daphne packages so should be able to adapt to use whatever bezels are available. There may be slight sizing changes required, but I will leave that up to the packaging developers Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 On 21/04/2021 at 8:50 AM, xxOToTOxx said: Grab Fire and Ice game from the Kangaroo Punch link to archive.org Uncompress game and take FaI.mp4 from the download, you don't need the other files. Run this .mp4 through conversion in ffmpeg, as per repo instructions: ffmpeg -i FaI.mp4 -an -qscale:v 4 -b:v 6000k -codec:v mpeg2video fireandice.m2v ffmpeg -i FaI.mp4 -vn -c:a libvorbis -ar 44100 -map a -b:a 160k fireandice.ogg You can adjust -b:v setting to get smaller, lower quality, video (i.e. -b:v 4182k) Take the resulting .m2v and .ogg files and add them to the 'fireandice' directory from the repo. Install directory as a game. I think that covers it... https://ffmpeg.org/download.html#build-windows if you run Windows. @MadMax4Q2 did some aspect ratio conversion, it appears, he may want to share the additional steps. Finally got round to having a go at this, first try didn't work (using the first ffmpeg setting above), just returned to menu with this error in the log... 2021-05-09 17:07:23.077 ERROR [4120] [printerror@55] Could not open file : /home/pi/RetroPie/roms/americanlaser/fireandice.daphne/./fireandice.m2v I tried again using the command from GitHub and it worked fine (Only changed the m2v file). Is there a limit on the file size as the first one was 2.46GB and second was 799MB? Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 9, 2021 Author Share Posted May 9, 2021 (edited) 32 minutes ago, 312BhP said: Finally got round to having a go at this, first try didn't work (using the first ffmpeg setting above), just returned to menu with this error in the log... 2021-05-09 17:07:23.077 ERROR [4120] [printerror@55] Could not open file : /home/pi/RetroPie/roms/americanlaser/fireandice.daphne/./fireandice.m2v I tried again using the command from GitHub and it worked fine (Only changed the m2v file). Is there a limit on the file size as the first one was 2.46GB and second was 799MB? "Could not open file" - that means either you named the file incorrectly, put it in the wrong place, or the permissions were wrong on it. I guess you corrected this on the second attempt. The file size should not be an issue, I have several games with 2,5Gb+ .m2v files now. Here is mediainfo on my fireandice.m2v (sudo apt-get install mediainfo): mediainfo fireandice/fireandice.m2v General Complete name : fireandice/fireandice.m2v Format : MPEG Video Format version : Version 2 File size : 2.46 GiB Duration : 45 min 32 s Overall bit rate mode : Variable Overall bit rate : 7 732 kb/s Video Format : MPEG Video Format version : Version 2 Format profile : Main@High Format settings, BVOP : No Format settings, Matrix : Default Format settings, GOP : Variable Duration : 45 min 32 s Bit rate mode : Variable Bit rate : 7 732 kb/s Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:9 Frame rate : 23.976 (24000/1001) FPS Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Compression mode : Lossy Bits/(Pixel*Frame) : 0.156 Time code of first frame : 00:00:00:00 GOP, Open/Closed : Open GOP, Open/Closed of first frame : Closed Stream size : 2.46 GiB (100%) There is one other caveat on encoding .mv2 files, the VLDP can be fussy on the bit rates, however with 4182k and 6000k I have seen no issues. Others seem to have gone with other rates with no issue. So you may want to bear this in mind. The resultant files are variable bit rate in any case with ffmpeg, but within a range VLDP can handle. Edited May 9, 2021 by xxOToTOxx Note on m2v encoding bit rates. Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 (edited) I thought the same, I used your command line to create the file so pretty sure names are ok. I just renamed the first one to .large so I could test the smaller one... C:\Utils\MediaInfo>MediaInfo.exe C:\Temp\fireandice.daphne\fireandice.m2v General Complete name : C:\Temp\fireandice.daphne\fireandice.m2v m2v Format : MPEG Video Format version : Version 2 File size : 2.46 GiB Duration : 45 min 32 s Overall bit rate mode : Variable Overall bit rate : 7 732 kb/s Video Format : MPEG Video Format version : Version 2 Format profile : Main@High Format settings, BVOP : No Format settings, Matrix : Default Format settings, GOP : Variable Duration : 45 min 32 s Bit rate mode : Variable Bit rate : 7 732 kb/s Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:9 Frame rate : 23.976 (24000/1001) FPS Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Compression mode : Lossy Bits/(Pixel*Frame) : 0.156 Time code of first frame : 00:00:00:00 GOP, Open/Closed : Open GOP, Open/Closed of first frame : Closed Stream size : 2.46 GiB (100%) Color primaries : BT.709 Transfer characteristics : BT.709 Matrix coefficients : BT.709 C:\Utils\MediaInfo> Edited May 9, 2021 by 312BhP Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 9, 2021 Author Share Posted May 9, 2021 14 minutes ago, 312BhP said: I thought the same, I used your command line to create the file so pretty sure names are ok. I just renamed the first one to .large so I could test the smaller one... C:\Utils\MediaInfo>MediaInfo.exe C:\Temp\fireandice.daphne\fireandice.m2v General Complete name : C:\Temp\fireandice.daphne\fireandice.m2v m2v Format : MPEG Video Format version : Version 2 File size : 2.46 GiB Duration : 45 min 32 s Overall bit rate mode : Variable Overall bit rate : 7 732 kb/s Video Format : MPEG Video Format version : Version 2 Format profile : Main@High Format settings, BVOP : No Format settings, Matrix : Default Format settings, GOP : Variable Duration : 45 min 32 s Bit rate mode : Variable Bit rate : 7 732 kb/s Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:9 Frame rate : 23.976 (24000/1001) FPS Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Compression mode : Lossy Bits/(Pixel*Frame) : 0.156 Time code of first frame : 00:00:00:00 GOP, Open/Closed : Open GOP, Open/Closed of first frame : Closed Stream size : 2.46 GiB (100%) Color primaries : BT.709 Transfer characteristics : BT.709 Matrix coefficients : BT.709 C:\Utils\MediaInfo> Look identical to mine, which is what I would expect. So install it on the Pi, and then run: ls -alh /home/pi/RetroPie/roms/americanlaser/fireandice.daphne/./fireandice.m2v Then run again and show me the logs. Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 (edited) pi@arcade1up:~$ ls -alh /home/pi/RetroPie/roms/americanlaser/fireandice.daphne/./fireandice.m2v -rw-r--r-- 1 pi pi 2.5G May 9 16:29 /home/pi/RetroPie/roms/americanlaser/fireandice.daphne/./fireandice.m2v -script /home/pi/RetroPie/roms/americanlaser/fireandice.daphne/fireandice.singe -homedir /opt/retropie/emulators/daphne -js_range 20 -fullscreen -x 1920 -y 1080 -ignore_aspect_ratio 2021-05-09 19:21:30.769 INFO [2328] [reset_logfile@326] CPU : UnknownCPU || Mem : 7872 megs 2021-05-09 19:21:30.769 INFO [2328] [reset_logfile@327] OS : Linux 5.4 || Video : Unknown video 2021-05-09 19:21:30.769 INFO [2328] [reset_logfile@328] RGB2YUV Function: C 2021-05-09 19:21:30.769 INFO [2328] [reset_logfile@334] Line Blending Function: C 2021-05-09 19:21:30.769 INFO [2328] [reset_logfile@341] Audio Mixing Function: C 2021-05-09 19:21:33.007 INFO [2328] [ldp_vldp::read_frame_conversions@1037] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/americanlaser/fireandice.daphne/./ 2021-05-09 19:21:33.007 ERROR [2328] [printerror@55] Could not open file : /home/pi/RetroPie/roms/americanlaser/fireandice.daphne/./fireandice.m2v 2021-05-09 19:21:33.007 ERROR [2328] [printerror@55] Could not initialize laserdisc player! Edited May 9, 2021 by 312BhP Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 9, 2021 Author Share Posted May 9, 2021 1 minute ago, 312BhP said: pi@arcade1up:~$ ls -alh /home/pi/RetroPie/roms/americanlaser/fireandice.daphne/./fireandice.m2v -rw-r--r-- 1 pi pi 2.5G May 9 16:29 /home/pi/RetroPie/roms/americanlaser/fireandice.daphne/./fireandice.m2v What underlying filesystem do you have on the folder within your Pi? Is it on a USB stick ? If so what is it formatted with FAT16/FAT32/ext4 ? Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 (edited) Its on a SDCard (512GB), and EXT4 I think, I will find out how to check. Edited May 9, 2021 by 312BhP Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 9, 2021 Author Share Posted May 9, 2021 Just now, 312BhP said: Its on a SDCard (512GB), and EXT4 I think, I will find out how to check. If it is ext4 should be fine. Also, how are you dealing with this extra subdirectory of 'americanlaser' ? Quote roms/americanlaser/fireandice.daphne/ It's not default path of RetroPie: Quote /home/pi/RetroPie/roms/daphne/fireandice.daphne/./fireandice.m2v So I assume you are using a custom script? Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 (edited) I moved all the American Laser stuff (and Singe) to its own folder just to keep things tidy. The other 11 I have work fine there but I can move it to the Daphne one to test it? Edited May 9, 2021 by 312BhP Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 9, 2021 Author Share Posted May 9, 2021 Just now, 312BhP said: I moved all the American Laser stuff (and Singe) to its own folder just to keep things tidy. Sure, but how are you telling RetroPie where to find these in a non-standard directory ? Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 I edited the es_systems.cfg and added a section for American Laser (Just copied the Daphne one and renamed as required)... <system> <name>americanlaser</name> <fullname>American Laser Games</fullname> <path>/home/pi/RetroPie/roms/americanlaser</path> <extension>.daphne .DAPHNE</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ daphne %ROM%</command> <platform>americanlaser</platform> <theme>americanlaser</theme> </system> Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 9, 2021 Author Share Posted May 9, 2021 (edited) 9 minutes ago, 312BhP said: I edited the es_systems.cfg and added a section for American Laser (Just copied the Daphne one and renamed as required)... <system> <name>americanlaser</name> <fullname>American Laser Games</fullname> <path>/home/pi/RetroPie/roms/americanlaser</path> <extension>.daphne .DAPHNE</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ daphne %ROM%</command> <platform>americanlaser</platform> <theme>americanlaser</theme> </system> OK, but you have to understand that it's not really possible to debug all these individual customisations. The error implies that your RetroPie cannot find the .m2v file via whatever script/emulationstation process changes you have. The file size will not be a bearing as I have a pretty much identical .m2v working fine. I can only point you to the standard setup doc, which has been tried and tested on vanilla RetroPie: https://github.com/DirtBagXon/hypseus-singe/blob/master/src/3rdparty/retropie/RETROPIE.md Otherwise, I'm afraid you will have to debug your customised changes. Or maybe head over to the RetroPie forums for help - I am no expert on that software. Edited May 9, 2021 by xxOToTOxx Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 I will move it back to the original folder and test it there, using the command below it works fine with it in the same location but it's no problem to move it. I will let you know if thats ok? Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 9, 2021 Author Share Posted May 9, 2021 (edited) 8 minutes ago, 312BhP said: I will move it back to the original folder and test it there, using the command below it works fine with it in the same location but it's no problem to move it. I will let you know if thats ok? I will help if I can, of course, but show the FULL contents of /dev/shm/runcommand.log when things go wrong. Quote "command below" ?? Edited May 9, 2021 by xxOToTOxx 1 Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 (edited) Moved back to Daphne Folder. This is the 2.46GB file... bash: /opt/retropie/supplementary/joystick-selection/js-onstart.sh: No such file or directory Parameters: Executing: SDL1_VIDEODRIVER=dispmanx SDL_DISPMANX_WIDTH=1920 SDL_DISPMANX_HEIGHT=1080 /opt/retropie/emulators/daphne/daphne.sh "/home/pi/RetroPie/roms/daphne/fireandice.daphne" [version] Hypseus Singe: v2.4.6-RPi-1 [console] Setting alternate home dir: /opt/retropie/emulators/daphne [console] Setting screen width to 1920 [console] Setting screen height to 1080 2021-05-09 20:02:07.066 INFO [3335] [reset_logfile@321] Version v2.4.6-RPi-1 2021-05-09 20:02:07.066 INFO [3335] [reset_logfile@325] Command line: /opt/retropie/emulators/daphne/daphne.bin singe vldp -framefile /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.txt -script /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.singe -homedir /opt/retropie/emulators/daphne -js_range 20 -fullscreen -x 1920 -y 1080 -ignore_aspect_ratio 2021-05-09 20:02:07.066 INFO [3335] [reset_logfile@326] CPU : UnknownCPU || Mem : 7872 megs 2021-05-09 20:02:07.066 INFO [3335] [reset_logfile@327] OS : Linux 5.4 || Video : Unknown video 2021-05-09 20:02:07.067 INFO [3335] [reset_logfile@328] RGB2YUV Function: C 2021-05-09 20:02:07.067 INFO [3335] [reset_logfile@334] Line Blending Function: C 2021-05-09 20:02:07.067 INFO [3335] [reset_logfile@341] Audio Mixing Function: C 2021-05-09 20:02:09.258 INFO [3335] [ldp_vldp::read_frame_conversions@1037] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/fireandice.daphne/./ 2021-05-09 20:02:09.258 ERROR [3335] [printerror@55] Could not open file : /home/pi/RetroPie/roms/daphne/fireandice.daphne/./fireandice.m2v 2021-05-09 20:02:09.258 ERROR [3335] [printerror@55] Could not initialize laserdisc player! This is the 799MB file... bash: /opt/retropie/supplementary/joystick-selection/js-onstart.sh: No such file or directory Parameters: Executing: SDL1_VIDEODRIVER=dispmanx SDL_DISPMANX_WIDTH=1920 SDL_DISPMANX_HEIGHT=1080 /opt/retropie/emulators/daphne/daphne.sh "/home/pi/RetroPie/roms/daphne/fireandice.daphne" [version] Hypseus Singe: v2.4.6-RPi-1 [console] Setting alternate home dir: /opt/retropie/emulators/daphne [console] Setting screen width to 1920 [console] Setting screen height to 1080 2021-05-09 20:05:46.882 INFO [3985] [reset_logfile@321] Version v2.4.6-RPi-1 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@325] Command line: /opt/retropie/emulators/daphne/daphne.bin singe vldp -framefile /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.txt -script /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.singe -homedir /opt/retropie/emulators/daphne -js_range 20 -fullscreen -x 1920 -y 1080 -ignore_aspect_ratio 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@326] CPU : UnknownCPU || Mem : 7872 megs 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@327] OS : Linux 5.4 || Video : Unknown video 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@328] RGB2YUV Function: C 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@334] Line Blending Function: C 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@341] Audio Mixing Function: C 2021-05-09 20:05:49.157 INFO [3985] [ldp_vldp::read_frame_conversions@1037] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/fireandice.daphne/./ 2021-05-09 20:05:49.168 ERROR [3985] [printnotice@74] Parsing video file(s). This may take a while. 2021-05-09 20:06:09.124 INFO [3985] [printline@96] Starting Singe version 1.20 ALSA lib pcm.c:8424:(snd_pcm_recover) underrun occurred 2021-05-09 20:06:10.082 INFO [3985] [ldp_vldp::nonblocking_search@470] NOTE: converting FPKS from 29970 to 23976. This may be less accurate. 2021-05-09 20:06:10.167 INFO [3985] [printline@96] SINGE: Entering initVLDP() 2021-05-09 20:06:21.303 INFO [3985] [printline@96] SINGE: Leaving initVLDP() 2021-05-09 20:06:21.334 INFO [3985] [printline@96] SINGE: Playing Singe LUA Engine v1.1 2021-05-09 20:06:21.334 INFO [3985] [printline@96] SINGE: Entering readConfig() 2021-05-09 20:06:21.405 INFO [3985] [printline@96] SINGE: Overlay drawn to 320 x 240 EDIT: Maybe I need to update to latest release, this one is a couple of days old? Edited May 9, 2021 by 312BhP Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 9, 2021 Author Share Posted May 9, 2021 (edited) 43 minutes ago, 312BhP said: Moved back to Daphne Folder. This is the 2.46GB file... bash: /opt/retropie/supplementary/joystick-selection/js-onstart.sh: No such file or directory Parameters: Executing: SDL1_VIDEODRIVER=dispmanx SDL_DISPMANX_WIDTH=1920 SDL_DISPMANX_HEIGHT=1080 /opt/retropie/emulators/daphne/daphne.sh "/home/pi/RetroPie/roms/daphne/fireandice.daphne" [version] Hypseus Singe: v2.4.6-RPi-1 [console] Setting alternate home dir: /opt/retropie/emulators/daphne [console] Setting screen width to 1920 [console] Setting screen height to 1080 2021-05-09 20:02:07.066 INFO [3335] [reset_logfile@321] Version v2.4.6-RPi-1 2021-05-09 20:02:07.066 INFO [3335] [reset_logfile@325] Command line: /opt/retropie/emulators/daphne/daphne.bin singe vldp -framefile /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.txt -script /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.singe -homedir /opt/retropie/emulators/daphne -js_range 20 -fullscreen -x 1920 -y 1080 -ignore_aspect_ratio 2021-05-09 20:02:07.066 INFO [3335] [reset_logfile@326] CPU : UnknownCPU || Mem : 7872 megs 2021-05-09 20:02:07.066 INFO [3335] [reset_logfile@327] OS : Linux 5.4 || Video : Unknown video 2021-05-09 20:02:07.067 INFO [3335] [reset_logfile@328] RGB2YUV Function: C 2021-05-09 20:02:07.067 INFO [3335] [reset_logfile@334] Line Blending Function: C 2021-05-09 20:02:07.067 INFO [3335] [reset_logfile@341] Audio Mixing Function: C 2021-05-09 20:02:09.258 INFO [3335] [ldp_vldp::read_frame_conversions@1037] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/fireandice.daphne/./ 2021-05-09 20:02:09.258 ERROR [3335] [printerror@55] Could not open file : /home/pi/RetroPie/roms/daphne/fireandice.daphne/./fireandice.m2v 2021-05-09 20:02:09.258 ERROR [3335] [printerror@55] Could not initialize laserdisc player! This is the 799MB file... bash: /opt/retropie/supplementary/joystick-selection/js-onstart.sh: No such file or directory Parameters: Executing: SDL1_VIDEODRIVER=dispmanx SDL_DISPMANX_WIDTH=1920 SDL_DISPMANX_HEIGHT=1080 /opt/retropie/emulators/daphne/daphne.sh "/home/pi/RetroPie/roms/daphne/fireandice.daphne" [version] Hypseus Singe: v2.4.6-RPi-1 [console] Setting alternate home dir: /opt/retropie/emulators/daphne [console] Setting screen width to 1920 [console] Setting screen height to 1080 2021-05-09 20:05:46.882 INFO [3985] [reset_logfile@321] Version v2.4.6-RPi-1 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@325] Command line: /opt/retropie/emulators/daphne/daphne.bin singe vldp -framefile /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.txt -script /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.singe -homedir /opt/retropie/emulators/daphne -js_range 20 -fullscreen -x 1920 -y 1080 -ignore_aspect_ratio 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@326] CPU : UnknownCPU || Mem : 7872 megs 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@327] OS : Linux 5.4 || Video : Unknown video 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@328] RGB2YUV Function: C 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@334] Line Blending Function: C 2021-05-09 20:05:46.883 INFO [3985] [reset_logfile@341] Audio Mixing Function: C 2021-05-09 20:05:49.157 INFO [3985] [ldp_vldp::read_frame_conversions@1037] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/fireandice.daphne/./ 2021-05-09 20:05:49.168 ERROR [3985] [printnotice@74] Parsing video file(s). This may take a while. 2021-05-09 20:06:09.124 INFO [3985] [printline@96] Starting Singe version 1.20 ALSA lib pcm.c:8424:(snd_pcm_recover) underrun occurred 2021-05-09 20:06:10.082 INFO [3985] [ldp_vldp::nonblocking_search@470] NOTE: converting FPKS from 29970 to 23976. This may be less accurate. 2021-05-09 20:06:10.167 INFO [3985] [printline@96] SINGE: Entering initVLDP() 2021-05-09 20:06:21.303 INFO [3985] [printline@96] SINGE: Leaving initVLDP() 2021-05-09 20:06:21.334 INFO [3985] [printline@96] SINGE: Playing Singe LUA Engine v1.1 2021-05-09 20:06:21.334 INFO [3985] [printline@96] SINGE: Entering readConfig() 2021-05-09 20:06:21.405 INFO [3985] [printline@96] SINGE: Overlay drawn to 320 x 240 EDIT: Maybe I need to update to latest release, this one is a couple of days old? Latest version won't make a difference on this I don't believe, looking at the code, this still implies it cannot read the file. Are you sure there are no weird meta characters or spaces at the beginning or end of the 2.4Gb filename when you transfer it ? Windows can add these and they are not obvious sometimes. It is failing on: mpo_open(filename, MPO_OPEN_READONLY); Pretty basic stuff, and decade old code from original Daphne. Something MUST be weird in that filename... Rename it on the pi with quotes: mv "/home/pi/RetroPie/roms/daphne/fireandice.daphne/./fireandice.m2v" "/home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.m2v" Either that, or the file is corrupt, reading deeper into the old code, it does attempt to make a SEEK which, if fails, will give the same result. It may also be a corrupt file. Edited May 9, 2021 by xxOToTOxx Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 (edited) Ran the rename (Updated to latest also) still same. pi@arcade1up:~$ mv "/home/pi/RetroPie/roms/daphne/fireandice.daphne/./fireandice.m2v" "/home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.m2v" mv: '/home/pi/RetroPie/roms/daphne/fireandice.daphne/./fireandice.m2v' and '/home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.m2v' are the same file bash: /opt/retropie/supplementary/joystick-selection/js-onstart.sh: No such file or directory Parameters: Executing: SDL1_VIDEODRIVER=dispmanx SDL_DISPMANX_WIDTH=1920 SDL_DISPMANX_HEIGHT=1080 /opt/retropie/emulators/daphne/daphne.sh "/home/pi/RetroPie/roms/daphne/fireandice.daphne" [version] Hypseus Singe: v2.4.8-RPi [console] Setting alternate home dir: /opt/retropie/emulators/daphne 2021-05-09 20:39:03.127 INFO [5483] [reset_logfile@321] Version v2.4.8-RPi 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@325] Command line: /opt/retropie/emulators/daphne/daphne.bin singe vldp -framefile /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.txt -script /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.singe -homedir /opt/retropie/emulators/daphne -fullscreen 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@326] CPU : UnknownCPU || Mem : 7872 megs 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@327] OS : Linux 5.4 || Video : Unknown video 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@328] RGB2YUV Function: C 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@334] Line Blending Function: C 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@341] Audio Mixing Function: C 2021-05-09 20:39:05.281 INFO [5483] [ldp_vldp::read_frame_conversions@1037] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/fireandice.daphne/./ 2021-05-09 20:39:05.281 ERROR [5483] [printerror@55] Could not open file : /home/pi/RetroPie/roms/daphne/fireandice.daphne/./fireandice.m2v 2021-05-09 20:39:05.281 ERROR [5483] [printerror@55] Could not initialize laserdisc player! Edited May 9, 2021 by 312BhP Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 9, 2021 Author Share Posted May 9, 2021 (edited) 15 hours ago, 312BhP said: Ran the rename (Updated to latest also) still same. bash: /opt/retropie/supplementary/joystick-selection/js-onstart.sh: No such file or directory Parameters: Executing: SDL1_VIDEODRIVER=dispmanx SDL_DISPMANX_WIDTH=1920 SDL_DISPMANX_HEIGHT=1080 /opt/retropie/emulators/daphne/daphne.sh "/home/pi/RetroPie/roms/daphne/fireandice.daphne" [version] Hypseus Singe: v2.4.8-RPi [console] Setting alternate home dir: /opt/retropie/emulators/daphne 2021-05-09 20:39:03.127 INFO [5483] [reset_logfile@321] Version v2.4.8-RPi 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@325] Command line: /opt/retropie/emulators/daphne/daphne.bin singe vldp -framefile /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.txt -script /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.singe -homedir /opt/retropie/emulators/daphne -fullscreen 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@326] CPU : UnknownCPU || Mem : 7872 megs 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@327] OS : Linux 5.4 || Video : Unknown video 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@328] RGB2YUV Function: C 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@334] Line Blending Function: C 2021-05-09 20:39:03.128 INFO [5483] [reset_logfile@341] Audio Mixing Function: C 2021-05-09 20:39:05.281 INFO [5483] [ldp_vldp::read_frame_conversions@1037] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/fireandice.daphne/./ 2021-05-09 20:39:05.281 ERROR [5483] [printerror@55] Could not open file : /home/pi/RetroPie/roms/daphne/fireandice.daphne/./fireandice.m2v 2021-05-09 20:39:05.281 ERROR [5483] [printerror@55] Could not initialize laserdisc player! Then, the only logical conclusion is it is a corrupt file.... Edited May 10, 2021 by xxOToTOxx Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 (edited) 6 minutes ago, xxOToTOxx said: Then, the only logical conclusion is it is a corrupt file.... I will remake and test again. Might it be worth me trying a setting between this (Which fails)... ffmpeg -i FaI.mp4 -an -qscale:v 4 -b:v 6000k -codec:v mpeg2video fireandice.m2v and this (Which works)... ffmpeg -i FaI.mp4 -an -qscale:v 4 -b:v 6000k -vf scale=640:480 -codec:v mpeg2video fireandice.m2v Edited May 9, 2021 by 312BhP Link to comment Share on other sites More sharing options...
xxOToTOxx Posted May 9, 2021 Author Share Posted May 9, 2021 Just now, 312BhP said: I will remake and test again. Check the filesystem types on the pi too, with: sudo mount Just in case. Link to comment Share on other sites More sharing options...
312BhP Posted May 9, 2021 Share Posted May 9, 2021 pi@arcade1up:~$ sudo mount /dev/mmcblk0p2 on / type ext4 (rw,noatime,stripe=32753) devtmpfs on /dev type devtmpfs (rw,relatime,size=3900376k,nr_inodes=85484,mode=755) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,relatime) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd) none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct) sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) debugfs on /sys/kernel/debug type debugfs (rw,relatime) mqueue on /dev/mqueue type mqueue (rw,relatime) configfs on /sys/kernel/config type configfs (rw,relatime) /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime) tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=806492k,mode=700,uid=1000,gid=1000) pi@arcade1up:~$ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now