Videos are not in the correct aspect ratio.garou example:https://ibb.co/bvJH7wq
arcade,0,0,ARC,CRT,NONE,-4,3,ARCADE,Various,null,Arcade,75,rom,null,null
arcade,0,0,ARC,CRT,NONE,0,0,ARCADE,Various,null,Arcade,75,rom,null,null
In your setup, you are using the vertical snapshot as "boxart", right? yes.arcade,0,0,ARC,CRT,NONE,0,0,ARCADE,Various,null,Arcade,75,rom,null,null and arcade,0,0,ARC,CRT,NONE,9,16,ARCADE,Various,null,Arcade,75,rom,null,nullDon't work.
tilez[i].AR.vids = getAR(tilez[i].offset,tilez[i].vidsz,0,false)
tilez[i].AR.vids = 9.0/16.0
Quote from: darkand on October 02, 2022, 03:05:41 PMIn your setup, you are using the vertical snapshot as "boxart", right? yes.arcade,0,0,ARC,CRT,NONE,0,0,ARCADE,Various,null,Arcade,75,rom,null,null and arcade,0,0,ARC,CRT,NONE,9,16,ARCADE,Various,null,Arcade,75,rom,null,nullDon't work.Ok, I'll need a deeper debug then, can you share the .cfg file of the emulator you are using for vertical arcade?
Quote from: darkand on October 02, 2022, 03:05:41 PMIn your setup, you are using the vertical snapshot as "boxart", right? yes.arcade,0,0,ARC,CRT,NONE,0,0,ARCADE,Various,null,Arcade,75,rom,null,null and arcade,0,0,ARC,CRT,NONE,9,16,ARCADE,Various,null,Arcade,75,rom,null,nullDon't work.Also, try this change and tell me if it works: look for this lineCode: [Select] tilez[i].AR.vids = getAR(tilez[i].offset,tilez[i].vidsz,0,false)and change toCode: [Select] tilez[i].AR.vids = 9.0/16.0
Quote from: zpaolo11x on October 02, 2022, 10:17:06 PMQuote from: darkand on October 02, 2022, 03:05:41 PMIn your setup, you are using the vertical snapshot as "boxart", right? yes.arcade,0,0,ARC,CRT,NONE,0,0,ARCADE,Various,null,Arcade,75,rom,null,null and arcade,0,0,ARC,CRT,NONE,9,16,ARCADE,Various,null,Arcade,75,rom,null,nullDon't work.Also, try this change and tell me if it works: look for this lineCode: [Select] tilez[i].AR.vids = getAR(tilez[i].offset,tilez[i].vidsz,0,false)and change toCode: [Select] tilez[i].AR.vids = 9.0/16.0It didn't work againhttps://www.youtube.com/watch?v=npL9FuG2eVM
Is there a site where I can download some of those videos to do tests?https://uploadnow.io/pt/share?utm_source=NYwQ836
Arcadeflow 14.8 is out!- Added new systems: PC Engine LT, SNES and NES new designs- Added option for Vertical Arcade video snaps- Increased line spacing in history page description- Manufacturer logos are now differentiated by year- Moved ScreenScraper login data to ss_login.txt file- Fixed manufacturer multifilter to be case-insensitive- Fixed SS issue when scraping games with dot in the name
A question: It's possible to have a command to rotate the video? for example:tilez.AR.vids = prf.VID169 ? 9.0/16.0 : getAR(tilez.offset,tilez.vidsz,0,false)snap.rotation = 90