• 6TM
  • My links
  • Tags
  • pics
  • RSS
  • Login
Filter untagged links
8 results tagged Media

tombonez/noTunes: A simple macOS application that will prevent iTunes or Apple Music from launching.https://github.com/tombonez/noTunes

  • MacOS
  • Config
  • Media
  • Tool
  • MacOS
  • Config
  • Media
  • Tool

  • brew install --cask notunes
  • System Preferences -> Users & Groups -> "Login Items" -> add noTunes
  • enable noTunes to prevent Apple Music from opening
Permalink
August 9, 2026 at 9:47:11 AM GMT+2
QRCode
archive.org

software recommendation - How do I convert a PNG to SVG? - Ask Ubuntuhttps://askubuntu.com/questions/470495/how-do-i-convert-a-png-to-svg

  • TIL
  • Media
  • Cli
  • Tool
  • Tip
  • TIL
  • Media
  • Cli
  • Tool
  • Tip

autotrace -output-format svg inputfile | tee inputfile.svg

Permalink
June 15, 2026 at 6:47:18 PM GMT+2
QRCode
archive.org

Convert multiple jpg images to mp4 video with ffmpeg commandhttps://sh.6tm.es/shaare/4qW72w

  • TIL
  • GNU/Linux
  • Tip
  • Media
  • Cli
  • OPS
  • TIL
  • GNU/Linux
  • Tip
  • Media
  • Cli
  • OPS

  • input.txt
    file 'photo1.jpg'
    file 'photo2.jpg'
    file 'photo3.jpg'
  • with 3 seconds of duration
    ffmpeg -f concat -safe 0 -r 1 -i input.txt -c:v libx264 -r 30 -pix_fmt yuv420p output.mp4
Permalink
May 17, 2026 at 10:47:38 AM GMT+2
QRCode
archive.org

Install mediainfo plugin for Yazi on Macoshttps://sh.6tm.es/shaare/_84Ryg

  • MacOS
  • Media
  • Tool
  • Install
  • TIL
  • OPS
  • MacOS
  • Media
  • Tool
  • Install
  • TIL
  • OPS

brew install media-info # install mediainfo cli via Homebrew
ya pkg add boydaihungst/mediainfo # install mediainfo plugin for Yazi
# add mediainfo parameters in config
cat<<EOF>>~/.config/yazi/yazi.toml
[plugin]
  prepend_preloaders = [
    # Replace magick, image, video with mediainfo
    { mime = "{audio,video,image}/*", run = "mediainfo" },
    { mime = "application/subrip", run = "mediainfo" },
    # Adobe Illustrator, Adobe Photoshop is image/adobe.photoshop, already handled above
    { mime = "application/postscript", run = "mediainfo" },
  ]
  prepend_previewers = [
    # Replace magick, image, video with mediainfo
    { mime = "{audio,video,image}/*", run = "mediainfo"},
    { mime = "application/subrip", run = "mediainfo" },
    # Adobe Illustrator, Adobe Photoshop is image/adobe.photoshop, already handled above
    { mime = "application/postscript", run = "mediainfo" },
  ]
EOF
  • Source
Permalink
May 9, 2026 at 11:03:50 AM GMT+2
QRCode
archive.org

Convert m4a audio file in mp3 audio file with ffmpeg commandhttps://www.reddit.com/r/VLC/comments/1pxgtl1/can_i_convert_a_mp3_to_m4a/

  • Media
  • TIL
  • Tip
  • Convert
  • Tool
  • Media
  • TIL
  • Tip
  • Convert
  • Tool

ffmpeg -i inFile.m4a -c:a mp3 -b:a 192k outFile.mp3 #  if the conversion is failing use -vn
Permalink
January 7, 2026 at 11:02:15 PM GMT+1
QRCode
archive.org

Enable Share opt for Navidrome Docker configurationhttps://github.com/jimbrig/navidrome-server/blob/main/docker-compose.yml

  • Media
  • App
  • TIL
  • Tip
  • Media
  • App
  • TIL
  • Tip

In docker-compose.yaml:

  • add this:
    ---
    services:
    navidrome:
    ...
    environment:
      ND_ENABLESHARING: true
    ...
  • or via config file

Source

Permalink
January 7, 2026 at 10:42:27 PM GMT+1
QRCode
archive.org

Install yt-dlp package with Deno and its dependencieshttps://sh.6tm.es/shaare/rszk3Q

  • Media
  • Tool
  • Media
  • Tool

  • install yt-dlp with all dependencies (Deno included) for resolving Youtube JS challenge when using yt_dlp module.

    python3 -m pip install -U --pre "yt-dlp[default]"
  • Github Issue source

Permalink
December 2, 2025 at 3:12:55 PM GMT+1
QRCode
archive.org

Play locally a 360° video downloaded from Youtube with VLChttps://sh.6tm.es/shaare/jquFTg

  • Media
  • Tool
  • Media
  • Tool

yt-dlp --ignore-config --extractor-arg "youtube:player_client=android_vr" <youtube_url>

Then run VLC to play downloaded webm video file.

Permalink
November 27, 2025 at 7:14:13 PM GMT+1
QRCode
archive.org
Links per page
  • 20
  • 50
  • 100
Shaarli 96 shaares · Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation · Theme : Stack · Font : DINish
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community