You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the data for the codecData event breaks at the comma inside parentheses. (Parsing the human-readable output of ffmpeg seems suboptimal compared to ffprobe -show_streams, but using ffprobe is tricky when the input is a stream. The main ffmpeg does not seem to have an option for similar output?)
For a video for which
ffmpeg
prints the following tostderr
:the data for the
codecData
event breaks at the comma inside parentheses. (Parsing the human-readable output offfmpeg
seems suboptimal compared toffprobe -show_streams
, but usingffprobe
is tricky when the input is a stream. The mainffmpeg
does not seem to have an option for similar output?)Version information
Code to reproduce
happens on http://techslides.com/demos/sample-videos/small.mp4 for example
Expected results
yuv420p(tv, bt709)
Observed results
yuv420p(tv
The text was updated successfully, but these errors were encountered: