General :: Can't Watch Mp4 File / Get It To Work?

Jan 29, 2011

I have install fedora 14. since i am beginner to linux environment .
i cannot open a mp4 file through Movie player . it show a error . with a dialog box " Movie player require additional plugin to decode this file,
the following plugin require: MPEG-4 AAC decoder,H.264 decoder". although after click on search button i won't get the solution...

View 1 Replies


ADVERTISEMENT

General :: Store The Output Of Date And Watch Command To A File

Jun 15, 2011

I am trying to watch a command and try to log it into a file. I tried

watch -t -n 10 "(date '+TIME:%H:%M:%S'
; ps aux | grep "pattern" | wc -l)" >>
logfile

and am expecting a result like

TIME: 10:32:30 12
TIME: 10:32:40 18
TIME: 10:32:50 2

to be stored in logfile. However, when the logfile has unprintable characters in in. How do I get this kind of output from the command li

View 4 Replies View Related

Ubuntu :: Watch Videos On You Tube - Sometimes Don't Work

Oct 11, 2009

I'm new to linux, When i try to watch videos on you tube, or anywhere, sometimes they don't work. Or they are real choppy. It certainly didn't do that when i was running windows, I know its not the internet speed.

View 4 Replies View Related

OpenSUSE Multimedia :: Watch A .mkv File In 720p Format?

Apr 26, 2011

Ran into something weird. I was trying to watch a .mkv file in 720p format last night in VLC. Now, for about 10 minutes everything is fine and then the sound just stops. Video play is fine, but audio just cuts out. These hasn't happened with anything else other than this .mkv file. Would the fact I'm running gnome 3 using the open source drivers on my ati 5850 have anything to do with this? Or maybe something else? Anyone run into an issue like this?

View 6 Replies View Related

Software :: Mount DVD / VCD Image File And Watch It In Ubuntu?

Jul 1, 2011

In windows, software like Alcohol120% can allow you to mount *.iso video disc and watch it. In ubuntu, how to do it?

View 6 Replies View Related

CentOS 5 :: Remove Watch For File System Object At Path

Nov 5, 2010

Per the man page, to remove a watch, do the following: -W path.Remove a watch for the file system object at path.

View 3 Replies View Related

General :: Convert Batch File Into A .sh File Will Not Work

Sep 16, 2010

I am trying to convert my batch file into a .sh file and i think i have it perfect but it just will not work, so obviously not perfect. This is the code for my batch file.

[Code]....

This works perfectly on my own computer without any problems. I want to host this on my Linux VPS (CentOS 5) and need it to be converted into run.sh. This is the code for my run.sh.

[Code]....

View 9 Replies View Related

General :: Can't Watch Movies On Firefox On Red Hat 5.5

Mar 14, 2011

I allready installed adobe flash player but still can't watch movies on firefox on red hat 5.5,

View 3 Replies View Related

General :: What Is The Windows Analog Of The Watch Command

Sep 21, 2010

I'm looking for a Windows program/script/command line function that works like Linux's watch program. watch periodically calls another program/whatever and shows the result, which is great for refreshing an output file or similar every second: watch cat my-output.txt or, more powerfully: watch grep "fail" my-output.txt I've looked for it in cygwin's library, but it doesn't seem to be present.

View 3 Replies View Related

General :: Escape Characters In Watch Command

Oct 20, 2009

Need little advice running this command.
watch -d 'ps aux | awk '{print $4" "$11}' | sort | uniq -c | awk '{print $2" "$1" "$3}' | sort -nr | head'

I get this error message from AWK. awk: cmd. line:1:
{print awk: cmd. line:1: ^ unexpected newline or end of string

I have tried all the usual by trying to escape the single and double quotes in the command but same result. The end result should be the a listing of memory hungry processes that are scanned every 2 seconds (watch default value).

View 2 Replies View Related

General :: Downloading On Xandros Using Eee Pc - Can't Watch A Lot Of Videos

Feb 11, 2010

how to download anything on my eee pc. I can't watch a lot of videos because i have the old flash player.

View 2 Replies View Related

General :: Watch Dog Script To Monitor Remote Pc?

May 26, 2011

i need a watch dog script on my Linux machine to monitor a PC with windows operating system every 5 minute, and to wake it up if that PC is off.

View 1 Replies View Related

General :: Bash Watch Command With Colors Preserved?

Mar 29, 2010

From man watch: Non-printing characters are stripped from program output. Use "cat -v" as part of the command pipeline if you want to see them. So how do I use cat -v if I want to see the colored output from:watch ls -al --color

View 3 Replies View Related

General :: Watch Flash Video But Block Out Part Of It?

Jun 7, 2010

I'm learning a foreign language. There are several online sites that have Flash video in the language I'm learning (e.g., Hulu), which is great. Unfortunately, they have English subtitles, which is (depending on who you ask) somewhere between "annoying" and "actively harmful to my learning".When I'm watching them in a window, I can just move them near the bottom of the screen, or put another window over them. That's awkward, but it kind of works.But I'd like to watch them full-screen, on my TV set. Full-screen Flash doesn't let me put any window on top of it.Is there a way to watch an online Flash video but block out part of it?

View 3 Replies View Related

General :: Zoneminder Keeps Hanging Up , Iceweasel // Localhost/zm Watch?

Jul 26, 2011

I'm running a Debian installation from which I installed zomeminder using Synaptic Package manager. I fixed several issues with deprecated functions and other miscellaneous stuff. Finally have it working fairly well.However, not quite....zoneminder keeps hanging up as a review the captures in iceweasel. I click on the id field in the table and the event view shows up. After I review several, clicking the delete button on each to move forward Iceweasel hang up with the pinwheel spinning. If I completely close out iceweasel I can then start reviewing again.The following error message appears in the apache2/error.log.

[Tue Jul 26 18:59:36 2011] [error] [client 127.0.0.1] socket_sendto( /tmp/zms-644018s.sock ) failed: No such file or directory, referer: http://localhost/zm/?view=watch&mid=1
[Tue Jul 26 18:59:36 2011] [error] [client 127.0.0.1] array (

[code]....

View 4 Replies View Related

General :: Enabled Directory Browsing And Could Watch Files In The Browser On PS3?

Sep 22, 2010

Not sure if this was the right place to post this. Recently installed Ubuntu Netbook remix on my netbook. On Windows I used IIS and pointed my website to a directory full of video files all in .avi containers, enabled directory browsing and could watch files in the browser on my PS3.

I'm wondering how I go about doing this in Apache? Since there isn't any GUI to do it for me like in IIS :P.

View 11 Replies View Related

General :: Creating Watch On One Directory In Which Files Are Continuously Coming?

May 4, 2010

Actuaaly i am creating watch on one directory in which files are continuously coming.Is there any command which can give listing of all files who have come in last 24 hrs.

View 8 Replies View Related

General :: 'watch' A Command Including Both Of Single And Double Quote?

Aug 12, 2010

I want to watch a number of processes in "D" status repeatedly with following command:Code:# watch -n 1 'top -b -n 1 | awk '{if ($8 == "D") {print; count++} } END {print count}''but it didn't work. I also tried with double quote. Can I use 'watch' command is this case?PS: I know 'while' and 'sleep' can do the same but it is dirty workaround.

View 2 Replies View Related

General :: Can Gunzip Work On File Without A Suffix

Jun 14, 2011

Is there a way to gunzip a file that isn't ending with a .zip even though I know for a fact the file is indeed a zip?

View 2 Replies View Related

General :: Freevo/mplayer: Hide The Mouse Cursor In The Middle Of The Screen While Watch?

Jan 5, 2010

It is bit unconvenient to see the mouse cursor while watching a movie. Is there some sort of removal of it?

here is my config:

Code:

.mplayer$ cat config
# Write your default config options here!
zoom=1
fontconfig = "1"
font = "dejavu sans"

[Code]...

View 2 Replies View Related

General :: Copy File Or Directory - Didn't Work ?

Mar 3, 2011

What is the correct way to copy a file or directory to another directory? In the past I was able to use press the mouse left and right button, it didn't work all the time hard to press the two buttons at the same time. With the Fedora 14 it does not work at all.

View 3 Replies View Related

General :: Mention List Of Services In The Same File And Still Make The Script Work?

Jan 26, 2010

I have a script from which i want to disable unwanted services. I wanted to have the list of unwanted services in the same script file. I tried the following, but it is not working...How do I mention list of services in the same file and still make the script work ?

Code:
#/bin/bash
#List of services, modify list between SERVICES tag
service_list=$(cat <<SERVICES
acpid
apmd
avahi-daemon

[Code]...

View 1 Replies View Related

General :: Get The Sff_extract Download To Work In Mira Ie Copy File From Bin To User Dir?

Aug 18, 2010

[admin@ty10063-per ~]$ cd Desktop
[admin@ty10063-per Desktop]$ ls
chevreux_thesis_MIRA.pdf
flower
HKI_B_TCMID15_080410.fasta
HKI_B_TCMID15_080410.qual
code....

View 1 Replies View Related

General :: GUI File Manager For Ssh/linux With A Shell - WinSCP Doesnt Work As It Locks Up?

Jul 9, 2010

I am using a server where i need to login twice. The first time i login as my boxname and pass. The 2nd login is 'root' so i can access the content of the box (i dont understand it but that hasnt stopped me from using it as normal).Now i like a GUI so i can browse files easier and drag and drop multiple files instead of using the command line. WinSCP doesnt work as it locks up. I suspect its because there is a prompt to log in again.

What can i use to drag & drop files?

View 3 Replies View Related

General :: Why Can I Watch It With Gnome-mplayer But Not With Mplayer?

Mar 3, 2011

This should be a very elementary question. I have a URL like http://SERVERNAME/file.wmv. When I enter it in "Open Location" in gnome-mpLayer it connects to the server and plays the stream. But when I run

mplayer "URL"

in the terminal I get a crazy endless loop of

Playing URL.
Resolving SERVERNAME for AF_INET6...
Couldn't resolve name for AF_INET6: SERVERNAME
Resolving SERVERNAME for AF_INET...
Connecting to server SERVERNAME[xxx.xx.xxx.xx]: 80...
Cache size set to 320 KBytes

I think my usage of mplayer in the terminal is correct, since I can watch other URL's.It's only this specific one that doesn't work (I am not authorized to write the URL because they want it to be private.So my question is: Does anyone know why I get this loop? Or is it possible to see how mplayer is called by gnome-mplayer and what output messages it generates?I use gnome-mplayer 0.9.9.2 and mplayer 1.0rc4-4.4.5 on Ubuntu 10.10.

View 1 Replies View Related

Fedora :: Rpm To Watch Dvd In F13?

Feb 9, 2011

do we have everything we need in the fedora rpm to watch dvd in F13?

View 10 Replies View Related

Software :: Cannot Watch Avi Videos

Feb 12, 2010

I cannot see any avi videos with vlc I can just hear the sound of them but, the odd part is that with totem I can see them perfectly. Can any one explain me what I am doing wrong? I got Debian Lenny Stable with Xfce4 Desktop enviroment. I tried to install ubuntu restricted extras and also I tried to install the following codecs:

sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-ffmpeg gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-pitfdll libxine-main1 libxine-extracodecs libquicktime0 libdvdread3

But, the problem is that the codecs named bad and ugly apt cannot find.I got installed divx and xvid codec and also w32codecs.

View 4 Replies View Related

General :: SMP Kernel Would Work With Single Processor / Work With Multiple Processors System?

Feb 10, 2010

If I have SMP kernel would it work with single processor or only work with multiple processors system?

View 6 Replies View Related

General :: Mail() Function Doesn't Work With HOTMAIL But Its Work With Others?

Apr 27, 2011

i have tried mail function in php to send email from the local host its work for yahoo but not with HOTMAIL whay ! actually i tried to figure it out,

View 1 Replies View Related

Debian :: Can't Watch Flash On Epiphany

Sep 8, 2010

How do I get flash to work on Epiphany?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved