ユーザ用ツール

サイト用ツール


youtube:download
no way to compare when less than two revisions

差分

このページの2つのバージョン間の差分を表示します。


youtube:download [2021/01/15 12:51] (現在) – 作成 hohog
行 1: 行 1:
 +====== Youtubeの動画を最高画質/音質でダウンロード ======
 +
 +1. Windows10 の PC で、youtube-dl.exe を使った。
 +
 +2. 映像は以下。
 +
 +  youtube-dl.exe [動画のURL] -f "bestvideo"  
 +
 +3.音声は以下。(ffmpeg は導入済) aac に変換する。
 +
 +  youtube-dl.exe [動画のURL] -x -f "bestaudio" --audio-format aac 
 +
 +
 +
 +<html>
 +<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 +<!-- HoHoG Body -->
 +<ins class="adsbygoogle"
 +     style="display:block"
 +     data-ad-client="ca-pub-1429592709473294"
 +     data-ad-slot="2886222170"
 +     data-ad-format="auto"
 +     data-full-width-responsive="true"></ins>
 +<script>
 +     (adsbygoogle = window.adsbygoogle || []).push({});
 +</script>
 +</html>
 +
 +
 +動画ファイルは .webm  音声ファイルは .aac  になる。別ファイル。
 +
 +ffmpeg で mp4 に変換するときに、映像と音声を合成。
 +
  
youtube/download.txt · 最終更新: 2021/01/15 12:51 by hohog

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki