Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F ffmpeg-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 402
    • Issues 402
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Karl Kroening
  • ffmpeg-python
  • Merge requests
  • !248

Added mono to stereo example

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/kylemcdonald/master into master Aug 04, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: kylemcdonald

I added an example that shows how to do something I was having trouble with.

I had a left and right audio file that had slightly different time offsets, and I wanted to merge them with a video file without re-encoding the video file. Using the 'join' filter instead of .concat took me a bit to figure out, as did 'asetpts' and shortest=None to keep the length from going over the video duration.

I added a graph image, but I don't think it will appear in the readme until the pull request is merged.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/kylemcdonald/master