User Tools

Site Tools


distros:fedora_workstation_gnome

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
Next revisionBoth sides next revision
distros:fedora_workstation_gnome [2019/06/12 20:29] – [Apply Settings] Sean Rhonedistros:fedora_workstation_gnome [2019/07/15 19:47] Sean Rhone
Line 123: Line 123:
   * ''ffmpeg'' is for ''youtube-dl'' to correct DASH containers   * ''ffmpeg'' is for ''youtube-dl'' to correct DASH containers
  
-  youtube-dl ffmpeg mpv+  ffmpeg mpv
  
 ==== nonfree ==== ==== nonfree ====
Line 136: Line 136:
  
   numactl   numactl
 +
 +===== Game Controllers =====
 +
 +  * Necessary for Xbox 360 controllers, and maybe others
 +
 +  kernel-modules-extra
  
 ===== VA-API ===== ===== VA-API =====
Line 817: Line 823:
  
 ===== youtube-dl ===== ===== youtube-dl =====
 +
 +  * https://ytdl-org.github.io/youtube-dl/index.html
 +
 +==== Download ====
 +
 +****
 +
 +  rm -f '/tmp/youtube-dl' && wget -O '/tmp/youtube-dl' 'https://yt-dl.org/downloads/latest/youtube-dl' && chmod +x '/tmp/youtube-dl'
  
 ==== Show Formats ==== ==== Show Formats ====
Line 822: Line 836:
   * Change ''x'' to a URL   * Change ''x'' to a URL
  
-  youtube-dl --list-formats x+  '/tmp/youtube-dl--list-formats x
  
-==== Download ====+==== Download Media ====
  
   * Change ''x'' to a URL   * Change ''x'' to a URL
   * ''bestaudio'' can be changed to ''bestvideo'' for just video, or ''best'' for best video with audio   * ''bestaudio'' can be changed to ''bestvideo'' for just video, or ''best'' for best video with audio
  
-  youtube-dl --extract-audio --format 'bestaudio' x+  '/tmp/youtube-dl--extract-audio --format 'bestaudio' x 
 + 
 +=== M4A Audio === 
 + 
 +  * Ideally for if iOS devices will be involved 
 + 
 +  '/tmp/youtube-dl' --extract-audio --format 'bestaudio' --audio-format 'm4a'
 + 
 +=== MP3 Audio === 
 + 
 +**** 
 + 
 +  '/tmp/youtube-dl' --extract-audio --format 'bestaudio' --audio-format 'mp3' x
  
 ===== Shortcuts ===== ===== Shortcuts =====
C:/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/07/01 18:24 by Sean Rhone