fix metadata input file
This commit is contained in:
parent
eb9f1376b8
commit
bd8d57b6b0
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ def exec_recorder(stream_id, stream_hls_url):
|
||||||
# Show Metadata
|
# Show Metadata
|
||||||
ffmpeg_metadata = (
|
ffmpeg_metadata = (
|
||||||
FFmpeg(executable="ffprobe")
|
FFmpeg(executable="ffprobe")
|
||||||
.input("input.mp4",
|
.input(video_output,
|
||||||
print_format="json",
|
print_format="json",
|
||||||
show_streams=None,)
|
show_streams=None,)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue