@AmiClassic, post #244
AGA Custom 24-bit CDXL Conversion Examples Command line: ./agaconv myvideo.mp4 myvideo.cdxl. OCS/ECS Custom 24-bit CDXL Conversion Examples Command line: ./agaconv myvideo.mp4 myvideo.cdxl --color-mode=ham6 --fps=18 --frequency=15000 --width=256 OCS/ECS Standard 12-bit CDXL Conversion Examples (requires AGABlaster 0.9.82 or later) Command line: ./agaconv myvideo.mp4 myvideo.cdxl --std-cdxl --color-mode=ocs5 --width=256 AGA Standard 12-bit CDXL Conversion Examples (requires AGABlaster 0.9.82 or later) Command line: ./agaconv myvideo.mp4 myvideo.cdxl --std-cdxl --color-mode=ham8
Linux/Ubuntu 18.04 Enter the following commands in a terminal to install all required dependencies: (this asks for your password) sudo add-apt-repository universe sudo apt update sudo apt install ffmpeg libpng-dev tar default-jdk Download agaconv-0.9.7-bin.tgz Unpack the archive with: tar xvzf agaconv-0.9.7-bin.tgz
@don_rafito, post #243