Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Chocobozzz — PeerTube
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS — Container Images
Chocobozzz — PeerTube
Commits
7335c416
Verified
Commit
7335c416
authored
1 year ago
by
Vladimir Malinovskiy
Browse files
Options
Downloads
Patches
Plain Diff
chore(patch[audio]): remove the removal of audio copying
parent
fc925115
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/patches/remove_audio_copying.patch
+0
-19
0 additions, 19 deletions
src/patches/remove_audio_copying.patch
with
0 additions
and
19 deletions
src/patches/remove_audio_copying.patch
deleted
100644 → 0
+
0
−
19
View file @
fc925115
diff --git a/packages/ffmpeg/src/ffmpeg-default-transcoding-profile.ts b/packages/ffmpeg/src/ffmpeg-default-transcoding-profile.ts
index 0d3538512..2ca983f30 100644
--- a/packages/ffmpeg/src/ffmpeg-default-transcoding-profile.ts
+++ b/packages/ffmpeg/src/ffmpeg-default-transcoding-profile.ts
@@ -41,13 +41,9 @@
const defaultX264LiveOptionsBuilder: EncoderOptionsBuilder = (options: EncoderOp
}
}
-const defaultAACOptionsBuilder: EncoderOptionsBuilder = async ({ input, streamNum, canCopyAudio }) => {
+const defaultAACOptionsBuilder: EncoderOptionsBuilder = async ({ input, streamNum }) => {
const probe = await ffprobePromise(input)
- if (canCopyAudio && await canDoQuickAudioTranscode(input, probe)) {
- return { copy: true, outputOptions: [ ] }
- }
-
const parsedAudio = await getAudioStream(input, probe)
// We try to reduce the ceiling bitrate by making rough matches of bitrates
This diff is collapsed.
Click to expand it.
Vladimir Malinovskiy
@vapronva
mentioned in commit
24655a65
·
1 year ago
mentioned in commit
24655a65
mentioned in commit 24655a65bbb4b4d140dfb45690cfa5ce3e519a4b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment