4154649c76
See issue comments for details. This also introduces a package constant for the default ffmpeg command name and updates the tests. Signed-off-by: Michael Mayer <michael@photoprism.app>
7 lines
109 B
Go
7 lines
109 B
Go
package ffmpeg
|
|
|
|
const (
|
|
DefaultBin = "ffmpeg"
|
|
MapVideoDefault = "0:v:0"
|
|
MapAudioDefault = "0:a:0?"
|
|
)
|