Software :: Skip/jump To A "particular Place" Or "specified Time/second" In Mplayer?

Apr 19, 2010

how do I skip to a particular second/frame *while* watching a video in mplayer?

View 3 Replies


ADVERTISEMENT

Programming :: Making The Mplayer To Skip Some Files?

Jun 6, 2010

GNU/Linux kernel 2.6, Slackware 12.0
MPlayer 1.0rc2-4.1.2
GNU Bash 3.1.17

I've got a set of MP3 files on dir .../foo/ and I want mplayer to play them sequencely but skipping some of them. If I run 'mplayer *' this will do but ofcourse won't skip any files. I think a shell script could be written to do that. It would be something like this (using some pseudocode):

#!/bin/bash
#After an example from Intro_Linux by M. Garret.
LIST=$(ls *.mp3)

[code]....

View 3 Replies View Related

Ubuntu Multimedia :: How To Skip Forward/backwards With Mplayer

Apr 9, 2010

when watching a movie in browser (ff/chrome) or using mplayer to replace flash on ..... for instance, i cannot skip around the video i'm watching...

- is there a way to be able to skip forward/backwards with mplayer?

- is there a way to replace mplayer with another program that will allow me to skip?

View 4 Replies View Related

Ubuntu :: Assign MPlayer To Its Rightful Place "Sound And Video"?

Apr 4, 2011

I somehow lost my "documents" file. I had written a letter on OpenOffice and then went to file it in my documents file. I clicked on "places" then on "documents" and what came up was my recently installed MPlayer unit! This is crazy! So how do I recover my "documents" folder and how can I assign MPlayer to its rightful place "Sound and Video"?

View 1 Replies View Related

Ubuntu :: Measure Time Needed To Copy A File From One Place To Another?

Apr 24, 2010

I was wondering if you could help me how to measure the time needed for Ubuntu to copy a file from one place to another.

View 2 Replies View Related

General :: Time Bar In Mplayer Frontend?

May 28, 2011

The thing I like about mplayer is navigation in video at steps of 10s,1m or 10m. There are so many GUI's available yet I have not seen any in which our cursor hovers over slide to see time at that position. Like .....'s flash player allows you to go at any desired time in video.I think if the skin knows the length of video then it can divide length of slide timewise .

View 2 Replies View Related

Ubuntu :: Using Mplayer To Speak Time Every Hour But Prevent Sending Of Mail

Jul 2, 2011

How do I prevent mplayer from sending e-mail by the time mplayer plays the wave file that speaks the time?

Here is the script I use to speak time. I use my natural voice to record like this:

Code:

Last, but not least, I wrote the script:

Code:

Note that I've commented out /bin/cat as a bandage solution to delete mail after mplayer plays the file. I said "bandage solution" because if I have grayson@ubuntu-server forward mail to my e-mail account through SMTP relay, I'm going to be seeing the e-mail messages sent every hour and I need to stop this from happening in the first place.

Example of the mail I've been getting in /var/mail/grayson:

Code:

View 1 Replies View Related

Slackware :: Install Gnome Mplayer And Later Mplayer Codecs?

Apr 11, 2010

I am trying to install gnome mplayer and later mplayer codecs.script run

Code:
root@zorro:/home/siawacsh/Downloads/MPlayer/mplayer/slackbuild/gnome-mplayer# ./gnome-mplayer.SlackBuild
gnome-mplayer-0.9.8/

[code]....

View 16 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

General :: When Using Grep From VIM, How To Jump To Results

Feb 22, 2011

When using the grep plugin to VIM, I can search the current directory for all occurrences of a string within a set of files, like this::grep Ryan *.txtThis outputs something like this:

file1.txt:3:Ryan was here
file2.txt:10:Ryan likes VIM
file3.txt:5:superuser.com is a fav of Ryan

[code]....

View 1 Replies View Related

Ubuntu :: Running 10.10 From A Jump Drive?

Dec 17, 2010

I have an old acer aspire one that the hard drive has been cooked. the computers fine other then that, so what I'm trying to do is run it using 10.10 net book installed(not installer but actually installed) on a usb drive. I've created the installer on another jump drive and installed it onto the 8 gig using the aspire. everything goes fine, it tell me to reboot so i do and all i get is a black screen with the curser.It responds to nothing and never moves.

View 9 Replies View Related

General :: Making The Jump From XP Pro To Ubuntu 10.04?

May 6, 2010

I just finished making a clone image on my XP Pro HD and am now ready to install Ubuntu 10.04. Are there any scripts available that will install software that will add more functionality to my new Ubuntu installation? I installed 10.04 on a Dell Desktop circa 2003 with an 80GB HD and 512MB of RAM. Looking forward to using it!! Is this latest Ubuntu release better than XP Pro overall?

View 5 Replies View Related

General :: NTP Clock Jump One Hour At 12:00 AM?

May 20, 2011

Yesterday I configured an NTP Server, and synched a sever with my NTP Server. Now some how my Client clock jumped one hour ahead at 12:00 AM, while HW Clock and NTP Server Clock remained.

Code:
cat /etc/sysconfig/clock
# The ZONE parameter is only evaluated by system-config-date.
# The timezone of the system is defined by the contents of /etc/localtime.
ZONE="Asia/Karachi"

[Code]....

View 2 Replies View Related

Ubuntu :: VDPAU Slow And Jump In Maverick?

Oct 23, 2010

I recently upgraded to Maverick. I did a clean install on my system. I am running NVIDIA drivers from the X-Swat repo. Whenever I try to play a mkv file using Gnome Mplayer it is very jumpy and laggy. VLC, using it's new hardware acceleration, won't even display video, though it does output the audio. I experienced none of these problems with my 10.04 setup. I am unsure if it is a player bug, a driver bug or something with the VDPAU library itself.

View 9 Replies View Related

Slackware :: Get Jump And Scan Option For Xterm?

Jan 21, 2010

xterm is scanning lines one by one.It takes time.I did jumpScroll: true ,but it results same. But rxvt is better comparing this. Where would i get the global configuration file for rxvt and xterm?

View 1 Replies View Related

Ubuntu Installation :: Bootloader Installed On Jump Drive?

Mar 30, 2010

I just finished installing lucid lynx netbook to my jump drive (full install) to save room on my hard drive. It's working fine except the bootloader was installed to the jump drive as well, meaning I can't boot my computer without the jump drive. Is there any way to correct it so that the computer boot from the hard drive while keeping my install on the jump drive?

View 2 Replies View Related

Ubuntu Servers :: Jump Start A Server's Networking?

May 1, 2010

My desktop server serves up files via a number of protocols and I connect to it via SSH and Avahi. Today I tried connecting to it via SSH, but it timed out. I was able to ping it, and a port scan reveals all the ports I have open on the network. THe problem is that I can't connect via SSH, HTTP, AFP, SMB or any other protocol I have established.Is there a way to jump start a system in a situation like mine? I have a 6 month uptime going, but I'm taking it down soon for some hardware upgrades, so a hard restart is not out of the question, but I'd rather not. I also reset the router without a solution.

View 5 Replies View Related

Ubuntu :: Download / Upload Programs With A Jump Drive?

Nov 18, 2010

This may be impossibly easy or easily impossible, but I'm looking for a step by step guide to download an entire program onto a jump drive, then to drop that program onto another computer.

View 2 Replies View Related

Ubuntu Installation :: Windows Appear Off Screen And Jump When Clicked

Dec 1, 2010

I have been running Ubuntu desktop on my Acer Aspire One AOA150-1635 for over a year now in one form or another. I originally dual booted XP and Ubuntu Netbook Remix but decided against the remix when I did a clean install (over a year ago). All the issues I had then were the same issues others were having and have been fixed for a long time. I just recently upgraded to 10.10. I am unsure if this problem was present prior to the upgrade and I just hadn't run across it yet. I am also getting ready to upgrade my desktop and am afraid I will have the same issues.

It seems that certain windows don't fit on this desktop. For instance when I open Compiz config settings manager the bottom of the window is below the screen. When I try to click an option the window jumps and the same thing happens to the top. I can also click anywhere on the window to make this happen. I have included a couple pictures (taken with my camera please forgive the quality) to show you exactly what it is doing. It is getting rather annoying when I try to open one thing and the other right above or below it opens instead. I have to place my pointer in the spot where the item I am selecting will be after it jumps in order to open what I mean to open. When I right click it gives me options as if I was right clicking on the desktop background. The other issue which seems to be related is not being able to get to certain parts of longer windows such as Gnome color chooser. It seems to run off screen as well.

View 4 Replies View Related

Server :: Trying To Build A Ssh Jumpbox - Allow To Jump To A Private Ip Scheme

Jun 12, 2010

i am trying to build a server that will allow us to jump to a private ip scheme. GB1 65.20.x.x gb2 1.1.x.x if i ssh to the 65.24 ip and configure gb2 i lose access to the server completely. am i missing a route somewhere? BTW this is ubuntu server 10.04

View 5 Replies View Related

OpenSUSE :: Can't Save My Datas To Jump Drive - Exterior USB / Sort It?

May 11, 2011

I could not save all of my OpenOffice document .odt files to exterior USB drive. I am using openSUSE 10.2 that runs well with my old Toshiba Satellite laptop on KDE. I did tried almost everything in it but could not.

View 3 Replies View Related

Ubuntu Multimedia :: Can't Watch Heavy Mkv Files Coz They Jump During The Playback?

Jun 23, 2010

I upgrade mi connection between my PC to my TV, from VGA to HDMI, now I can't watch heavy mkv files coz they jump during the playback, I cant watch MD content on ..... coz the video keeps loading from time to time even if the video is fully loaded,resuming, crappy - not fluid. I tried changing resolutions and refresh rate between 1280 x 720 and 1920 x 1080 but nothing. Do I need to change my video card to be able to see 1080p media at 1920 x 1080 res in my ubuntu?

description: Desktop Computer
product: MS-7280
vendor: MSI
version: 1.0
serial: To Be Filled By O.E.M.

[Code]...

View 1 Replies View Related

Ubuntu :: Keyboard - Typing In An Application, The Cursor Will Jump Up And Over A Few Lines

May 12, 2011

I am running Ubuntu 11.04 on a DELL Latitude E6510 (bios A07). I am experiencing an annoying problem: It has this weird keyboard issue where whenever I am typing in an application, the cursor will jump up and over a few lines. The problem also happened under Ubuntu 10.04 and 10.10 and under bios A03.

View 6 Replies View Related

Ubuntu Multimedia :: Make VLC Jump Forward Or Back Using The Mouse Wheel?

Jan 15, 2010

How do i make VLC jump forward or back using the mouse wheel regardless of where i have the mouse cursor in the window? I went to preferences and changed the hotkey to 'short forward jump' to mouse wheel forward, but nothing seems to happen when i press the forward button.

View 2 Replies View Related

Ubuntu Installation :: Won't Install On Laptop - Toshiba Can't Boot From Jump Drive

May 8, 2010

I have a new laptop that I can install ubuntu on without hassle using a cd. I wanted to put it on my older Toshiba laptop (2003) for my little cousin to use to get on the internet and play games. When I boot from the CD the ubuntu logo comes up runs. It ask me my language then goes to the screen where I can choose "Try Ubuntu without installing it" "Install Ubuntu Now" etc. Ive tried clicking both install and try both launch the ubuntu logo it runs for about 4 min and then hangs on a black screen. I know it isn't the cd because I can use it on any other computer and it works. This Toshiba cannot boot from a jump drive though so that choice is out.

View 3 Replies View Related

Ubuntu :: Chown And Skip Dot And Dot-dot?

Mar 5, 2011

I issued chown '-hR <user>:<group> *' on a directory. chown also change dot and dot-dot in cwd and all subirectories. How do I go about recursively changing ownership without changing dot and dot-dot?

View 2 Replies View Related

Programming :: How To Skip Getchar In C

Oct 1, 2010

I would like to read an input from keyboard using getchar. However, if no input (No Carriage return/new line none whatsoever) is given after say, 5 seconds, I would like to skip the getchar and move on. How do I do this in C. I'm using GNU compiler set.

View 6 Replies View Related

Ubuntu :: Audio Files Skip Every Now And Then

Jul 6, 2011

Strange problem from a couple of months, Audio files skip every now and then. Sounds like buffering issue. MP3, Wav etc. all skip on VLC, Qamp etc, once in a minute or two, its quite random. i thought there was CPU spikes or something by some program i installed. I checked the system monitor and found no unusual spikes in the CPU... so i am thinking this must be the audio buffers. Can i set the buffers for the for the driver or something? my machine is: Dell Inspiron Mini netbook Ubutu lucid 10.04, 2bg RAM, 260GB HDD

View 1 Replies View Related

Programming :: C- How To Skip Dirs That Are Mounted Twice

Aug 27, 2010

I need to list a directory recursively but I want to skip subdirs that were already mounted. There are 2 cases:

a) a filesystem was mounted twice, like in this example:

- "/dev/sda2" was mounted on "/mnt/mnt_point1"
- "/dev/sda2" was mounted on "/mnt/mnt_point2"

I want to list "/mnt" but descend only in "/mnt/mnt_point1"

b) part of the file hierarchy was remounted somewhere else, with "mount --bind":

- "mount --bind /home/user/tmp/test /home/user/tmp/mounted_test"

I want to list "/home/user/tmp" but descend only in "test" "statfs" and "statvfs" don't offer any information to discern if a dir was mounted twice. One solution would be to read "/etc/mtab" (as "find" command does it) and perform some checks, but I think that this is pretty expensive (one has to read /etc/mtab every time one encounters a dir; if this file is read only when program starts, a mount could occur in between reads, so that the program will be inaccurate). Another solution would be to filter kernel events (via libudev or Netlink) and do this reading of /etc/mtab only when a MOUNT event was issued.

View 1 Replies View Related

Fedora :: How To Skip Package Install Using Yum Update

Apr 3, 2010

My question is: How to skip the installation of a package when using yum update from the command line? i.e., How would one update a system from command line and skip/not update kernel?

View 4 Replies View Related







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