How to make MIDI-files play on Linux in editor like Qtractor or MidiEditor? Why it is not working when vlc can play these MIDI files Details: I was able to make vlc play .mid files on Ubuntu 22.04 LTS by installing: sudo apt-get install fluid-soundfont-gm fluid-soundfont-gs sudo apt-get install vlc-plugin-fluidsynth […]
Daily Archives: December 6, 2023
12 posts
Is there a way to reduce the Windows Licensing cost on GCP? I’m not a Licensing expert, but it appears that licensing itself costs more than the actual compute. I can’t imagine this is what Microsoft intends, so asking here. We’re currently using the on-demand licensing where it’s charged per […]
I was trying to download a list of videos from youtube including english subtitles. I used the following command yt-dlp -f 'bv*[height=720]+ba' --write-subs https://www.youtube.com/watch?list=PL3gtZ9HNlGiRROYZ-xv6170CX5MfHzwvX -o '%(channel)s/%(title)s.%(ext)s' to download and combine the video, subtitles and original audio on one file each. But it seems that command downloads the subtitles in some […]