Replies: 1 comment
-
|
Forget about. Just making notes. I'll refrain from talking about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
6.5 computer hours optimizing video and audio files from the karaoke folder using the text file, to run perfectly in Amazon Reader.
[1471/1477] [6:35:30] Existing: PegasYs - Regality (feat. Namii)
[1475/1477] [6:35:30] [FIXED] Tommy Goodman - Boys Boys Boys
Final: Processed: 467 | Healed: 0 | Guessed: 8 | Existing: 184 | Time: 6:35:56
robumf@RobUmf-HP-EliteDesk:/media/robumf/1.5nvme61/AI_Work$ find /media/robumf/1.5nvme61/AI_Work/Outputs/USDX -name ".mp3" | wc -l
1275
robumf@RobUmf-HP-EliteDesk:/media/robumf/1.5nvme61/AI_Work$ find /media/robumf/1.5nvme61/AI_Work/Outputs/USDX -name ".mp4" | wc -l
467
robumf@RobUmf-HP-EliteDesk:/media/robumf/1.5nvme61/AI_Work$
robumf/.var/app/eu.usdx.UltraStarDeluxe/.ultrastardx/songs -type f -size +16M | wc -l
398
robumf@RobUmf-HP-EliteDesk:/media/robumf/1.5nvme61/UltraSinger-main$ find /home/robumf/.var/app/eu.usdx.UltraStarDeluxe/.ultrastardx/songs -type f ( -name ".mp4" -o -name ".webm" -o -name ".mkv" -o -name ".avi" ) -size +16M | wc -l
380
I'll need to figure that.
Interesting part.
[169/1477] [0:50:29] [FIXED] BroniKoni - Runaway Princess
[h264 @ 0x6549022b63c0] A non-intra slice in an IDR NAL unit.
[h264 @ 0x6549022b63c0] decode_slice_header error
[h264 @ 0x6549022deb00] A non-intra slice in an IDR NAL unit.
[h264 @ 0x6549022deb00] decode_slice_header error
[727/1477] [3:30:24] [FIXED] The L-Train - Pillars of Equestria (Part 1)
[744/1477] [3:38:12] Existing: The L-Train - Pillars of Equestria (Part 1)
[745/1477] [3:38:12] [FIXED] The Living Tombstone - Good ol' Days
[746/1477] [3:38:45] Existing: The Living Tombstone - Good ol' Days
[751/1477] [3:38:45] [GUESSED] The Shake Ups - Counting Magic Sheep
🛠️ Observations:
The L-Train's Pillars of Equestria and Fall of an Empire are long, complex tracks. Clearing them in about 8 minutes each ([727] to [744]) is a very solid pace for an EliteDesk. You're effectively "cleaning" the most difficult part of the community library right now.
The comparison between your Flatpak "Live" folder and your "AI_Work" Output folder tells a great story:
🛠️ Key Observations:
�The "Double Audio" Fix: You saved 40MB just by normalizing the audio bitrates. The original files were likely 320kbps (overkill for most karaoke setups), and your script brought them down to a high-quality but efficient level (likely 192kbps or 256kbps).
Image Optimization: Moving from
.pngto.jpgand optimizing the background/cover saved you nearly 2MB. On 1,477 songs, that’s 3GB of space just on images.The PDFs: Your script correctly ignored the
sleevenotes.pdf. UltraStar doesn't use it, and it just takes up space on a mobile device.Beta Was this translation helpful? Give feedback.
All reactions