Skip to content

Commit

Permalink
Added new env var to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Nov 24, 2024
1 parent 78250d6 commit fad66bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ ENV INPUT_DIR=/data/input_dir \
SCODEC=copy \
PRESET=6 \
CRF=32 \
DATE_SUBDIR="false" \
FIRST_AUDIO_PER_LANG_ONLY="true" \
AUDIO_LANGUAGES='[ "eng" ]' \
SUBTITLE_LANGUAGES='[ "eng" ]' \
HIGHEST_CHANNELS="false" \
PYTHONUNBUFFERED=1

ENTRYPOINT [ "python", "/scripts/ffmpeg_automator.py" ]
2 changes: 1 addition & 1 deletion enviroment_vars.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ DATE_SUBDIR="false"
FIRST_AUDIO_PER_LANG_ONLY="true"
AUDIO_LANGUAGES=[ "eng" ]
SUBTITLE_LANGUAGES=[ "eng" ]
PYTHONUNBUFFERED=1
HIGHEST_CHANNELS="false"
PYTHONUNBUFFERED=1

0 comments on commit fad66bf

Please sign in to comment.