Third-party Apps and Plugins
227 files
-
Script for removing ESRB logos from Steam trailers
By CriticalCid
It seems that many people find it annoying that many trailers which get downloaded by LaunchBox from Steam begin with an ESRB or PEGI logo before the actual trailer starts. With this ffmpeg script you can batch remove the first seconds of all your trailers and cut these logos out of the videos without the need to re-encode them.
NOTE:
Besides this script you’ll need the free program ffmpeg. You can get it here:
https://ffmpeg.zeranoe.com/builds/
You won’t have to install it. Just download the static version and extract it somewhere on your PC.
How to use it:
1. Put my script in the “bin” folder of your ffmpeg installation.
2. Open the .cmd file with any text editor and edit the paths for your Steam/WIndows video folder and the output folder (where it should save the edited videos). Only change the placeholder names in capital letters and leave the rest as it is.
3. The number after the –ss command is the length you want to cut out at the beginning. I set it to 5 seconds but you can change it as you like.
4. Save the file and start it with a double-click. Wait until it’s finished.
5. Overwrite your old video files with the new ones from your output folder.
136 downloads
0 comments
Updated
-
LaunchBox Game Info Utility
By elliot763
What it does:
Reads your LaunchBox.xml file to get the list of games and their properties Counts the number of Videos and Images by type (Box - Front, Clear Logo, etc.) for each game by looking through the Videos and Images directories Writes all of this data to a single CSV file which is created in the LaunchBox directory How to use it:
Place the LaunchBoxInfoUtils.jar file in the your LaunchBox folder (same folder as LaunchBox.xml) Double click the JAR file (You may have to install a JRE and add it to your system path if you don't already have one) A new file, GameInfo.csv, will be created in the same directory, which you can open in Excel or any other CSV editor and filter as needed (for instance, you can filter out games that have 0 in the "# BoxArt(Front)" column to see which games need Box - Front images) Notes:
As implied above, I threw this together quickly (a couple of hours) for my own use, so it is tailored my own library and may not work with everything (for instance, I don't have Steam games in my LB so I didn't include Steam Banners). So I can't guarantee that this will work for everyone, but I'd be happy to add features if there is interest Again, I haven't put a ton of time into this so currently there is no feedback when you run the program (no logs, no status window). The only way you'll know it is done is when the CSV is created. So if you run it and nothing happens after a while (it runs for my Library of ~2000 games in < 5 seconds) you may want to open your task manager and check that the Java process isn't running in the background and eating resources (kill it if it is). Let me know if you love it/hate it/have suggestions.. I'd be happy to improve it if it's helpful to the community275 downloads
0 comments
Updated