add new convert script that uses solar power metric

This commit is contained in:
2025-08-15 13:17:08 +02:00
parent 62a68990a4
commit 96bbb2d579
6 changed files with 122 additions and 2 deletions

View File

@ -109,7 +109,7 @@ def print_all(media_files, filter_mode):
if(filter_mode != " "):
print("\nFound files with selected filter: " + filter_mode + "\n")
for media_file_filtered in media_files_filtered:
print(media_file_filtered)
print ('"'+media_file_filtered+'", ')
print("\n")
def print_codecs(media_files):