Skip to content

Commit

Permalink
TTK-27428: Fix video_youtube profile
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina committed Dec 13, 2024
1 parent 1bfefc0 commit b5402fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/config/encoders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ pumukit_youtube:
channels: 1
audio: true
bat: |
/usr/local/bin/ffmpeg -loop 1 -i __IMAGE__ -i "{{input}}" -s 640x480 -c:v libx264 -c:a libfdk_aac -strict experimental -ar 44100 -b:a 128k -f mp4 -shortest "{{output}}"
ffmpeg -loop 1 -i __IMAGE__ -i "{{input}}" -s 640x480 -c:v libx264 -c:a libfdk_aac -strict experimental -ar 44100 -b:a 128k -f mp4 -shortest "{{output}}"
streamserver:
name: Localhost
type: download
host: 127.0.0.1
description: Local download server
dir_out: "%kernel.project_dir%%/public/storage/downloads"
url_out: "/storage/downloads"
dir_out: "%pumukit.downloads_dir%"
url_out: "%pumukit.downloads_url%"
app: ffmpeg
rel_duration_size: 1
rel_duration_trans: 1
Expand Down

0 comments on commit b5402fe

Please sign in to comment.