initial comment
This commit is contained in:
16
requirements.txt
Normal file
16
requirements.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# Python Requirements for encoderPro - Phase 2
|
||||
# Install with: pip3 install -r requirements.txt
|
||||
|
||||
# YAML configuration support (recommended but optional)
|
||||
pyyaml>=6.0
|
||||
|
||||
# Note: The following are included in Python 3.7+ standard library:
|
||||
# - sqlite3 (database)
|
||||
# - pathlib (path handling)
|
||||
# - logging (logging and rotation)
|
||||
# - subprocess (FFmpeg execution)
|
||||
# - argparse (command-line arguments)
|
||||
|
||||
# External dependencies (must be installed separately):
|
||||
# - FFmpeg (with libx264/libx265 support)
|
||||
# - ffprobe (usually comes with FFmpeg)
|
||||
Reference in New Issue
Block a user