fix metadata input file

This commit is contained in:
deflax 2024-01-18 02:18:11 +02:00
parent eb9f1376b8
commit bd8d57b6b0

View file

@ -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,)
) )