English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. AMOS

 
 
Thread Tools
Old 17 May 2023, 12:08   #1
sovenyimre
Registered User
 
sovenyimre's Avatar
 
Join Date: Jul 2020
Location: Hungary
Posts: 94
Anim Player with audio.

Amos Anim Player (2023.05.16.)

A very simple IFF Anim Player runs on any Amiga.

Can play compressed IFF Anim format synched with a separated IFF Audio Sample (or MOD). No need for tons of Ram because the anim frames and the audio is streamed directly from HDD. If you have enough ram, the audio is streamed directly from ram!

Can be used for small or big animations. Capable of playing FastForward or Back with arrow keys.

I used AnimConvert (created by Eckhard Ludwig) to create the animations from image sequences, and goldwave for the audio samples.

Since the animations are compressed, the playback speed depends a lot on the image size/depth and the speed of the machine. (Full screen HAM video can crush :/)

I would be interested in some feedback on its usability on faster HW.

Amos Source code is included and free to use.

https://electricblacksheep.itch.io/amos-anim-player
sovenyimre is offline  
Old 17 May 2023, 22:52   #2
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Thanks for that mate.
I'll definitely give it a test
mfilos is offline  
Old 24 May 2023, 00:52   #3
sovenyimre
Registered User
 
sovenyimre's Avatar
 
Join Date: Jul 2020
Location: Hungary
Posts: 94
It is reasonable to reduce the amount of data to be read andprocessed. For this reason, I have included an Amos program that creates a new image sequence from a given source witch reduce the movement between consecutive frames in a scaleable way, as the visual needs of the animation. So, a lot of data can be saved in exchange for a small loss. You can find the example animation under the name ".Reduced". Ham6 itself is neither easy to handle nor designed for this kind of manipulation, and I'm no expert, so expect visual errors, but I think it is a good first try and the filesize of these animations speaks for itself.
sovenyimre is offline  
Old 24 May 2023, 14:53   #4
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
That site is not letting me download it no matter what I do, can't you just attach it here or put it in the Zone?
Minuous is online now  
Old 25 May 2023, 10:06   #5
sovenyimre
Registered User
 
sovenyimre's Avatar
 
Join Date: Jul 2020
Location: Hungary
Posts: 94
Quote:
Originally Posted by Minuous View Post
That site is not letting me download it no matter what I do, can't you just attach it here or put it in the Zone?
Example anims are too big to attach... 300mb.
sovenyimre is offline  
Old 25 May 2023, 11:53   #6
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
I didn't have any problem with the site. Downloaded both binary and the examples just fine yesterday.
mfilos is offline  
Old 25 May 2023, 23:23   #7
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
I was planning to generate some animations to test it with. No point testing it with the (presumably) already tested animations.
Minuous is online now  
Old 26 May 2023, 11:53   #8
sovenyimre
Registered User
 
sovenyimre's Avatar
 
Join Date: Jul 2020
Location: Hungary
Posts: 94
Quote:
Originally Posted by Minuous View Post
I was planning to generate some animations to test it with. No point testing it with the (presumably) already tested animations.
That is a yes and no. I would be also interested about the animations i converted with my tool.. because of the different size and quality. Is it worth trying to reduce the data or it is a bad quality? ...because there is a tool to reduce the amout of data between the images of a complex sequence.(like mpeg, but the result is iffanim)
Thank you.

Last edited by sovenyimre; 26 May 2023 at 12:02.
sovenyimre is offline  
Old 26 May 2023, 12:04   #9
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
When I go to that site in Firefox it just crashes. If I use IE, I click "Download Now" button, which brings me to another page, I click "take me to the downloads" and it just goes back to the first page.

What I am most interested in testing is whether ANIMs with an embedded 8SVX chunk are properly supported, because by your description it suggests that it expects the sound to be in a separate file. I have some files like that here I could send for testing.
Minuous is online now  
Old 26 May 2023, 12:15   #10
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,525
If it's okay for sovenyimre I could add the files to the file server.
TCD is offline  
Old 26 May 2023, 12:33   #11
Retro1234
Phone Homer
 
Retro1234's Avatar
 
Join Date: Jun 2006
Location: 5150
Posts: 5,773
Try these links.
once you have them Ill probably remove

[

Last edited by Retro1234; 26 May 2023 at 14:49.
Retro1234 is offline  
Old 26 May 2023, 12:58   #12
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
Those links give:

The website declined to show this webpage

HTTP 403

Most likely causes:
•This website requires you to log in.
Minuous is online now  
Old 26 May 2023, 14:50   #13
Retro1234
Phone Homer
 
Retro1234's Avatar
 
Join Date: Jun 2006
Location: 5150
Posts: 5,773
Don't know they worked and then they didn't.
Probably best to just use Chrome.
Retro1234 is offline  
Old 27 May 2023, 13:40   #14
sovenyimre
Registered User
 
sovenyimre's Avatar
 
Join Date: Jul 2020
Location: Hungary
Posts: 94
About the tool: I supplemented the previous 8x1 motion filter with a version that monitors 8x8 pixels. + with one that monitors the movement in a second step (with a finer value) inside the 8x8 block. The result is interesting, it looks like DIVX used to be
Uploaded yesterday to itch.
Quote:
Originally Posted by Minuous View Post
When I go to that site in Firefox it just crashes. If I use IE, I click "Download Now" button, which brings me to another page, I click "take me to the downloads" and it just goes back to the first page.

What I am most interested in testing is whether ANIMs with an embedded 8SVX chunk are properly supported, because by your description it suggests that it expects the sound to be in a separate file. I have some files like that here I could send for testing.

It only works with a separate audio file. (8svx or Mod)
You can send. I am interested.


Quote:
Originally Posted by TCD View Post
If it's okay for sovenyimre I could add the files to the file server.

It is OK.
sovenyimre is offline  
Old 27 May 2023, 13:45   #15
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,525
Quote:
Originally Posted by sovenyimre View Post
It is OK.
Thank you The files can now be found in http://ftp2.grandis.nu/turran/FTP/No...MOSAnimPlayer/
TCD is offline  
Old 28 May 2023, 03:14   #16
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
Here is an animation I generated with AmiArcadia 29.4, half a minute or so of gameplay. The program quits immediately without an error message when it is loaded. It plays back OK (except for lack of sound) in MultiView.
Attached Files
File Type: lha galaxia.lha (237.8 KB, 35 views)
Minuous is online now  
Old 28 May 2023, 09:11   #17
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Minuous mate your animation loads just fine under my AnimPlayer (version 2.10004).
I reproduced the quitting on load though when running your animation via AnimPlayerNoSeek (version 2.10004).
mfilos is offline  
Old 29 May 2023, 01:20   #18
sovenyimre
Registered User
 
sovenyimre's Avatar
 
Join Date: Jul 2020
Location: Hungary
Posts: 94
Quote:
Originally Posted by Minuous View Post
Here is an animation I generated with AmiArcadia 29.4, half a minute or so of gameplay. The program quits immediately without an error message when it is loaded. It plays back OK (except for lack of sound) in MultiView.



I don't see the exact reason, but I found the problem and I think it will work now (it worked for me).
Attached Files
File Type: zip AnimPlayer.zip (183.5 KB, 40 views)
sovenyimre is offline  
Old 29 May 2023, 01:46   #19
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
It plays the animation (silently) now.

If I give it the soundtrack as a separate file, it plays the sound at full speed and the animation at less than full speed, hence the sound gets out of sync and towards the end begins to loop part of itself.
Minuous is online now  
Old 29 May 2023, 18:15   #20
sovenyimre
Registered User
 
sovenyimre's Avatar
 
Join Date: Jul 2020
Location: Hungary
Posts: 94
Quote:
Originally Posted by Minuous View Post
It plays the animation (silently) now.

If I give it the soundtrack as a separate file, it plays the sound at full speed and the animation at less than full speed, hence the sound gets out of sync and towards the end begins to loop part of itself.
Enhanced version! (but please use the original link if available)
No need for a separated file animore ...at least your anim is not silent.
There is no data about the FPS inside IFF anim files!... Am I right?...So the program Starts with 25 Frames/Sec but you can be use +/- keys to adjust and the Audio will synch with FPS.

Also fixed the tool to reduce the anims. Quality is improved a bit and makes much less error in HAM while doing it.
Attached Files
File Type: zip AnimPlayer.zip (186.4 KB, 50 views)

Last edited by sovenyimre; 29 May 2023 at 18:24.
sovenyimre is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tools for using Anim SLA format (supports sync'd audio like CDXL) ImmortalA1000 Amiga scene 10 08 February 2022 23:16
Audio Packets for Anim op8? Samurai_Crow Coders. System 10 10 March 2018 04:07
PadoraBasic: Player Cdxl, Anim, even more AMIGASYSTEM Amiga scene 0 12 March 2017 10:06
Need an ANIM player with Arexx port KONEY support.Apps 3 15 April 2016 20:55
What is the best Amiga Cdxl and Anim Player? hansel75 support.Apps 3 02 February 2013 06:08

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 16:45.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11532 seconds with 14 queries