Skip to content

Instantly share code, notes, and snippets.

@hi-ogawa
Last active January 6, 2025 06:49
Show Gist options
  • Save hi-ogawa/3263c527d8b458d21ee23baf9d30286e to your computer and use it in GitHub Desktop.
Save hi-ogawa/3263c527d8b458d21ee23baf9d30286e to your computer and use it in GitHub Desktop.
Recording workflow (wip)

I started to upload bass covers on https://www.youtube.com/@hiroshi18181. Writing my current workflow and some plans to explore and improve.

softwares

  • audacity
  • ardour
  • kdenlive
  • youtube

hardwares

  • Bass
  • Cable
  • Audio interface

current workflow

  • audacity
    • recording
      • record with audio interface direct monitor
      • play along youtube clip
      • record video with mobile phone in-camera
    • yt-dlp <video-url> -f ba to download audio
    • mix bass recording and original audio
      • align timing
      • tweak EQ
        • audacity bass/treble
          • lower bass of original audio
          • increase treble of bass recording
    • export .wav
  • kdenlive
    • import video recording
      • sent from mobile phone to pc via kdeconnect warpinator
    • import .wav exported by audacity
    • edit
      • align timing
      • trim
    • render to .mp4
  • upload .mp4 to youtube

to explore

  • organize files (on cloud? external disk?)
  • audio recording, mixing
    • buy better bass
    • buy better cable (boss's wireless glitches often)
    • buy better audio interfaces
    • tweak Jack/Pipewire
    • can we record without direct monitor to hear mixed sound?
      • also with clicks?
    • try ardour
    • learn EQ
  • video recording
    • better camera, lighting, angle?
  • video editing
  • try recording non full clip for youtube short
  • try recording guitar
  • share it on some forum to seek feedback and learn tips?
    • reddit
    • talkbass
  • try Windows
  • helper tools
    • https://github.com/hi-ogawa/yt-dlp-gui
      • simple gui app for yt-dlp ... -f ba[webm] + ffmpeg -i xxx.webm -c copy xxx.opus
      • download youtube video as opus since ardour cannot load webm directly

tips

todo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment