Skip to content

Commit

Permalink
Merge pull request #557 from deuteronomy-works/master
Browse files Browse the repository at this point in the history
Merged
  • Loading branch information
amoh-godwin authored Dec 4, 2022
2 parents a338420 + 3807e0b commit 8d4f3ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyffmpeg/pseudo_ffprobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ def _parse_stream_meta(self, stream):
self.type = each

def probe(self):
self.logger.info('Inside _probe')
self.logger.info('Inside probe')
self.logger.info(f'Probing file: "{self.file_name}"')

# randomize the filename to avoid overwrite prompt

Expand All @@ -252,6 +253,8 @@ def probe(self):
self.file_name, '-f',
'null', os.devnull]

self.logger.info(f"Issuing commads {str(commands)}")

# start subprocess
subP = subprocess.Popen(
commands,
Expand Down

0 comments on commit 8d4f3ed

Please sign in to comment.