Skip to content

Commit

Permalink
TTK-16738: Fixing video_master_trimming profile
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo.garcia committed Dec 12, 2024
1 parent 699ba98 commit c5f2344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/encoders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pumukit_hard_video_editor:
channels: 1
audio: false
bat: |
ffmpeg -y -i "{{input}}" -acodec libfdk_aac -vcodec libx264 -preset slow -crf 15 -ss {{ss}} -to {{t}} -threads 0 "{{output}}"
ffmpeg -y -i "{{input}}" -acodec aac -vcodec libx264 -preset slow -crf 15 -ss {{ss}} -to {{t}} -copyts -threads 0 "{{output}}"
sleep 15
streamserver:
name: Localmaster
Expand Down

0 comments on commit c5f2344

Please sign in to comment.