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 MetadataSpecifierchapter(int index) static StringcheckValidKey(String key) static MetadataSpecifierglobal()static MetadataSpecifierprogram(int index) spec()static MetadataSpecifierstream(int index) static MetadataSpecifierstream(StreamSpecifier spec) static MetadataSpecifierstream(StreamSpecifierType type) static MetadataSpecifierstream(StreamSpecifierType stream_type, int stream_index)
-
Method Details
-
spec
-
checkValidKey
-
global
-
chapter
-
program
-
stream
-
stream
-
stream
-
stream
-