G
G
gd1xza2021-08-25 19:01:34
fmpeg
gd1xza, 2021-08-25 19:01:34

How to remove container from ffmpeg output?

Purpose: to take from stdin u16le to recode it into opus and give it to stdout without a container.

What I'm stuck on:

ffmpeg -f s16le -ac 2 -ar 48000 -i o.pcm -t 0.01 -f opus pipe: -loglevel quiet


with opus format, ffmpeg gives it in the ogg container. but I only need codec data
how to remove the container?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question