Skip to content

Commit

Permalink
Update help_Nekmo_ffmpeg.py
Browse files Browse the repository at this point in the history
Added More Video format for Streamable 🎞️
  • Loading branch information
NinjaTG authored Jun 10, 2021
1 parent 756fd4d commit f62cbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobrot/helper_funcs/help_Nekmo_ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
async def take_screen_shot(video_file, output_directory, ttl):
# https://stackoverflow.com/a/13891070/4723940
out_put_file_name = os.path.join(output_directory, str(time.time()) + ".jpg")
if video_file.upper().endswith(("MKV", "MP4", "WEBM")):
if video_file.upper().endswith(("MKV", "MP4", "WEBM", "M4V", "3GP")):
file_genertor_command = [
"ffmpeg",
"-ss",
Expand Down

0 comments on commit f62cbde

Please sign in to comment.