User Tools

Site Tools


old:musik

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
old:musik [2021/01/26 19:35] msold:musik [2023/01/11 20:29] (current) – external edit 127.0.0.1
Line 33: Line 33:
 youtube-dl -F <URL>   --> Verfügbare qualität der Videos youtube-dl -F <URL>   --> Verfügbare qualität der Videos
 youtube-dl -f <qualität> <URL>   -->  läd Video mit vorgegebener qualität runterladen youtube-dl -f <qualität> <URL>   -->  läd Video mit vorgegebener qualität runterladen
-youtube-dl -f bestaudio https://www.youtube.com/watch?v=tRcPA7Fzebw -o - | ffplay -nodisp -autoexit -i -+youtube-dl -f bestaudio <URL> -o - | ffplay -nodisp -autoexit -i -
  
 cclive <YouTube-URL> cclive <YouTube-URL>
Line 42: Line 42:
  
 mplayer -novideo $(youtube-dl -f 18 -g <URL>) mplayer -novideo $(youtube-dl -f 18 -g <URL>)
 +
 +youtube-dl -f bestaudio <URL>
 +ffmpeg -i input.webm -vn -acodec copy out.oga
 </code> </code>
  
 +==== mpd + mpc ====
 +Play from Youtube
 +<code>
 +mpc add $(youtube-dl --prefer-insecure -g -f bestaudio <URL>)
 +mpc playlist
 +...
 +https://r3---sn-h0jeln7k.googlevideo.com/videoplayback?expire ...    # Nr.
 +...
 +mpc play <Nr.>
 +
 +Play File
 +mpc insert file:///path/to/musik-file
 +mpc add file:///path/to/musik-file
 +</code>
  
 http://radio-locator.com\\ http://radio-locator.com\\
 http://somafm.com http://somafm.com
old/musik.1611686149.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki