Hi,

On Fri, Jul 20, 2012 at 9:00 PM, q9c9p <[email protected]> wrote:
> Still I have a problem with theora files, is it possible to use a
> playlist of videos but to use only the audio? I've tried "drop_video"
> without success.

It is possible, and there are two possibilities.

If you use drop_video, the video will be decoded and dropped. I just
tested here (with a simple output.ao(drop_video(single("some.ogg"))))
it works fine. I don't what could be wrong for you, I wonder if it
could be related to a stereo/mono issue.

The other option is to just do nothing: when asked for audio, the ogg
decoder will ignore theora tracks. This saves the cost of decoding the
video stream, and will probably also be simpler with respect to using
things such as audio_to_stereo.

HTH
-- 
David

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to