Sponsored Content
Top Forums Shell Programming and Scripting [Video stream] network stream recording with mplayer Post 302410473 by takeo.kikuta on Tuesday 6th of April 2010 06:03:44 AM
Old 04-06-2010
[Video stream] network stream recording with mplayer

Hi
I used this command:
Code:
mplayer http://host/axis-cgi/mjpg/video.cgi -user root -passwd root \
 -cache 1024 -fps 25.0 -nosound -vc ffh264 \
-demuxer 3 -dumpstream -dumpfile output.avi

It's ok but...
Video Playing is very fast! Why? Is it a synch problem?
What parameter I have to use for setting video bitrate with mplayer?
Thanks
 

9 More Discussions You Might Find Interesting

1. Programming

stream output??

Hi all, I've a structure let's say typdef struct a { int a; int b; char* string} b; I need to make the function smth like readdir(), returning everytime it's called pointer to the next structure. Let's say functions would read the next file in the directory and all the permitions put it in... (2 Replies)
Discussion started by: solvman
2 Replies

2. UNIX for Dummies Questions & Answers

Stream MP3s

What is a good and easy to set up program on Unix FreeBSD for playing streaming MP3s. Where can I get it and how do I install it? This is FreeBSD 4.3. Thanx. (2 Replies)
Discussion started by: ByondF1
2 Replies

3. IP Networking

TCP stream rebuild

If you have used snort to build a folder list of computers IP and their packets is there a tcp stream follow application that can be used to re-build the packets? Like ethereal? (1 Reply)
Discussion started by: macdonto
1 Replies

4. Programming

File I/O Stream

Hi All, I am trying to read data from two files and then compare them and only print the records on the screen that have a same ID.i.e TAGNO =CUSTOMERNO For Eg My Input Files are (a) Transaction (b) Customer detail The data in file a is like: TagNo Date Time Station... (0 Replies)
Discussion started by: rooh
0 Replies

5. UNIX for Advanced & Expert Users

the stream edditor

:D i have searched through several sites on google for a match up for sed that would go indepth into the workings of this interactive edditor.. I use it every day and it is the edditor of my choice so i know a few tricks but would very much like to get into the more complex uses of sed.. all the... (2 Replies)
Discussion started by: moxxx68
2 Replies

6. Shell Programming and Scripting

Using Awk for stream log

Hi Master, I've log in here then try parsing log become : 3GPP-IMSI,Calling-Station-Id 528111500111614,6738790448 528111500068173,6738769831 ..... it is possible to use awk? cause i 've try awk ' /\Accounting\ /{f=1} f && /\3GPP-IMSI \:\ String Value\ /{imsi=$4} f &&... (1 Reply)
Discussion started by: bowbowz
1 Replies

7. Ubuntu

Stream video

Hello, I have Ubuntu 64 bit 9.04 install dual boot I can't see stream videos through Opera I couldnt see it in Firefox did this: "sudo apt-get install ubuntu-restricted-extras flashplugin-nonfree" Now I can see it in firefox but not in Opera Should not care and just use just Firefox. thanks (0 Replies)
Discussion started by: Pitroadrush
0 Replies

8. UNIX for Dummies Questions & Answers

Get the last value in the input stream

Hello Everyone, The situation is: $ alias rm="sh abc.sh" #abc.sh: read input echo "The input was: " $input $ rm xyz.txt should return "The input was: xyz.txt" Here, I want the alias "rm" to execute the file "abc.sh", where "abc.sh" should take "xyz.txt"... (1 Reply)
Discussion started by: qasim
1 Replies

9. IP Networking

Can i stream videos, music ower network?

Hello, i have an Ubuntu 12.04 with LXDE desktop + i have command line CentOS linux backup server with my movies and music on it i want to achieve this: easilly play (stream) videos and music from my backup server while working on my Ubuntu LXDE desktop. How to achieve it and is that... (1 Reply)
Discussion started by: postcd
1 Replies
lives(1)						      General Commands Manual							  lives(1)

NAME
LiVES - LiVES is a Video Editing System SYNOPSIS
lives <video_file> <start_time> <frames> [ -help ] [ -version ] [ -set setname | -noset ] [ -nogui ] [ -aplayer ap ] [ -jackopts opts ] [ -norecover | -recover ] [ -oscstart port | -nooscstart ] [ -devicemap mapfile ] DESCRIPTION
This manual page documents briefly the lives command. LiVES lets you start editing and making video right away, without having to worry about formats, frame sizes, or framerates. LiVES will let you start creating your own tools, utilities and effects via the built in RFX builder. OPTIONS
-help Show all commandline options and exit -version Print the version, copyright and licensing details, and exit -set setname Start up lives and autoload set setname -noset Do not load any set on startup -nogui Do not show the GUI (experimental) -aplayer ap Start with selected audio player. ap can be mplayer, sox or jack. Note: This sets the audio player permanently. You can change it in preferences. -jackopts opts opts is a bitmap of jack startup options [1 = jack transport client, 2 = jack transport master, 4 = start jack transport server, 8 = pause audio when video paused, 16 = start jack audio server] Note: jackopts are temporary, only for this instance. You need to set them in Preferences if you want to make permanent changes. -norecover Force no loading of crash recovery -recover Force loading of crash recovery (if present) -oscstart port Start OSC listener on UDP port port if LiVES is compiled with OSC support -nooscstart Do not start OSC listener -devicemap mapfile Load in device mapping file mapfile at startup SEE ALSO
mplayer(1), ImageMagick(1), ffmpeg(1). AUTHOR
lives was written by Gabriel "Salsaman" Finch. This manual page was originally written by Gurkan Sengun <gurkan@phys.ethz.ch>, for the Debian project (but may be used by others). This man page has been updated by Gabriel "Salsaman" Finch <salsaman@xs4all.nl> and Harry Rickards <harry@linux.com> November 12, 2007 lives(1)
All times are GMT -4. The time now is 01:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy