Tagged Questions
2
votes
0answers
83 views
How to route one video device to multiple programs
I'd like to direct the output of a single capture card (Hauppauge PVR-150) to two programs: VLC (for streaming on LAN) and MythTV for scheduled recording. I think it's possible to do this with the ...
4
votes
1answer
116 views
Speed up playback rate of online videos in web browser on Debian Linux
Windows and Mac users have Enounce MySpeed to assist with increasing playback speed of online videos. What options do I have for increasing playback rate of online videos in Google Chrome on Debian ...
5
votes
2answers
1k views
Trouble getting VLC to record from the webcam via command line
my ~/.bashrc contains the following function
webcamrecord () {
vlc v4l2:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/audio2" :v4l-norm=3 :v4l-frequency=-1 :v4l-caching=300 :v4l-chroma="" ...
3
votes
1answer
561 views
Why is vlc not syncing audio and video correctly?
max@linux-vwzy:~> vlc --version
VLC media player 1.1.11 The Luggage (revision exported)
VLC version 1.1.11 The Luggage (exported)
Compiled by abuild on messiah (Aug 17 2011 15:23:16)
Compiler: gcc ...
1
vote
1answer
797 views
Movie player for “acps” format .mov video in Linux?
I have been send and asked to review a number of video clips that came with the .mov extension.
The video clips open fine in Apple's Quicktime 7 and Quicktime X movie player. However, when I tried to ...
7
votes
4answers
647 views
Video playlists with start and end times
Is there a good GUI-application (for example an mplayer GUI or something like banshee) for linux which allows to make and edit playlists (for video files) with different starting and stopping times ...
2
votes
3answers
1k views
Video player that uses multiple CPU/GPU cores in Linux?
I've got a relative with a four-cour AMD Phenom II 3.0 gHz CPU (can't remember exact specs) and ATI 5750 1GB graphics card, running Ubuntu 10.04.
Right now I am aware of VLC and Mplayer for playing ...
4
votes
3answers
877 views
Transcoding MJPEG Stream to FLV or MP4
I want to transcode MJPEG stream that comes from IP camera (http://xx.yy.zz.tt:8080/video.cgi) to FLV or MP4 stream under Linux OS so that users can play the file using a web based Flash player such ...