Cat Feeder  1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
ff_constants.py File Reference

Go to the source code of this file.

Namespaces

namespace  backend
 
namespace  backend.src
 
namespace  backend.src.libs
 
namespace  backend.src.libs.fffamily
 
namespace  backend.src.libs.fffamily.ff_constants
 

Functions

str backend.src.libs.fffamily.ff_constants.process_file_path (*Union[str, PPath] args, Optional[Union[str, PPath]] cwd=None)
 

Variables

str backend.src.libs.fffamily.ff_constants.FFMPEG_KEY = "ffmpeg"
 
str backend.src.libs.fffamily.ff_constants.FFPROBE_KEY = "ffprobe"
 
str backend.src.libs.fffamily.ff_constants.FFPLAY_KEY = "ffplay"
 
str backend.src.libs.fffamily.ff_constants.WINDOWS_KEY = "windows"
 
str backend.src.libs.fffamily.ff_constants.LINUX_KEY = "linux"
 
str backend.src.libs.fffamily.ff_constants.MAC_KEY = "darwin"
 
str backend.src.libs.fffamily.ff_constants.FILE_URL_TOKEN = "file_url"
 
str backend.src.libs.fffamily.ff_constants.FILE_PATH_TOKEN = "file_path"
 
int backend.src.libs.fffamily.ff_constants.QUERY_TIMEOUT = 10
 
 backend.src.libs.fffamily.ff_constants.CWD = os.getcwd()
 
dict backend.src.libs.fffamily.ff_constants.BUNDLE_DOWNLOAD