Skip to content

Commit

Permalink
don't drop timestamp #1175 #1196 #1194 #1193 #1186
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed May 14, 2024
1 parent dcdd9fc commit ed82bda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/wyzebridge/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def get_ffmpeg_cmd(
+ re_encode_video(uri, is_vertical)
+ (["-map", "1:a", "-c:a", audio_out] if audio_in else [])
+ (a_options if audio and audio_out != "copy" else [])
+ ["-fps_mode", "drop"]
+ ["-f", "tee"]
+ [rtsp_ss + get_record_cmd(uri, audio_out, record) + livestream]
)
Expand Down

0 comments on commit ed82bda

Please sign in to comment.