This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Coded by James Wingate and Katherine Frances Nagels | |
Attempt to install subprocess calls for FFmpeg commands | |
Errors received: | |
TypeError: expected str, bytes or os.PathLike object, not FilterableStream | |
TypeError: __init__() missing 1 required positional argument: 'args' | |
''' | |
import os | |
import sys |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00000000 File Type (28 bytes) | |
00000000 Header (8 bytes) | |
00000000 Size: 28 (0x0000001C) | |
00000004 Name: ftyp | |
00000008 MajorBrand: f4v | |
0000000C MajorBrandVersion: 0 (0x00000000) | |
00000010 CompatibleBrand: isom | |
00000014 CompatibleBrand: mp42 | |
00000018 CompatibleBrand: m4v | |
0000001C ---------------------------- |
NewerOlder