Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

TzunamiOSX

macrumors 65816
Original poster
Oct 4, 2009
1,068
445
Germany
Hi,

Im searching for a newer version of ffmpeg optimized for G5. 3.4.2 or newer would be nice. A compiling guide for ppc can also help.
 
Macports should also build/install the updated python afaik. I built ffmpeg on leopard recently for watching twitch streams.


Cheers
 
Last edited:
  • Like
Reactions: TheShortTimer
Here the message from yesterday.

Error: Failed to build python38: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_python38/python38/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port ffmpeg failed
---> Some of the ports you installed have notes:
gawk has the following notes:
readline support has been removed from gawk. If you need to run gawk interactively, install rlwrap:

Here is the bugreport from an other guy, perhaps with a solution. I will test it later.
 
Negativ, looks like python38 is needed to build ffmpeg, and python38 is broken under 10.4 and 10.5 at the moment. Perhaps you can help, I’m too stupid.


4.2.2 is include in the app from @alex_free :


Thx for the shoutout. By the way @TzunamiOSX python is not required for building ffmpeg it’s all autoconf. Check out the PPPCMC source to see how I targeted a universal G3, G4, & G5 PPC Arch for Mac OS X 10.3.9 for the latest FFMPEG version (4.2.2) using just Xcode, no MacPorts.

You can use the command line FFMPEG from within PPCMC by using the Open PPCMC Shell option in the app btw.
 
Python is a needed part when compile with macports, target is a version with all parts interated like this:
Bild 3.png


Looks like FFMPEG from PPCMC does not work us stand alone and need parts inside the PPCMC app
Bild 2.png


I need a stand alone version to replace ffmpeg by an "optimized G5 version" in some programs like remux.

python38 is fixed, compiler is working, time to wait.
 
Python is a needed part when compile with macports, target is a version with all parts interated like this:
View attachment 906236

Looks like FFMPEG from PPCMC does not work us stand alone and need parts inside the PPCMC appView attachment 906231

I need a stand alone version to replace ffmpeg by an "optimized G5 version" in some programs like remux.

python38 is fixed, compiler is working, time to wait.

It’s not going to work stand-alone because it’s linked to a bunch of libraries...

You could static link your own build (that is not how I did PPCMC) to achieve this.

When I suggested PPCMC, I figured you just needed the program. With a PPCMC Shell open ffmpeg <arg> works fine.

Python is not required to compile ffmpeg, maybe some of the optional dependencies but not ffmpeg itself.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.