SoftwareWebcam capture or editing software recommend-me-do.

 

Press Ctrl+Enter to quickly submit your post
Quick Reply  
 
 
  
 From:  Some call me... (PSYCHO_GEEZER)  
 To:  ALL
41732.1 
Ahoy peeps, I've been using http://webcamera.io/ to record my BSL homework on.  I'm looking for a piece of software that will allow me to remove sound from the file to make the size smaller, is there something in Windows (8.1) to do this, or can anyone recommend me a free and easy to use for morons piece of software?

Also, is there a free and easy to use for morons capture program I can download where the audio is muted by default?  My webcam didn't come with a software suite or owt.

Anyone that says "google it" owes me a blowjob.

Mwuah x
0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  Some call me... (PSYCHO_GEEZER)     
41732.2 In reply to 41732.1 
VLC can do capturing and should allow you to choose codecs and mute audio.
0/0
 Reply   Quote More 

 From:  Some call me... (PSYCHO_GEEZER)  
 To:  ANT_THOMAS     
41732.3 In reply to 41732.2 
Ta, this one? http://www.videolan.org/vlc/index.html
0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  Some call me... (PSYCHO_GEEZER)     
41732.4 In reply to 41732.3 
Yep. Rather than opening a file you can capture and save to file.
0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  Some call me... (PSYCHO_GEEZER)     
41732.5 In reply to 41732.3 
https://www.vlchelp.com/how-to-record-webcam-video-using-vlc-media-player/
0/0
 Reply   Quote More 

 From:  Some call me... (PSYCHO_GEEZER)  
 To:  ANT_THOMAS     
41732.6 In reply to 41732.5 
Ta, I managed to get this to work but it doesn't show me on the screen when it's recording.  I need to see that my hands/face are in shot correctly enough to be read.
0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  Some call me... (PSYCHO_GEEZER)     
41732.7 In reply to 41732.6 
There's a box that you can tick that says "display locally". Try that.
0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  Some call me... (PSYCHO_GEEZER)     
41732.8 In reply to 41732.6 
new-file-destination.png?w=653&ssl=1
0/0
 Reply   Quote More 

 From:  Some call me... (PSYCHO_GEEZER)  
 To:  ANT_THOMAS     
41732.9 In reply to 41732.8 
Nope :(
That gives me a still shot from the moment I open the camera and only shows that 1 shot.
0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  Some call me... (PSYCHO_GEEZER)     
41732.10 In reply to 41732.9 
Same here :C

Just opening the webcam without streaming/recording works fine.
0/0
 Reply   Quote More 

 From:  Some call me... (PSYCHO_GEEZER)  
 To:  ANT_THOMAS     
41732.11 In reply to 41732.10 
Ah bugger it.  For now I have taken the file from webcamera.io and edited the sound down to 0 in Movie Maker.  It still has the sound data in it, but just saving the file again with 'recommended settings' shaves off a few MB.
0/0
 Reply   Quote More 

 From:  Lucy (X3N0PH0N)  
 To:  Some call me... (PSYCHO_GEEZER)     
41732.12 In reply to 41732.1 
Code: 
ffmpeg -i whatever.mp4 -c copy -an whatever_nosound.mp4


Pretty sure ffmpeg works the same on Windows as on Linux so that should work. Should also be very fast since it's not re-encoding, just copying without the sound. '-an' is the switch that removes the sound.

0/0
 Reply   Quote More 

 From:  Lucy (X3N0PH0N)  
 To:  Lucy (X3N0PH0N)     
41732.13 In reply to 41732.12 
Done some tests and stripping the audio is unlikely to save much space. This command will reduce the resolution down to 720 and strip the audio and use a pretty low bitrate. Should save some space. Obviously you can reduce the resolution further by changing "1280x720" to whatever you like. You can also change the bitrate by editing "-crf 30" to whatever you like. Higher crf = lower quality. (goes from 0-51 I believe).
 
Code: 
ffmpeg -i whatever.mkv -an -vcodec libx264 -crf 30 -threads 0 -s 1280x720 whatever_smaller.mkv


Needs a version of ffpmeg with x264 support. I have no idea whether the default one on Windows has this but if not you can download one that does from here: https://ffmpeg.zeranoe.com/builds/ (may as well get the static builds to keep it simple).
 
0/0
 Reply   Quote More 

 From:  Some call me... (PSYCHO_GEEZER)  
 To:  Lucy (X3N0PH0N)     
41732.14 In reply to 41732.13 
Thanks babes, I appreciate you too.  I was just getting miffed with how long it seemed to take to upload a relatively small file to dropbox, so thought I could take a minute to save some upload time.  This is definitely turning out to be harder than I thought, so I'll just work on being patient.
0/0
 Reply   Quote More 

 From:  Lucy (X3N0PH0N)  
 To:  Some call me... (PSYCHO_GEEZER)     
41732.15 In reply to 41732.14 
<3
0/0
 Reply   Quote More 

Message 41732.16 deleted 9 Feb 00:33 by YVE

Reply to All    
 

1–16

Rate my interest:

Adjust text size : Smaller 10 Larger

Beehive Forum 1.5.2 |  FAQ |  Docs |  Support |  Donate! ©2002 - 2024 Project Beehive Forum

Forum Stats