Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
error fix for data
  • Loading branch information
GeoHaber committed Aug 26, 2024
1 parent d82800e commit b461389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FFMpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def parse_extrd(streams_in, de_bug=False):
if de_bug:
print(f"D:= {ff_data}")

return ff_data, skip_it
return ff_data, True

##>>============-------------------< End >------------------==============<<##

Expand All @@ -875,7 +875,7 @@ def zabrain_run(input_file: str, mta_dta: Dict[str, any], de_bug: bool= False )
print(f"Go on: {e}")
return False , True
end_t = time.perf_counter()
# print(f' -End: {TM.datetime.now():%T}\tTotal: {hm_time(end_t - str_t)}')
if de_bug: print(f' -End: {TM.datetime.now():%T}\tTotal: {hm_time(end_t - str_t)}')

return ff_run_cmnd, skip_it
##>>============-------------------< End >------------------==============<<##
Expand Down
2 changes: 1 addition & 1 deletion Trans_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ def process_file(file_info, cnt, fl_nmb ):
input("File name too long > 333")

try:
all_good, skip_it = zabrain_run(file_p, jsn_ou, de_bug)
# debug = True # DEBUG:
all_good, skip_it = zabrain_run(file_p, jsn_ou, debug)
if debug or ext != ".mp4":
skip_it = False
# print (f"\nFile: {file_p}\nFfmpeg: {all_good}\n")
Expand Down

0 comments on commit b461389

Please sign in to comment.