Re: [FFmpeg-user] WebM & Opus Question

2024-06-12 Thread Vlad Negru via ffmpeg-user
Thank you very much for pointing that out. If the metadata is the issue, is that something I could fix somehow? With Respect, Vlad Negru On Wednesday, June 12, 2024 at 10:20:47 PM GMT+3, Carl Zwanzig wrote: I might be confused here, but... On 6/12/2024 11:15 AM, Vlad Negru via ffmpeg-u

Re: [FFmpeg-user] WebM & Opus Question

2024-06-12 Thread Carl Zwanzig
I might be confused here, but... On 6/12/2024 11:15 AM, Vlad Negru via ffmpeg-user wrote: ffmpeg -i Input.webm -c:a copy Output.opus > Stream mapping: > Stream #0:0 -> #0:0 (copy) On 6/12/2024 11:57 AM, Ferdi Scholten wrote: You need to have a version of the opus encoder that is specifical

Re: [FFmpeg-user] WebM & Opus Question

2024-06-12 Thread Vlad Negru via ffmpeg-user
Hello! Thank you very much for your answer. What exactly do I have to do to compile opus myself? Sorry, but I'm very new to using ffmpeg and don't really know a lot of things. With Respect, Vlad Negru On Wednesday, June 12, 2024 at 09:57:24 PM GMT+3, Ferdi Scholten wrote: On 12-06-2024

Re: [FFmpeg-user] WebM & Opus Question

2024-06-12 Thread Ferdi Scholten
On 12-06-2024 20:15, Vlad Negru via ffmpeg-user wrote: Hello! I have a question, I'm trying something pretty simple, I have a WebM file/container downloaded from YouTube containing only 16-Bit Opus audio. I want to copy and retain just the audio part since this container only has audio anyway