Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
112 user(s) are online (76 user(s) are browsing Forums)

Members: 0
Guests: 112

more...

Headlines

 
  Register To Post  

« 1 2 3 4 (5) 6 »
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
@TSK

Try disabling overlay in either DvPlayer or MPlayer.

If that doesn't help try the s/w scaling mode in SRec 1.5:
http://www.a500.org/downloads/other/srec_lha.readme

Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
@salass00

Disabling overlay did the trick (to that black&white issue). Mouse pointer recording didn't work. I was thinking to suggest to do it like that but you were faster

Rock lobster bit me - so I'm here forever
X1000 + AmigaOS 4.1 FE
"Anyone can build a fast CPU. The trick is to build a fast system." - Seymour Cray
Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
Edit: double post

Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
@TSK

Quote:

Mouse pointer recording didn't work. I was thinking to suggest to do it like that but you were faster


That's because I've only had time to implement the GUI part of it yet. It will be implemented in the next version.

Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
@Swoop

Quote:
Have you any instructions for your video editor.
I changed the start and end times of an flv file, but when I saved target, it saved the original file at it's original length, and not the shortened one.

Sorry, I forgot to answer to you. Using "Start" and "End" buttons is like when you mark text keeping left mouse button pressed down while moving the cursor. It's not copied into clipboard before you press RAMIGA+C (or CTRL+C on other platforms). So when you have marked area you have to either cut it away ("Delete") from the target or copying that area from source to target ("Insert"). Check the readme file (v1.1).

If I'll have time, energy and motivation my plan is to check how to use xvidcore.library and that avi lib salass00 is using with Srec and change Videoeditor completely. The GUI would be changed too. But I don't make any promises. If that one guy can finish porting that OpenVideoEditor some day I bet (I guess) it is a lot better than my app.

@salass00
Quote:
Maybe you mean videoeditor ... who AFAIK is registered here with the username TSK?

That's correct.

Rock lobster bit me - so I'm here forever
X1000 + AmigaOS 4.1 FE
"Anyone can build a fast CPU. The trick is to build a fast system." - Seymour Cray
Go to top
Re: Screencasting
Quite a regular
Quite a regular


See User information
@TSK

Thanks for the reply.
Lately, life (& work) is getting in the way of me enjoying my Amiga.
but I will get back to trying out the videoeditor program, and any future developments would be good.

I'll get back to you after some more testing.

Peter Swallow

Eyetech A1XE-G3 800Mhz OS4.1
Towered A1200 OS3.9
Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
@TSK

Quote:

If I'll have time, energy and motivation my plan is to check how to use xvidcore.library and that avi lib salass00 is using with Srec and change Videoeditor completely.


If you need any help with any of this this, just ask. The avilib could probably be made into a .library (avi.library) too if you want.

Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
@salass00

Quote:
The avilib could probably be made into a .library (avi.library) too if you want.

That would be very nice, please.

Rock lobster bit me - so I'm here forever
X1000 + AmigaOS 4.1 FE
"Anyone can build a fast CPU. The trick is to build a fast system." - Seymour Cray
Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
@TSK

I've just uploaded a beta avi.library to OS4Depot/Aminet.

I'm considering removing the xio code from avilib and replacing it with normal stdio or preferably dos.library calls. This should make the library much smaller and maybe faster too. Also the xio code doesn't look threadsafe which is bad for a shared library.

Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information

Go to top
Re: Screencasting
Quite a regular
Quite a regular


See User information
@salass00

May I ask you how is it that you are so fast at converting unix libs into standard Shared Amiga Libraries ?
Do you have a magic utility that gathers every prototypes from one (or a collection of) C headers and generates the xml file for you ?

Back to a quiet home... At last
Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
@abalaban

I wish. No, the secret is a lot of tedious typing.

I do have a kind of procedure for this though. It goes something like this:

- create libname.xml file
- "idltool -a libname.xml"
- create libraries/libname.h
- delete libname_files/main directory
- edit libname_vectors.c
- edit init.c
- edit Makefile
- compile library

Go to top
Re: Screencasting
Quite a regular
Quite a regular


See User information
@salass00

yes but I find the "create the lib.xml file" a bit annoying this can be automated by extracting (eventually after some selection) functions prototypes from header file(s)...
The following sequence then is not so hard especially when the template generated by idltool would only be a wrapper on the static library at least for a first version. Some sort of Amigaization could probably be required : for example replacing callbacks by hooks...

Back to a quiet home... At last
Go to top
Re: Screencasting
Just popping in
Just popping in


See User information
a little tip for thouse who have not tryet it.
record on harddisk dont use ramdisk.
its faster this way.. anyway it is still. a little slowy on my micro

Go to top
Re: Screencasting
Just popping in
Just popping in


See User information
dobble post.


Edited by retro on 2009/3/20 20:51:48
Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
SRec 1.8

1.8 (24-Mar-2009)
 - 
Fixed a small bug in the pointer alpha blending code

1.7 
(24-Mar-2009)
 - 
Updated French and Italian catalogs
 
Fixed a clamping bug in follow mouse mode
 
Implemented code for drawing the mouse pointer (see Misc tab in GUI)

Go to top
Re: Screencasting
Quite a regular
Quite a regular


See User information
@salass00

Great man..I Dl now it... great tools...now I will make an small presentation video with it ...

Amiga x5000 ı o2o ı 4GB RAM ı RadeonRX580 | SBlaster Audigy Fx - AmigaOS4.1 FInal Edition

A1200 sandwich

Warp - Croatian Amiga portal
Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
The clipping code for the pointer drawing was seriously broken in SRec 1.8 and could cause DSIs if the pointer was positioned partially outside the display. I've just uploaded SRec v1.9 which fixes these issues.

Just ignore the container and busy pointer settings in the GUI because these are not implemented yet.

Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
SRec 1.22
1.22 (11-Nov-2009)
 - 
Implemented CDXL output (HAM6 or HAM8no audio at the moment)

1.21 (9-Nov-2009)
 - 
Updated Italian catalog
 
Fixed a memory leak in the ZMBV codec
 
Implemented inter frames encoding in the ZMBV codec (it now only generates
   intra frames once every 5 seconds 
or when there is a screen change)

1.20 (5-Nov-2009)
 - 
Updated FrenchGermanItalian and Spanish catalogs
 
Added Greek catalog by Antonis Iliakis
 
Rewrote and optimised the software scaling functions
 
Rewrote the codec system so that it will be easier to add support for new
   
codecs as well as entirely new file formats
 
Implemented lossless ZMBV codec (used by DosBox for screen capture)

Go to top
Re: Screencasting
Just can't stay away
Just can't stay away


See User information
SRec 1.23
1.23 (12-Nov-2009)
 - 
Fixed a bug in the CDXL truecolour to HAM conversion

Go to top

  Register To Post
« 1 2 3 4 (5) 6 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project