Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

ffmpeg for AROS 64 Bit

Last updated on 14 days ago
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 18 days ago
The graphics with the “w” key are fine, but if you can come up with something a bit nicer, that would be even better; if you can, perhaps make the audio window a bit smaller too, like the classic audio player windows. Thanks, and sorry for taking up some of your precious time.
R
retrofazaDistro Maintainer
Posted 18 days ago
New version

https://drive.google.com/file/d/1vf3x9aoVK_e17r9LMpDkVmIcgPUSVAv5/view?usp=sharing

I changed the default visualization for music (now “waves” by default, and the spectrum when "w"Wink

I changed how the window behaves with large videos.

You can also specify the window size manually in the command line:
ffplay song.mp3 -x 300 -y 100

I'll get back to FFmpeg after the weekend. In the meantime, feel free to test out the rest of the options, and if you find any bugs or have ideas for improvements, we'll keep working on it.
M
MagicSNJunior Member
Posted 18 days ago

AMIGASYSTEM wrote:

@AMIGASYSTEM - miker, sorry, I made a ty, i meant to say ‘MPlayer’, which crashes with certain media formats. Unfortunately, old age plays tricks on you like that. I’ve corrected the post!


Yeah the .smk videos in Dungeonkeeper were some of these examples (the converted version seemed fine, but I did not try the conversion with the AROS version).
N
ntromansSenior Member
Posted 18 days ago
Mnay thanks fo rthe new verion.

If it's still being worked on, is there any chance to add the -cache option into ffplay? I'm finding on my i5 playback is a bit jerky for dvd files.

Many thanks,
Nigel.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 18 days ago
Perfect, retrofaza. I’ve created two scripts, “PlaySound” and “PlayVideo”, which use FFPlay with window resolutions tailored to my preferences. Now, on AROS 64-bit, all the most common multimedia formats will be supported by both Wanderer and Dopus4 and Dopus5. Thanks again.

I tried setting the resolutions via the Icona Tooltypes, but it seems that isn’t supported!
R
retrofazaDistro Maintainer
Posted 16 days ago
Another version.

https://drive.google.com/file/d/13UhbdcW1hQ7txKuOpj-Z_7c9-b2y68An/view?usp=sharing

You can now also specify arguments in the tooltype section.
For example, if you enter the following in the tooltype section:
-x 300
-y 100
-window_title "My Player"

The file will open in a window measuring 300x100, with the title "My Player"
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 16 days ago
Great work! we now have two options: FFPlayer is ideal for Dopus4 and Dopus5, allowing you to watch videos and listen to music all within the same window size.

In future, it would be handy to have some buttons to stop the music, pause it, and fast-forward and rewind (if supported).

I tried dragging a media file onto an open FFPlayer window and noticed that it opens a second window but then playback freezes.
R
retrofazaDistro Maintainer
Posted 16 days ago
I probably won't be adding any new features to ffplay. Let it remain the simple tool it was meant to be Smile

As for the crash during the drop, that's a lower-level issue (probably in SDL). I'll try to look into it.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 16 days ago
That’s fine, just having FFPlay working on AROS 64-bit is a huge achievement; thank you for making it happen
You do not have access to view attachments
R
retrofazaDistro Maintainer
Posted 15 days ago
I think this is the last update:

https://drive.google.com/file/d/1CC9IKkTWD3zG3pqxgItMxLnHfkpf8y2K/view?usp=sharing

Added a workaround in SDL2 that prevents a crash when dragging and dropping onto the ffplay window.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 15 days ago
OK, there are no crashes now, so you can close the window. Thank you.
M
miker1264Software Dev
Posted 15 days ago
Does ffplay support all the formats in the test directory?

Also, does ffplay have a conversion function to convert between formats such as wav to mp3, m4a to mp3, etc?

AMIGASYSTEM,
I borrowed your screenshot.
Edited by miker1264 on 26-05-2026 09:11, 15 days ago
You do not have access to view attachments
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 15 days ago

miker1264 wrote:

@miker1264 - Does ffplay support all the formats in the test directory?



FFPlay supports a huge range of Video, Audio and Image formats:

Video: MP4, MKV, AVI, MOV, FLV, WebM, H.264, H.265 (HEVC), AV1, VP8, VP9, V,OB 3GP, FLC, WMV, XL, CDXL !

Audio: MP3, AAC, FLAC, WAV, Ogg Vorbis, ALAC, WMA, AC-3,AMR, WAV, MP3, AIFF, RA, 8SVX

Immage: JPEG, PNG, GIF Anim, GIF, ANIM, TIFF, WebP, BMP, ILBM, PCX, TGA, TIF, XBM, XPM

There are probably others too...
N
ntromansSenior Member
Posted 14 days ago

miker1264 wrote:

@miker1264 - Does ffplay support all the formats in the test directory?

Also, does ffplay have a conversion function to convert between formats such as wav to mp3, m4a to mp3, etc?

AMIGASYSTEM,
I borrowed your screenshot.


You can convert formats using ffmpeg, eg.

ffmpeg -i filenameee.m4a -acodec libmp3lame -ab 256k output.mp3

Cheers,
Nigel.
N
ntromansSenior Member
Posted 14 days ago

ntromans wrote:

@ntromans - Mnay thanks fo rthe new verion.

If it's still being worked on, is there any chance to add the -cache option into ffplay? I'm finding on my i5 playback is a bit jerky for dvd files.

Many thanks,
Nigel.


Retrofaza, again many thanks for porting this really useful software to 64 bit .

Cheers,
Nigel.
Edited by ntromans on 26-05-2026 18:04, 14 days ago
M
miker1264Software Dev
Posted 14 days ago
There is a GUI Frontend for FFMpeg called WinFF. I wonder how difficult it would be to port something like that to AROS and convert to MUI ?

It seems that a variant of WinFF was ported to Ubuntu using GTK+ so maybe using the GTK-MUI wrapper.

What do we call it ? ArosFF ?
Edited by miker1264 on 26-05-2026 18:30, 14 days ago
You do not have access to view attachments
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 14 days ago
It could be called FFMedia or AROS FFMedia, AROS Multimedia
A
Amiwell79Distro Maintainer
Posted 14 days ago
Miker1264 You can make a GUI in Hollywood
M
miker1264Software Dev
Posted 14 days ago
WinFF is a project for another day. :-)

But I'm interested in trying FFPlay and FFMpeg.
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
Users who participated in discussion: magorium, AMIGASYSTEM, ntromans, retrofaza, Amiwell79, miker1264, MagicSN