You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Windows 10 [version 10.0.19043.1503]
Python: 3.9-64
The filename, directory name, or volume label syntax is incorrect.
Traceback (most recent call last):
File "D:\conv2mp4\conv2mp4-py.py", line 414, in
codec_discovery()
File "D:\conv2mp4\conv2mp4-py.py", line 152, in codec_discovery
get_vid_codec = subprocess.Popen(ffprobe + " -v error -select_streams v:0 -show_entries stream=codec_name -of "
TypeError: a bytes-like object is required, not 'str'
Exception ignored in: <main.Tee object at 0x00000218062C22E0>
AttributeError: 'Tee' object has no attribute 'flush'
The text was updated successfully, but these errors were encountered:
OS: Windows 10 [version 10.0.19043.1503]
Python: 3.9-64
The filename, directory name, or volume label syntax is incorrect.
Traceback (most recent call last):
File "D:\conv2mp4\conv2mp4-py.py", line 414, in
codec_discovery()
File "D:\conv2mp4\conv2mp4-py.py", line 152, in codec_discovery
get_vid_codec = subprocess.Popen(ffprobe + " -v error -select_streams v:0 -show_entries stream=codec_name -of "
TypeError: a bytes-like object is required, not 'str'
Exception ignored in: <main.Tee object at 0x00000218062C22E0>
AttributeError: 'Tee' object has no attribute 'flush'
The text was updated successfully, but these errors were encountered: