Split a stereo(2 channels in) audio into 2 mono audios by JavaCV #2036
Closed
steeveen
started this conversation in
Show and tell
Replies: 3 comments 2 replies
-
It sounds like a good candidate to add to the samples directory: What do you think? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Good. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, I have commited it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I find a way to split a 2channel stereo audio into 2 single-channel mono audios just by using one FFmpegFrameGrabber and two FFmpegFrameRecorders(avoid using ProcessBuilder). And I have tested it on the 's16le' audio. Is this requirement universally useful? Can we consider adding this feature to JavaCV?
Beta Was this translation helpful? Give feedback.
All reactions