mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
Don't use ffprobe frame options on audio probe (#14773)
This commit is contained in:
parent
387bc0c8eb
commit
e4e578b37a
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
? "{0} -i {1} -threads {2} -v warning -print_format json -show_streams -show_chapters -show_format"
|
||||
: "{0} -i {1} -threads {2} -v warning -print_format json -show_streams -show_format";
|
||||
|
||||
if (_proberSupportsFirstVideoFrame)
|
||||
if (!isAudio && _proberSupportsFirstVideoFrame)
|
||||
{
|
||||
args += " -show_frames -only_first_vframe";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue