Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Ramiro Polla <ramiro.polla@gmail.com>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH] avfilter/asubprocess: add audio subprocess filter
Date: Thu, 27 Jun 2024 23:35:45 +0200
Message-ID: <CALweWgAAt3j0zzUgc1Ub-Whk0b31ns=7Jg_8YuLr+ZGH6Vdmtw@mail.gmail.com> (raw)
In-Reply-To: <20240627162222.2293213-1-stefan@space.twc.de>

Hi Stefan,

On Thu, Jun 27, 2024 at 6:32 PM Stefan Westerfeld <stefan@space.twc.de> wrote:
> This will send the audio stream to an external command as wav file and
> read back the output of the subprocess which is also supposed to be a
> wav file of the same format and length.

Subprocesses are a pita to support and maintain in a cross-platform
project. This approach would just open up a whole new can of worms to
achieve something that FFmpeg can already do with a pipe, multiple
inputs, and -map_metadata.

Since your project already uses FFmpeg, perhaps you could use it to
encode the output and keep the metadata as well. Or provide a simple
script that would invoke FFmpeg with the correct parameters.

Regards,
Ramiro
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

  parent reply	other threads:[~2024-06-27 21:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-27 16:22 Stefan Westerfeld
2024-06-27 17:19 ` Paul B Mahol
2024-06-27 19:50   ` Stefan Westerfeld
2024-06-27 21:35 ` Ramiro Polla [this message]
2024-06-30 16:18   ` Stefan Westerfeld
2024-06-30 20:12     ` Ramiro Polla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALweWgAAt3j0zzUgc1Ub-Whk0b31ns=7Jg_8YuLr+ZGH6Vdmtw@mail.gmail.com' \
    --to=ramiro.polla@gmail.com \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git