6TM Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged Media  ✕
Convert m4a audio file in mp3 audio file with ffmpeg command https://www.reddit.com/r/VLC/comments/1pxgtl1/can_i_convert_a_mp3_to_m4a/
Wed Jan 7 23:02:15 2026
QRCode
archive.org
ffmpeg -i inFile.m4a -c:a mp3 -b:a 192k outFile.mp3 #  if the conversion is failing use -vn
Media TIL Tip Convert Tool
Enable Share opt for Navidrome Docker configuration https://github.com/jimbrig/navidrome-server/blob/main/docker-compose.yml
Wed Jan 7 22:42:27 2026
QRCode
archive.org

In docker-compose.yaml:

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

Source

Media App TIL Tip
Install yt-dlp package with Deno and its dependencies /shaare/rszk3Q
Tue Dec 2 15:12:55 2025
QRCode
archive.org
  • 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

Media Tool
Play locally a 360° video downloaded from Youtube with VLC /shaare/jquFTg
Thu Nov 27 19:14:13 2025
QRCode
archive.org

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

Then run VLC to play downloaded webm video file.

Media Tool
62 links, including 39 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn