ffmpegGUI: update to v1.2

* Added job manager
* Added cropping preview and moved to own tab
* Save/Restore window position
* New "ffmpegGUI" menu for Quit, About, Help, FFmpeg docs
* Added help documentation
* Changed PCM codec option to pcm_s16be (which is expected by the MPG container)
* Removed translations below 80% finished (ca, es-419, id, pt_BR, ru)
This commit is contained in:
Humdinger
2023-04-25 07:51:24 +02:00
parent 6bfff6549c
commit 8119bd88ad

View File

@@ -11,7 +11,7 @@ to another container format.
ffmpegGUI assembles the resulting ffmpeg commandline, that you can then tweak manually \
or copy to use in your own scripts if needed. Or you simply click 'Start' to begin the \
encoding.
encoding. You can also create encoding jobs to process them all in a batch later.
Currently included container formats/codecs:
* Video containers: avi, mkv, mp4, mpeg-1, ogg, webm
@@ -24,7 +24,7 @@ COPYRIGHT="2003 Zach Dykstra
LICENSE="MIT"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="fa5cb12689a4203480ef10db1443e4c06e7d975117a7faa1d5b577eb868e7e41"
CHECKSUM_SHA256="37d4b00e38f90db77bfc31f3385f903c92aba8424d4dd02e7746286c286d4263"
SOURCE_DIR="ffmpegGUI-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -57,8 +57,9 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir
mkdir -p $appsDir $docDir
cp -af objects/ffmpegGUI $appsDir
cp -r documentation/* $docDir/
addAppDeskbarSymlink $appsDir/ffmpegGUI
}