Skip to content

Commit

Permalink
[strapi] rm seperated strapi generators file
Browse files Browse the repository at this point in the history
Signed-off-by: Focus Luo <[email protected]>
  • Loading branch information
FocusLuo committed Aug 19, 2024
1 parent 78b6d47 commit c2c40f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 276 deletions.
3 changes: 0 additions & 3 deletions lib/ffmpeg/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,9 @@ def have_ffmpeg_encoder(encoder):
def have_ffmpeg_encoder_options(name, *args):
failmsg = "{0}.{1}".format(name, '.'.join(args))
result = try_call(f"{exe2os('ffmpeg')} -hide_banner -encoders | awk '{{print $2}}' | grep -w {name}")
print("Hello Focus: name, failmsg, result=", name, failmsg, result)
print("Hello Focus: args=", args)
if result is True:
for key in args:
result = try_call(f"{exe2os('ffmpeg')} -hide_banner -h encoder={name} | grep -e {key}")
print("Hello Focus: key, result=", key, result)
if result is False:
break
return result, failmsg
Expand Down
273 changes: 0 additions & 273 deletions lib/parameters_strapi.py

This file was deleted.

0 comments on commit c2c40f1

Please sign in to comment.