This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
photoprism
Watch
1
Star
0
Fork
You've already forked photoprism
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b276f11ffc
photoprism
/
internal
/
ffmpeg
/
defaults.go
8 lines
109 B
Go
Raw
Normal View
History
Unescape
Escape
FFmpeg: Allow selection of specific video and audio streams #3284 Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-14 18:00:55 +01:00
package
ffmpeg
const
(
FFmpeg: Remove deprecated "-vsync vfr" command flag #3659 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>
2023-09-06 11:27:24 +02:00
DefaultBin
=
"ffmpeg"
FFmpeg: Allow selection of specific video and audio streams #3284 Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-14 18:00:55 +01:00
MapVideoDefault
=
"0:v:0"
MapAudioDefault
=
"0:a:0?"
)
Reference in a new issue
Copy permalink