[Py-ES] Retomando el tema del podcast Python España

Marcos Perez marcos.pe at gmail.com
Fri Dec 13 21:12:19 CET 2013


Hola,
  aunque  estaré fuera unos dias, ya he conseguido grabar el audio de los
altavoces y el del micro, por separado.
Por si a alguien más le pudiera servir, este sería el comando:

ffmpeg -f alsa -ac 2 -i "front:CARD=PCH,DEV=0"  \
    -f alsa -i pulse -ac 1 \
    -map 0:a:0 -map 1:a:0 -shortest \
    -strict experimental -acodec aac \
    -threads 0 -y salida.mp4 -strict experimental -newaudio

Suponiendo un ordenador con Pulseaudio sobre Alsa, y crearía un MP4 con 2
tracks de audio codificados como AAC.
Para saber lo que poner en el primer "-i", hay que hacer un "aplay -L"

¿críticas y comentarios?


El 9 de diciembre de 2013 16:29, Jesus Cea <jcea at jcea.es> escribió:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> ¿Tenéis whatsapp?. Sería buena idea coordinarse rápido por whatsapp o
> teléfono. Naturalmente, las decisiones relevantes se comentarán en la
> lista, pero la logística del día a día solo metería ruido.
>
> A ver si podemos hacer alguna prueba hoy, no para grabar un podcast,
> sino para temas como ver cómo grabáis el audio cada uno en local,
> calidad del micro, etc.
>
> - --
> Jesús Cea Avión                         _/_/      _/_/_/        _/_/_/
> jcea at jcea.es - http://www.jcea.es/     _/_/    _/_/  _/_/    _/_/  _/_/
> Twitter: @jcea                        _/_/    _/_/          _/_/_/_/_/
> jabber / xmpp:jcea at jabber.org  _/_/  _/_/    _/_/          _/_/  _/_/
> "Things are not so easy"      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/
> "My name is Dump, Core Dump"   _/_/_/        _/_/_/      _/_/  _/_/
> "El amor es poner tu felicidad en la felicidad de otro" - Leibniz
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.15 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iQCVAwUBUqXh9plgi5GaxT1NAQL4+wP8CC1Ubdn3YQjZGGf0zD3gENXLpsNSUMxo
> k0EbuCI5hgAeoaquwaW/77vWgkllS0bP1A3kI4p8pQfFrecsrhehQzbMB6bkECor
> qAKcYHwegwqCjyXKzzyqjoacGYaTcRpJNN5wGx871eAyPS3npd3hwGF3o3TusWcc
> q32HERHR60Q=
> =aSGK
> -----END PGP SIGNATURE-----
> _______________________________________________
> general mailing list
> general at lists.es.python.org
> https://lists.es.python.org/listinfo/general
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.es.python.org/pipermail/general/attachments/20131213/8755ba87/attachment.html>


More information about the general mailing list