Skip to main content

All Questions

4 questions with no upvoted or accepted answers
1 vote
0 answers
160 views

Multiple Audio Trim with multiple channels of audio ffmpeg

I am looking for a way to trim a single video with 4 channels of audio in multiple places and then concat the pieces together maintaining the 4 audio channel trims as well. I have the following ffmpeg ...
Kent Loomis's user avatar
1 vote
1 answer
527 views

FFMPEG Concat Silence & 10 Channel WAV

I am trying to join together using concat some silence which is generated, and then a WAV file. This works fine when the WAV is mono, stereo, etc. - but goes wrong when we have 10 channels of audio; ...
James Gibson's user avatar
0 votes
1 answer
236 views

ffmpeg concat without reencoding keeps audio in one order but not the other

So I took a video and cut it two ways, one with reencoding and one without reencoding, call them R and C (cut). Im trying to do concatenation without reencoding, and I'm able to concat the video in ...
user3083171's user avatar
0 votes
1 answer
550 views

Is there a way to tell ffmpeg "encode file A with format settings of file B?"

I know I could use ffprobe and then parse the text file to get the codec info of file B, but is there a simpler way? Goal: I want to append a few seconds of silence to hundreds of audio files (who ...
Mia Lon's user avatar