Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

ffmpeg take channels 7+8 and make a stereo

I have a 8 audio track mov file which I want to encode to mp4 using ffmpeg BUT take the tracks 7+8 and put them as stereo with 320k and 48KHz to that mp4. My line is this: ffmpeg -i %source% -map 0:0 ...
Yannis's user avatar
  • 15
0 votes
1 answer
9k views

Convert Audio 5.1 to Stereo [closed]

I am having issues playing the MKV video files I download on my friends TV, the TV shows I download have been playing just fine with no issues. The video portion of the files play flawlessly however ...
Woz's user avatar
  • 303
2 votes
0 answers
1k views

Convert interleaved video into separate left/right videos

I'm trying to make two files from video recorded on 3d camera and can't find how can I separate one video onto two. ffprobe video.m2ts gives me Input #0, mpegts, from 'video.m2ts': Duration: 00:00:...
ink's user avatar
  • 183