mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Video: Add ffmpeg-buffers to config command output #703
This commit is contained in:
@@ -113,6 +113,7 @@ func configAction(ctx *cli.Context) error {
|
||||
fmt.Printf("%-25s %s\n", "heifconvert-bin", conf.HeifConvertBin())
|
||||
fmt.Printf("%-25s %s\n", "ffmpeg-bin", conf.FFmpegBin())
|
||||
fmt.Printf("%-25s %s\n", "ffmpeg-codec", conf.FFmpegCodec())
|
||||
fmt.Printf("%-25s %d\n", "ffmpeg-buffers", conf.FFmpegBuffers())
|
||||
fmt.Printf("%-25s %s\n", "exiftool-bin", conf.ExifToolBin())
|
||||
|
||||
// Thumbs, resampling and download security token.
|
||||
|
||||
Reference in New Issue
Block a user