0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ニコニコ動画 オーディオ576kbpsエンコードを簡単にしてみる

Last updated at Posted at 2025-06-13

ニコニコ動画で3月からオーディオ576kbps高音質配信がプレミアム会員向けに
行われています

nico576.png

動画無劣化ffmpegコマンドラインで一発でエンコードできる

ffmpeg  -i video.mp4 -i audio.flac -map 0:v:0 -map 1:a:0 -c:v copy -c:a aac -b:a 576k -movflags +faststart output.mp4

このコマンドラインですと、動画内の音声はすべて消えます

動画はコピーしか行わないので、動画のビットレート等はこの前に設定して下さい

サンプル

もともと24bit192khzハイレゾ制作です

面倒な方は

ココナラに案件を出していますので、是非ご利用下さい
https://coconala.com/services/3748365

詳しい仕様についてもココナラに書いてあります

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?