VLC goes to nine point two


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News VLC goes to nine point two
# 1  
Old 09-26-2008
VLC goes to nine point two

09-26-2008 11:00 AM
Sometimes I get the feeling that I only know about 5% of what VLC can do. Everyone knows it's a dependable, free, cross-platform media player. But read through the release notes for the latest version, 0.9.2, and you will see a dizzying array of server, network streaming, and conversion functions, most of which I have never even touched -- and the new VLC exposes a lot more of that functionality.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to create a new mount point with 600GB and add 350 GBexisting mount point? IN AIX

How to create a new mount point with 600GB and add 350 GBexisting mount point Best if there step that i can follow or execute before i mount or add diskspace IN AIX Thanks (2 Replies)
Discussion started by: Thilagarajan
2 Replies

2. UNIX and Linux Applications

vlc log linux

I was reading these 2 links about vlc log files. Where is the VLC Log file? - Ubuntu Forums logging - how to get vlc logs? - Stack Overflow Is there a reason why this doesn't work? VLC -> Tools -> Preferences -> Select "ALL" -> Advanced -> Logging I created the log file location and... (0 Replies)
Discussion started by: cokedude
0 Replies

3. UNIX and Linux Applications

VLC 2.0.1 rpmfusion

Does anyone know why VLC 2.0.1 is not in rpmfusion yet? VLC 2.0.1 was released over 2 months ago. VideoLAN - News (0 Replies)
Discussion started by: cokedude
0 Replies

4. Shell Programming and Scripting

How to perform a hexdump using dd from start point to end point?

hi, I would like to ask or is it possible to dump a hex using dd from starting point to end point just like the "xxd -s 512 -l 512 <bin file>" I know the redirect hexdump -C but i can't figure it out the combination options of dd. Hope someone can share their knowledge.. Thanks in... (3 Replies)
Discussion started by: jao_madn
3 Replies

5. Shell Programming and Scripting

Vlc trouble

Heya everyone I'm having trouble trying to work this out use to work but now it come up with a error. If anyone could help please :) #!/bin/bash Movies='/home/yoda/Videos' cd $Movies cvlc ls | sed -n "$((RANDOM%$(ls | wc -l)+1))p" Error yoda@ubuntu:~$ ./Movieback 02... (1 Reply)
Discussion started by: jtsmith90
1 Replies

6. Ubuntu

Vlc transparent

I'm I able to make vlc or mplayer transparent. If so how can i do it please. thanks in advance josh (0 Replies)
Discussion started by: jtsmith90
0 Replies

7. Shell Programming and Scripting

Looking for help with a script to automate VLC

Hi, New member here looking for help. This might not be a post for the 'VERY basics' section, so feel free to move it to somewhere more appropriate. I've created a script that searches my computer for video files, creates a list of these files, and selects a number of random entries to play in... (2 Replies)
Discussion started by: uncertain
2 Replies

8. Linux

VLC for red hat 9

Hai, can you please give me the link to download "vlc player" for red hat 9. I found it for Fedora but there is some problem in installation. Can you please give me the link for red hat. I shalll then download it from there !!! (3 Replies)
Discussion started by: nsharath
3 Replies

9. UNIX for Dummies Questions & Answers

Cant add skins to Vlc player.

can some one please help me here i seem to be having trouble changing Vlc's skin to WMP11 i have VLC media player 0.7.2 i downloaded the WMP11 skin from a download site i looked for vlc skin instructions and they said i should use vlc -i and put WMP11 in roots home directly well there are... (1 Reply)
Discussion started by: Meomix
1 Replies

10. UNIX for Advanced & Expert Users

Fibre connection Point to Point SUN

Anyone know of a guide or instructions for Solaris I got to configure a SBUS HBA to talk to a tape robot. I have done this on a switch but not point to point. just going HBA >>>>> TAPE Fibre simple two nodes Kie (6 Replies)
Discussion started by: kie
6 Replies
Login or Register to Ask a Question
FISH(6) 							 BSD Games Manual							   FISH(6)

NAME
fish -- play ``Go Fish'' SYNOPSIS
fish [-p] DESCRIPTION
fish is the game ``Go Fish'', a traditional children's card game. The computer deals the player and itself seven cards, and places the rest of the deck face-down (figuratively). The object of the game is to collect ``books'', or all of the members of a single rank. For example, collecting four 2's would give the player a ``book of 2's''. The options are as follows: -p Professional mode. The computer makes a random decision as to who gets to start the game, and then the computer and player take turns asking each other for cards of a specified rank. If the asked player has any cards of the requested rank, they give them up to the asking player. A player must have at least one of the cards of the rank they request in their hand. When a player asks for a rank of which the other player has no cards, the asker is told to ``Go Fish!''. Then, the asker draws a card from the non-dealt cards. If they draw the card they asked for, they con- tinue their turn, asking for more ranks from the other player. Otherwise, the other player gets a turn. When a player completes a book, either by getting cards from the other player or drawing from the deck, they set those cards aside and the rank is no longer in play. The game ends when either player no longer has any cards in their hand. The player with the most books wins. fish provides instructions as to what input it accepts. BUGS
The computer cheats only rarely. BSD
May 31, 1993 BSD