ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
576 stars 33 forks source link

lavfi-complex doesn't work #79

Closed zonev3 closed 4 years ago

zonev3 commented 4 years ago

mpv version and platform

Windows 10 build 18363.720

mpv 0.32.0 Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects built on Mon Jan 27 12:34:40 +08 2020 ffmpeg library versions: libavutil 56.38.100 libavcodec 58.67.100 libavformat 58.36.100 libswscale 5.6.100 libavfilter 7.71.100 libswresample 3.6.100 ffmpeg version: git-2020-01-26-5e6210015

Description

I'm using lavfi-complex (--lavfi-complex='[aid1] [aid2] amix [ao]') to play 2 audio tracks at the same time, it works in mpv but after encoding the file only has 1 track

ekisu commented 4 years ago

Logs please.

zonev3 commented 4 years ago

Logs please.

log.txt (hope this is the right one, if not let me know) Here I used --lavfi-complex='[aid1] [aid2] amix [ao]' to play the game's audio and my mic's audio at the same time since they are recorded in different tracks, but when I use the script to make a small clip only the track that's currently selected is used

ekisu commented 4 years ago

Does this build work?

zonev3 commented 4 years ago

Does this build work?

Yes that's perfect, thanks. Obrigado.

ekisu commented 4 years ago

De nada 😅