Audio Selection Implementation

Got an idea? Missing something? Post your feature request here.
Ricky1252
Contributor
Contributor
Posts: 12
Joined: 18 Mar 2013, 01:13
Has thanked: 4 times
Been thanked: 7 times

Audio Selection Implementation

Unread post by Ricky1252 »

Im currently working on a way to change input selected for audio stream, however my skills in java are limited. This prob wont be something used for everyone cuz there isnt a way (or at least a way I can see) to detect actual audio streams. However if a drop down box for select options 0:1 (default), 0:2, and 0:3 were an option changing audio stream within subsonic will be made possible.

Heres my ideal -

Code: Select all

ffmpeg -ss %o -i %s -map 0:0 -map %m -async 1 -b %bk -s %wx%h -ar 44100 -ac 2 -v 0 -f flv -vcodec libx264 -preset superfast -threads 0 -
%m being the option 0:1 0:2 0:3 alternatively, make option 1, 2, 3 and just make the 2nt map 0:%m should work.

The down side though of course no detection will mean for a stream with only one audio source will generate an error if moved to a different stream.


Ill keep working towards this in hopes of success, but if anyone can help with java that would be great =]
Post Reply