Banshee 1.0 is more than an audio player (video)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Banshee 1.0 is more than an audio player (video)
# 1  
Old 07-02-2008
Banshee 1.0 is more than an audio player (video)

Wed, 02 Jul 2008 18:00:00 GMT
Banshee 1.0 is finally here, and the development team has added a truck load of new features; making it not only an audio player but a full blown media player and manager. This video discusses all of the new and improved features of version 1.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. OS X (Apple)

OSX afplay command line audio player _manual_.

Hi everyone... I don't know if this is the correct forum but it is Apple OSX specific. It is a proper pseudo-man page for the sparse official one... This is as thorough as experimentation can get... Command line afplay, August 2016. --------------------------------- afplay -h ... (0 Replies)
Discussion started by: wisecracker
0 Replies

2. Red Hat

Firefox no audio on fedora while streaming video

My apology if i'm not on the right forum to post. Hope anybody out there could help me out with this problem. i'm running firefox 3.5 on fedora, then streaming video from websites like youtube produces no audio. i have flash-plugin from adobe installed on the system here is the what i have... (1 Reply)
Discussion started by: etcpasswd
1 Replies

3. Solaris

needed help in finding a suitable video player!

Hi all, I had been using kde 3.5.8 for a while on solaris but the problem was that i was not able to use Gnome for some strange reasons... It constantly used to misbehave. (Whether it was cde-login or gdm) So i had to remove kde completely and now am left with no video or audio players . So i... (11 Replies)
Discussion started by: wrapster
11 Replies

4. Programming

Video/Audio Streaming in C?

Hi Folks, I have just joined, and have a problem... I am doing my thesis and need to transfer a file from server to the client, while doing that I want to stream the file ( the files being video/audio files). I am unable to figure out abt the streaming part...if there exist any libraries... (0 Replies)
Discussion started by: pappu
0 Replies
Login or Register to Ask a Question
OGGSPLIT(1)							   User Manuals 						       OGGSPLIT(1)

NAME
oggSplit - demultiplexes ogv files SYNOPSIS
oggSplit outfile.ogv DESCRIPTION
oggSplit demultiplexes a multiplexed ogg file into several files with one stream each. An ogg video file (with extension .ogv) usually consist of an audio and a video stream. The command line tool oggSplit disjoins these streams into seperate files. This is also often called demultiplexing. After that you have all embedded files of this input file with the following naming: theora_<ID>.ogv: This is the video stream encoded with the theora codec. The <ID> is the stream ID that is created by the encoder to uniquely identify this stream. vorbis_<ID>.oga: This is the audio stream encoded with the vorbis codec. The <ID> is the stream ID that is created by the encoder to uniquely identify this stream. unknown_<ID>.ogv: This is an unknown stream, that could not be interpreted.The <ID> is the stream ID that is created by the encoder to uniquely identify this stream. All files are fully playable with your favoured video or audio player (except the streams, that are uninterpreted). AUTHOR
Joern Seger <yorn at gmx dot net> SEE ALSO
oggCut(1), oggCat(1), oggJoin(1), oggTranscode(1), oggSlideshow(1), oggThumb(1), oggSilence(1) Linux JAN 2010 OGGSPLIT(1)