Skip to content

Commit

Permalink
Merge pull request #309 from mediamicroservices/agarrkoch-patch-2
Browse files Browse the repository at this point in the history
Update makederiv
  • Loading branch information
agarrkoch authored Mar 18, 2024
2 parents efd1c60 + 431be73 commit 1201820
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion makederiv
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,12 @@ elif [[ "${OUTPUT_TYPE}" == "prores" ]] ; then
EXTENSION="mov"
RELATIVEPATH="objects/access/prores"
USEACCESSTIMES="Y"
elif [[ "${OUTPUT_TYPE}" == "youtube" ]] ; then
elif [[ "${OUTPUT_TYPE}" == "youtube" ]]; then
EXTENSION="mp4"
RELATIVEPATH="objects/access/youtube_up"
if [[ "${TCBURN}" == "Y" ]]; then
SUFFIX="_TCBURN"
fi
USEACCESSTIMES="Y"
elif [[ "${OUTPUT_TYPE}" == "resourcespace" ]] ; then
PREFERRED_SOURCE="service"
Expand Down

0 comments on commit 1201820

Please sign in to comment.