Post Reply 
True Stereo
22-11-2021, 17:46
Post: #1
True Stereo
Deat Simon,

Minimstreamer does it accept "true stereo" filters.

My "true stereo" filter is accepted by roon (HAF xtalk filters).

Best regards,

Thierry
Find all posts by this user
Quote this message in a reply
22-11-2021, 18:03
Post: #2
RE: True Stereo
MinimStreamer supports all filters provided by FFmpeg including the ability to apply a convolution file using the FFmpeg afir filter. If you can create a convolution file corresponding to your "true stereo" filter, you could use this convolution file with MinimStreamer.
Find all posts by this user
Quote this message in a reply
23-11-2021, 18:53
Post: #3
RE: True Stereo
(22-11-2021 18:03)simoncn Wrote:  MinimStreamer supports all filters provided by FFmpeg including the ability to apply a convolution file using the FFmpeg afir filter. If you can create a convolution file corresponding to your "true stereo" filter, you could use this convolution file with MinimStreamer.

Thank you Simon,

The true stereo are like this :
   


Do you think that minimstreamer is confortable with this schema ?

Best regards,

Thierry
Find all posts by this user
Quote this message in a reply
23-11-2021, 20:38
Post: #4
RE: True Stereo
I am not the right person to advise you on this. If you look at the FFmpeg documentation on filters, you might find something that can do what you want.
Find all posts by this user
Quote this message in a reply
14-12-2021, 09:00
Post: #5
RE: True Stereo
(23-11-2021 20:38)simoncn Wrote:  I am not the right person to advise you on this. If you look at the FFmpeg documentation on filters, you might find something that can do what you want.

Hello Simon,

I own a Melco N100.

I've tried this command :

ConvOut=-i /mnt/disk1/share/HAF/Xtalk/HAF_xtalk_44_HL.wav -i /mnt/disk1/share/HAF/Xtalk/HAF_xtalk_44_HR.wav -filter_complex "[0:a] [1:a]amerge=inputs=2,pan=stereo|c0<c0+c2|c1<c1+c3[a]" -lavfi afir=gtype=gn

But Minimstreamer relate an error.

Have you an idea about this error ?

ffmeg 4.1 does accept -filter_complex ?

Thank for your answer

Thierry
Find all posts by this user
Quote this message in a reply
14-12-2021, 11:50 (This post was last modified: 14-12-2021 11:50 by simoncn.)
Post: #6
RE: True Stereo
You can use either -lavfi or -filter-complex but you can't use them together as you are doing. You need to combine these settings into a single filtergraph specified with a single -lavfi or -filter-complex option. This is not straightforward as both amerge and afir take multiple inputs and produce a single output.
Find all posts by this user
Quote this message in a reply
14-12-2021, 12:51
Post: #7
RE: True Stereo
(14-12-2021 11:50)simoncn Wrote:  You can use either -lavfi or -filter-complex but you can't use them together as you are doing. You need to combine these settings into a single filtergraph specified with a single -lavfi or -filter-complex option. This is not straightforward as both amerge and afir take multiple inputs and produce a single output.

Thank you,

I am going to look for this way.

Best regards,
Find all posts by this user
Quote this message in a reply
28-12-2024, 13:38
Post: #8
RE: True Stereo
La commande correcte est :


convOut=pan=4C|c0=FL|c1=FL|c2=FR|c3=FR[a];amovie=/home/pi/bubbleupnp/HAFxtalk/HAF_xtalk_*_HL.wav[LIR];amovie=/home/pi/bubbleupnp/HAFxtalk/HAF_xtalk_*_HR.wav[RIR];[LIR][RIR]amerge[ir];[a][ir] afir=irfmt=input:gtype=gn,pan=stereo|FL<c0+c2|FR<c1+c3

Mais il s'agit d'une commande dans Bubbleupnp server, qu'il faudrait adapter pour Ministreamer.

Cdlt,
Find all posts by this user
Quote this message in a reply
28-12-2024, 16:54
Post: #9
RE: True Stereo
Thanks for sharing this information. The convOut option is a MinimStreamer option. Are you putting this convOut= string in the MinimStreamer stream.options property?
Find all posts by this user
Quote this message in a reply
28-12-2024, 22:48
Post: #10
RE: True Stereo
Non, dans bubbleupnp server dans la configuration du lecteur.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)