Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
116 user(s) are online (66 user(s) are browsing Forums)

Members: 0
Guests: 116

more...

Headlines

 
  Register To Post  

« 1 ... 3 4 5 (6) 7 8 9 10 »
Re: SRec 2.x on github
Home away from home
Home away from home


See User information
@salass00

Updated translation again

http://s000.tinyupload.com/index.php?file_id=01793718689111509134

I have a feature request, can you provide support for the popup menu gadget ? (WINDOW_PopupGadget tag)
Beside other things it would be usefull for snapshot the window

Go to top
Re: SRec 2.x on github
Site Builder
Site Builder


See User information
Tried the 2.2 version today, from the GUI and the CLI. It works nice, but the colors on my system are wrong. All the blue colors become brown.
Tried both AVI and MKV.

I use the latest Radeon 2.x drivers and I have a resolution 1920x1200.
I used the MUIMplayer v1.0 by Fabien Coeurjoly to playback the file.

Thank you guys for you hard work on that.

Update: When I converted it with ffmpeg to mp4, the colors where just fine. So I guess is a problem with play back of the specified codec.


Edited by walkero on 2016/10/11 21:57:37
Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: SRec 2.x on github
Just can't stay away
Just can't stay away


See User information
@walkero

Any report of wrong colours that fails to mention what the pixel format of the screen was is a waste of my time and yours.

Other useful data would be whether you are using a CPU with altivec and if so whether SRec still produces wrong colours with altivec optimisations disabled.

Also container format is just that, a container for the video data. The video encoding is what decides how the video data is encoded and there is only one choice (ZMBV).

Go to top
Re: SRec 2.x on github
Just can't stay away
Just can't stay away


See User information
@walkero

Quote:

Update: When I converted it with ffmpeg to mp4, the colors where just fine. So I guess is a problem with play back of the specified codec.


If ffmpeg managed to correctly re-encode then the problem was probably with MUIMPlayer. Possibly because it uses an older libavcodec version or it has a bug in its display code...

Go to top
Re: SRec 2.x on github
Site Builder
Site Builder


See User information
@salass00

Nevermind for all the above. Just keep up the good work. As much as there is a way to record the screen, and the convert it to something else, everything is great.

I just uploaded a really small capture video at YouTube, that records my desktop at 1280x800@25fps and the CPU is only at 64% used, which is great.

Check it out at https://youtu.be/-XyasOTvAZU

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: SRec 2.x on github
Just can't stay away
Just can't stay away


See User information
@samo79

Both done and I also added support for the jump screen function.

Go to top
Re: SRec 2.x on github
Just can't stay away
Just can't stay away


See User information
Version 2.3 is now available:

https://github.com/salass00/srec/releases

Go to top
Re: SRec 2.x on github
Home away from home
Home away from home


See User information
@salass00

Thank you !

Go to top
Re: SRec 2.x on github
Just can't stay away
Just can't stay away


See User information
@salass00
Quote:
Version 2.3 is now available:

Great. The "Jump to screen" option resolves my issue with recording on screens other than Workbench. However, using the jumpscreen option or the POPKEY key combination doesn't pop the screen that SRec opens on to the front. That can leave the user confused and thinking something went wrong plus the minor inconvenience of paging through screens to get to the SRec window. If you disagree, could you add an option in the prefs so the user can decide if the screen that SRec opens on will be brought to the front?

Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450

Go to top
Re: SRec 2.x on github
Just can't stay away
Just can't stay away


See User information
@salass00
You've made great improvements to SRec but I have an additional suggestion:

SRec shows the POPKEY in the window dragbar but the text is truncated which makes putting that info there useless. Could you increase the size of the window so that the POPKEY info in the window dragbar is completely visible or alternatively move the POPKEY info to a read-only string gadget at the bottom of the window??

Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450

Go to top
Re: SRec 2.x on github
Just can't stay away
Just can't stay away


See User information
@xenic

The screen not being brought to front issue has just been fixed:

https://github.com/salass00/srec/commi ... bcd51403b50ee7f227cdb0e9c

I'll see what I can do regarding the popkey issue. I don't want to make the window artificially wider if I can avoid it but it would be nice if all the special key combinations were visible somewhere like in a separate tab and even better if they could be changed easily from the GUI itself.

Go to top
Re: SRec 2.x on github
Just can't stay away
Just can't stay away


See User information
Latest Emotion (video player from EntwicklerX) can now play files recorded with SRec :

https://www.youtube.com/watch?v=pBPGcOGTaHk

So when it's released there will be a faster alternative to MUI MPlayer.

Go to top
Re: SRec 2.x on github
Just can't stay away
Just can't stay away


See User information
@salass00
Quote:
I'll see what I can do regarding the popkey issue. I don't want to make the window artificially wider if I can avoid it but it would be nice if all the special key combinations were visible somewhere like in a separate tab and even better if they could be changed easily from the GUI itself.

It looks like they might fit in the "Misc" Tab. The Hot Key might fit in the window drag bar if you eliminate the "Hot Key" label like "SRec: <ctrl alt r>" and make the window a tiny bit wider.

I D/L compiled and tested SRec and SRec is bringing the screen it opens on to the front now. Great work. Thanks.

Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450

Go to top
Re: SRec 2.x on github
Home away from home
Home away from home


See User information
@salass00

Again an update catalog for the upcoming 2.4 release

http://s000.tinyupload.com/index.php?file_id=81273349174733183506

Time permitted another idea for complete the GUI and make it more and more nicely, support for the AISS icons in menu !

Ideally scalable at 16*16 by using:

IA_Scalable, TRUE,
IA_Width, 16,
IA_Height, 16,

P.S.
It seems that the new options lacks their shortcuts, maybe can you add them ?

They are:

MSG_POPUP_KEY_GAD
MSG_RECORD_KEY_GAD
MSG_STOP_KEY_GAD



Go to top
Re: SRec 2.x on github
Home away from home
Home away from home


See User information
@samo79

Quote:


Time permitted another idea for complete the GUI and make it more and more nicely, support for the AISS icons in menu !

Ideally scalable at 16*16 by using:

IA_Scalable, TRUE,
IA_Width, 16,
IA_Height, 16,



If he decides to add them and then scale them please use the MenuImageSize variable that many AEon programs are adopting to allow users to globally configure the size of icons in menus.

then you can set the menuimagesize by

SetEnv MENUIMAGESIZE 16 SAVE

for 16 pixel

or

SetEnv MENUIMAGESIZE 0 SAVE

for no images at all.

or remove it for default sized images


Go to top
Re: SRec 2.x on github
Home away from home
Home away from home


See User information
Just tried out the 2.3 build.

Recording at 1920x1080 at 10 fps with only about 50% CPU showing very nice indeed. Smooth as well no mouse glitches that tend to make free hand work whilst reording difficult.




Go to top
Re: SRec 2.x on github
Quite a regular
Quite a regular


See User information
Currently i am working at an update for german catalog

Amiga600/Vampire2/PrismaMegaMix​/32GB CF Card/2x Rys Mk2/A604n/IndivisionECS/Gotek
Go to top
Re: SRec 2.x on github
Quite a regular
Quite a regular


See User information
@salass00

Here is the new german catalog and ct
http://www.indiego.rocks/file/downloa ... 974aec6d16305c177d76d1eaf

Amiga600/Vampire2/PrismaMegaMix​/32GB CF Card/2x Rys Mk2/A604n/IndivisionECS/Gotek
Go to top
Re: SRec 2.x on github
Just can't stay away
Just can't stay away


See User information

Go to top
Re: SRec 2.x on github
Home away from home
Home away from home


See User information
@salass00

Ah catalogs were updated again .. sadly not in time for the release but here is the latest italian one for 2.4

http://s000.tinyupload.com/index.php?file_id=89857584106860132107

Go to top

  Register To Post
« 1 ... 3 4 5 (6) 7 8 9 10 »

 




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




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project