diff --git a/README.md b/README.md index edec45c3..ec661e82 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,10 @@ Install/update with ```bash # DEB file on Debian/Ubuntu Linux distribs -sudo dpkg -i mediadeepa-0.0.37.deb +sudo dpkg -i mediadeepa-0.0.38.deb # RPM file on RHEL/CentOS Linux distribs -sudo rpm -U mediadeepa-0.0.37.rpm +sudo rpm -U mediadeepa-0.0.38.rpm ``` Remove with `sudo dpkg -r mediadeepa` or `rpm -e mediadeepa`. @@ -99,13 +99,13 @@ After, on Linux, run `mediadeepa [parameters]`, and `man mediadeepa` for the int ### Run simple JAR file -On Windows/macOS, just run `java -jar mediadeepa-0.0.37.jar [options]`. +On Windows/macOS, just run `java -jar mediadeepa-0.0.38.jar [options]`. -And simply run the application with `java -jar mediadeepa-0.0.37.jar`. +And simply run the application with `java -jar mediadeepa-0.0.38.jar`. Mediadeepa contain embedded help, displayed with the `-h` parameter. -You can set the command line parameters with `java -jar mediadeepa-0.0.37.jar [parameters]`. +You can set the command line parameters with `java -jar mediadeepa-0.0.38.jar [parameters]`. ### Make a Java executable JAR file @@ -119,7 +119,7 @@ cd mediadeepa mvn install -DskipTests ``` -Build jar will be founded on `target` directory as `mediadeepa-0.0.37.jar` +Build jar will be founded on `target` directory as `mediadeepa-0.0.38.jar`
Audio/video medias and streams deep analyzer in Java with FFmpeg as back-end: extract/process technical information from audio/videos files/streams.
This application is currently in alpha version, and should not be ready for production
-This document contain the full documentation for Mediadeepa version 0.0.37.
+This document contain the full documentation for Mediadeepa version 0.0.38.
This application will run FFmpeg on a source video/audio file to apply some filters, and generate analysis raw data (mostly high verbosely text/XML streams). They are parsed and reduced/converted/drawn/summarized them to some output formats by Mediadeepa.
@@ -92,18 +92,18 @@Get Linux application packages
Download the last application release, as a Linux RPM or DEB package, or as an executable JAR (autonomous fat JAR file), downloaded directly from GitHub releases page, and build at each releases.
Install/update with
# DEB file on Debian/Ubuntu Linux distribs -sudo dpkg -i mediadeepa-0.0.37.deb +sudo dpkg -i mediadeepa-0.0.38.deb # RPM file on RHEL/CentOS Linux distribs -sudo rpm -U mediadeepa-0.0.37.rpm +sudo rpm -U mediadeepa-0.0.38.rpm
Remove with
sudo dpkg -r mediadeepa
orrpm -e mediadeepa
.After, on Linux, run
mediadeepa [parameters]
, andman mediadeepa
for the internal doc man page.Run simple JAR file
-On Windows/macOS, just run
-java -jar mediadeepa-0.0.37.jar [options]
.And simply run the application with
+java -jar mediadeepa-0.0.37.jar
.On Windows/macOS, just run
+java -jar mediadeepa-0.0.38.jar [options]
.And simply run the application with
java -jar mediadeepa-0.0.38.jar
.Mediadeepa contain embedded help, displayed with the
--h
parameter.You can set the command line parameters with
+java -jar mediadeepa-0.0.37.jar [parameters]
.You can set the command line parameters with
java -jar mediadeepa-0.0.38.jar [parameters]
.Make a Java executable JAR file
You can build yourself a JAR, with Git and Maven.
Run on Linux/WSL/macOS, after setup Git and Maven:
@@ -111,7 +111,7 @@Make a Java executable JAR file
cd mediadeepa mvn install -DskipTests -Build jar will be founded on
target
directory asmediadeepa-0.0.37.jar
Build jar will be founded on target
directory as mediadeepa-0.0.38.jar
Export to the current directory the analysis report for the file videofile.mov
:
mediadeepa -i videofile.mov -f report -e .
@@ -438,6 +438,7 @@ The application provide a dynamic bash-completion script generated by:
-java -jar target/mediadeepa-0.0.37.jar --autocomplete
+java -jar target/mediadeepa-0.0.38.jar --autocomplete
Man page
An auto-generated man page can be produced by an internal option:
-java -Dexportdocumentation.manpage="/full/path/to/file.man" -jar target/mediadeepa-0.0.37.jar
+java -Dexportdocumentation.manpage="/full/path/to/file.man" -jar target/mediadeepa-0.0.38.jar
README page
Auto-generated by Mediadeepa, like the man page, and can be produced by the internal option:
-java -Dexportdocumentation.readme="README.md" -jar target/mediadeepa-0.0.37.jar
+java -Dexportdocumentation.readme="README.md" -jar target/mediadeepa-0.0.38.jar
All source text for documentation is either auto-generated by the internal application options and static markdown files in the src/main/resources/doc/en
directory.
Project web page
Auto-generated by Mediadeepa, like the man and README pages, and can be produced by the internal option:
-java -Dexportdocumentation.website="docs/index.html" -jar target/mediadeepa-0.0.37.jar
+java -Dexportdocumentation.website="docs/index.html" -jar target/mediadeepa-0.0.38.jar
Same method to generate this file, like README/man files does.
Mediadeepa would never have been possible without the help of these magnificent and amazing OSS projects: