Package net.bramp.ffmpeg.builder
Class MetadataSpecifier
java.lang.Object
net.bramp.ffmpeg.builder.MetadataSpecifier
Metadata spec, as described in the "map_metadata" section of
https://www.ffmpeg.org/ffmpeg-all.html#Main-options
-
Method Summary
Modifier and TypeMethodDescriptionstatic MetadataSpecifier
chapter
(int index) static String
checkValidKey
(String key) static MetadataSpecifier
global()
static MetadataSpecifier
program
(int index) spec()
static MetadataSpecifier
stream
(int index) static MetadataSpecifier
stream
(StreamSpecifier spec) static MetadataSpecifier
stream
(StreamSpecifierType type) static MetadataSpecifier
stream
(StreamSpecifierType stream_type, int stream_index)
-
Method Details
-
spec
-
checkValidKey
-
global
-
chapter
-
program
-
stream
-
stream
-
stream
-
stream
-