2014-10-31 73 views
0

我正在嘗試更改視頻流元數據。請參閱下面的(更改此元數據)。我可以改變電影的標題,但沒有其他人。什麼是ffmpeg行來改變這一點。FFmpeg視頻元數據更改

此行的變化下面的「標題的電影」只

的ffmpeg -i輸入.mkv - 元數據標題=「新標題」 -c:V複製-c:副本-c:■複印輸出。 MKV

Input #0, matroska,webm, from 'Input.mkv': 
Metadata: 
title   : Title Of The Movie 
encoder   : libebml v1.2.3 + libmatroska v1.3.0 
creation_time : 2014-08-02 12:58:30 
Duration: 02:15:54.21, start: 0.000000, bitrate: 8177 kb/s 
Chapter #0.0: start 0.000000, end 208.666778 
Metadata: 
    title   : Chapter 01 
Chapter #0.1: start 208.666778, end 811.727578 
Metadata: 
    title   : Chapter 02 
Chapter #0.2: start 811.727578, end 1077.868444 
Metadata: 
    title   : Chapter 03 
Chapter #0.3: start 1077.868444, end 1345.302289 
Metadata: 
    title   : Chapter 04 
Chapter #0.4: start 1345.302289, end 2000.415067 
Metadata: 
    title   : Chapter 05 
Chapter #0.5: start 2000.415067, end 2487.276444 
Metadata: 
    title   : Chapter 06 
Chapter #0.6: start 2487.276444, end 3097.302533 
Metadata: 
    title   : Chapter 07 
Chapter #0.7: start 3097.302533, end 3503.958778 
Metadata: 
    title   : Chapter 08 
Chapter #0.8: start 3503.958778, end 4060.347956 
Metadata: 
    title   : Chapter 09 
Chapter #0.9: start 4060.347956, end 4582.202622 
Metadata: 
    title   : Chapter 10 
Chapter #0.10: start 4582.202622, end 5083.078000 
Metadata: 
    title   : Chapter 11 
Chapter #0.11: start 5083.078000, end 5537.698822 
Metadata: 
    title   : Chapter 12 
Chapter #0.12: start 5537.698822, end 5826.612444 
Metadata: 
    title   : Chapter 13 
Chapter #0.13: start 5826.612444, end 6553.088200 
Metadata: 
    title   : Chapter 14 
Chapter #0.14: start 6553.088200, end 6903.730156 
Metadata: 
    title   : Chapter 15 
Chapter #0.15: start 6903.730156, end 7271.055444 
Metadata: 
    title   : Chapter 16 
Chapter #0.16: start 7271.055444, end 7582.241333 
Metadata: 
    title   : Chapter 17 
Chapter #0.17: start 7582.241333, end 8153.937444 
Metadata: 
    title   : Chapter 18 
Chapter #0.18: start 8153.937444, end 8154.208000 
Metadata: 
    title   : Chapter 19 
Stream #0:0(eng): Video: h264 (High), yuv420p, 1920x800 [SAR 1:1 DAR 12:5], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) 
Metadata: 
    title   : Change This Metadata 
Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default) 
Metadata: 
    title   : Eng 
Stream #0:2(eng): Subtitle: subrip (default) 
Metadata: 
    title   : Eng 

回答

0

打開Windows資源管理器

找到並HIGHT光的文件,要更改

選擇多首曲目,按在鍵盤控制鍵,然後點擊您想要更改的曲目

右鍵單擊文件,選擇屬性,然後點擊要修改的屬性的值字段(例如標題) 。

+0

遺憾的是它並不適用於.MKV文件的工作。 – Warren 2014-10-31 04:48:13

2

好吧,我發現這其中工程

的ffmpeg -i輸入.mkv - 元數據:S:V:0標題= 「H264視頻」 -c:V複製-c:副本-c:s輸出.MKV

我想:S:v:0一些評論表示

:v =視頻流 :0 =使用第一視頻流