Capturing videos from an external device, such as a camcorder.
Questions tagged [video-capture]
139 questions
32
votes
3 answers
Where does the Camera app save videos?
When a video is recorded in Camera, where is it saved to?
I can't find them in the Videos or Pictures folders. They're not in the Public folders either.
They don't even show up in the Windows Store App, Videos.
Louis Waweru
- 25,409
- 45
- 137
- 203
19
votes
12 answers
What is the safest and least expensive way to store 10 terabytes of data?
I'm a member of a production company and we're preparing for our first feature film. We've been discussing methods of data storage to keep all of our original content safe (for as long as possible). While we understand data is never 100% safe, we'd…
Josh T
- 291
11
votes
6 answers
Tool to fix video that's out of sync with audio?
I'm looking for (preferably free) software for Windows 7 that will allow me to fix an AVI file that has audio out of sync with the video. I tried with Windows Live Movie Maker and VirtualDub and couldn't find out how to do it (if at all possible) on…
Javier
- 3,935
9
votes
1 answer
Screen Casting using ffmpeg (too fast)
I can use ffmpeg to make screen casts:
ffmpeg -f x11grab -s 1280x800 -i :0.0 -c:v libx264 -framerate 30 -r 30 -crf 18 out.mkv
However the output comes out to be too fast paced. It also happens with GTK RecordMyDesktop if I enable the encode on the…
rowman
- 335
9
votes
3 answers
Piping video device over SSH or tcptunnel?
I want to attach an analog camera to an old linux computer and directly pipe the /dev/video0 to another computer, where I can use it as a device again (so /dev/video0 should go to /dev/remote0, for example)
(Reason for doing this is that the…
Jelle De Loecker
- 882
8
votes
2 answers
Processing YouTube video in ffmpeg
I'm using ffmpeg for taking screenshots from video. Is it possible to take screenshots from YouTube video without downloading video to hard drive?
Matt
- 185
7
votes
1 answer
FFmpeg streaming: problems with device name
I'm trying to stream web camera and microphone in Windows using FFmpeg. First, I get my devices names (to specify -i parameter in streaming command) using a command like this:
ffmpeg -list_devices true -f dshow -i dummy
The problem is in wrong…
JustLogin
- 233
6
votes
3 answers
3–RCA-to-USB Cable?
Does anyone know what these RCA-to-USB cables are/do? There doesn’t seem to be any electronics in the cable like an EasyCap, so I can only assume that the RCA connectors are directly connected to the USB pins. I suppose that it could be used for A/V…
Synetech
- 69,547
6
votes
5 answers
windows 7 best screen capture (video maker) software?
I hope you guys using best screen capture s/w so you can suggest me and open source is almost welcome.
Gobi
- 69
5
votes
3 answers
Command line tool to capture webcam video in Windows Xp
I want to know how to capture webcam video and dump the raw as well as an encoded version using ffmpeg. I want only the video stream. I'm on Windows xp.
iceman
- 2,510
5
votes
1 answer
What's the simplest free (or cheap) software to remove unwanted motion in video footage?
I used a program 7 or 8 years ago, that stabilized a video by letting you select a part of the footage that was not supposed to move (like, a sign on a building, or a picture frame on the wall, etc). I remember that the cost was $100, I didn't buy…
Alex R
- 1,862
5
votes
3 answers
Can you reccomend a screen capture application with audio?
I will soon be attending a web course.
Is there any application that can record the video and audio being outputted to my screen?
My goal is to record the class so I can watch it later.
Windows platforms preferred.
CT.
- 2,809
4
votes
1 answer
How to acquire a low latency realtime HD video image?
TL;DR: What setup would enable a Laptop or ARM based mobile system to access high res video images in realtime?
For computer vision development, I need to acquire feasable high resolution video images.
However, it seems the capturing technology…
dronus
- 1,978
4
votes
1 answer
Capturing Silverlight streaming
Does anybody know if there is an effective way to catch the streamed output of Silverlight and saving it to the Hard disk (in any format) without using screen capturing tools?
Overflow
- 245
4
votes
1 answer
When encoding a video, is there a way to know the resulting file size in advance?
Is there a way to know how large your resulting file size will be before your video is finished encoding?
BTW: I am using Microsoft Expression Encoder.
jboy12
- 649