Page 1 of 1

oCam - screen recorder

Posted: Sat Apr 20, 2013 11:55 am
by joby_toss
http://ohsoft.net/product_ocam.php
oCam is 100% free Screen Recorder for home and office.

Features of product
* Computer screen, video recording is possible.
* Recording using the built-in video codecs(AVI, MP4, MOV, TS, VOB) and audio codecs(MP3)
* Have large video formats to support more than 4GB.
* Recording sound from your computer as you can.
* Audio recording is made possible without the stereo mix setting.(Windows 7, Vista SP1 or later)
* A variety of sound quality when recording can be selected.
* Screen capture is possible, too.
* Recording area of the keyboard can be easily controlled.
* Can record the full screen and window area.
* During recording, the mouse cursor can be set to be included.
* Bug reporting is available to developers.
* Record the results can be stored in a specific folder, you have the option.
* oCam dual-monitor support.
* Flash in the IE browser, the target area can be selected.
* Preferences from the FPS setting is possible.
* Automatically recording the end of recording timeout function is available.
Image

Absolute SUPERB application! But not portable...yet!

Writes settings to "Config.ini" file in AppData.
No registry entries.

Re: oCam

Posted: Sat Apr 20, 2013 12:40 pm
by guinness
I will test later, but if it's worth usage in the "real world" then a VBScript can easily be created for now. I could create one in the time it takes me to write this.

Re: oCam

Posted: Sat Apr 20, 2013 1:03 pm
by guinness

Code: Select all

'~ Created by: SoftwareSpot (c) 2013
'~ Created: 20th April 2013.
'~ Website: http://softwarespot.wordpress.com/code/vbscript/
'~ Important Notice: Please do not link to this file directly, instead link to the website http://softwarespot.wordpress.com/code/vbscript/

Option Explicit
Dim oFileSystem, oShell, sAppData, sScriptDir

Set oFileSystem = CreateObject("Scripting.FileSystemObject")
Set oShell = CreateObject("WScript.Shell")

'~ Application data folder.
sAppData = oShell.Environment("PROCESS").Item("APPDATA")

'~ Directory of the running script.
sScriptDir = oFileSystem.GetParentFolderName(WScript.ScriptFullName)

'~ Copy the INI file from the running script directory to the Application data folder.
If oFileSystem.FileExists(sScriptDir & "\Config.ini") Then
	oFileSystem.CreateFolder sAppData & "\oCam"
	oFileSystem.CopyFile sScriptDir & "\Config.ini", sAppData & "\oCam\Config.ini", True
End If

'~ Run the oCam executable and wait for it to close.
oShell.Run """" & sScriptDir & "\oCam.exe""", 1, True

'~ Delete the INI file from the running script directory.
If oFileSystem.FileExists(sScriptDir & "\Config.ini") Then
	oFileSystem.DeleteFile sScriptDir & "\Config.ini", True
End If

'~ Move the INI file from the Application data folder to the running script directory.
oFileSystem.MoveFile sAppData & "\oCam\Config.ini", sScriptDir & "\Config.ini"
oFileSystem.DeleteFolder sAppData & "\oCam", True
Yes, I will be uploading to my site sometime this week.

Re: oCam

Posted: Sat Apr 20, 2013 8:58 pm
by joby_toss
Thank you! Works great!

Forgot to mention that it can take manual relative paths for output.

Re: oCam

Posted: Sat Apr 20, 2013 11:19 pm
by tproli
@guinness

Perhaps you could write a general vbscript that would only need some variables defined in the beginning (e.g. registry key(s), config file/dir path(s)) so it could be more modular. I can share yaP's logic as it operates the same manner.

Re: oCam

Posted: Sat Apr 20, 2013 11:47 pm
by guinness
Thanks, I will consider it, though I only do this for fun.

oCam temp

Posted: Thu Aug 15, 2013 12:22 am
by copc
[Moderator note: this post and following were split from the ShareX thread and merged with an existing oCam thread.]

---

I use ocam for a while already.
http://ohsoft.net/product_ocam.php

Re: ShareX

Posted: Thu Aug 15, 2013 2:05 pm
by webfork
copc wrote:I use ocam for a while already.
http://ohsoft.net/product_ocam.php
oCam is listed as adware by softpedia: http://www.softpedia.com/get/Multimedia ... oCam.shtml

Re: ShareX

Posted: Wed Aug 28, 2013 6:08 pm
by I am Baas
webfork wrote:
copc wrote:I use ocam for a while already.
http://ohsoft.net/product_ocam.php
oCam is listed as adware by softpedia: http://www.softpedia.com/get/Multimedia ... oCam.shtml
http://www.portablefreeware.com/forums/ ... 691#p63691

Re: oCam

Posted: Mon Oct 06, 2014 4:19 am
by joby_toss
OhSoft wrote:Version 32.0 (2014-10-04)
* Added language of Russian
* Updated some language files.
* Fix a point a reaction delay is too long and slow response time to capture.
* When you set a limit of recording time, allows you to specify the following options.
( Do nothing, Start new recording, Exit program, Shutdown your computer )
* After you change some settings during the installation of the program for the first time, fixed a bug that configuration information is stored temporarily when you press the [Cancel]

Re: oCam

Posted: Thu Oct 16, 2014 11:02 pm
by joby_toss
OhSoft wrote:Version 37.0 (2014-10-16)
* Adding a watermark insertion function
* Can move the recording area during recording
* Support Windows 10 Technical Preview
* Modified to request only if the administrator authority is required
* The exchange and WASAPI all without the use of DirectSound if and only if it is more than Windows Vista
* Changed to use the DirectSound only for windows XP
* Remove DirectSound options relating
* Add synthetic function at the same time the sound of the microphone and sound system
* Updates of the Chinese language
* Fixed point toolbar cracking layout when applied to the language of Russia
* If DPI is not the default, modification of the things that come out recording information is truncated at the time of recording
* Remove part of the main window during capture or hidden, delay occurs

Re: oCam

Posted: Sun Oct 08, 2017 5:47 am
by webfork
New version out (v 421.0)

According to softpedia, oCam is Shareware/Adware now: http://www.softpedia.com/get/Multimedia ... oCam.shtml

Unfortunately the website isn't very helpful, just says it's for non-commercial use only.