1 lien privé
Pitivi is a Free video editor with a beautiful and intuitive user interface, a clean codebase and a fantastic community.
I am looking for a native Linux software that can increase the audio volume of a video file.
To increase the volume by a specific decibel amount (e.g., +10dB) while copying the video stream:
ffmpeg -i input.mp4 -vcodec copy -af "volume=10dB" output.mp4
To increase the volume by a linear multiplier (e.g., 2x louder):
ffmpeg -i input.mp4 -vcodec copy -af "volume=2.0" output.mp4
Sélectionnez une image et supprimez l'arrière-plan – 100 % automatiquement – en cinq secondes – sans un seul clic – gratuitement.
Linux is a powerful and versatile operating system that can handle a wide range of tasks. One of those tasks is adding text to images, which can be useful for creating graphics, designing logos, or simply adding captions to photos. In this article, we’ll show you how to add text to images using Linux command line tools.
To do this, you’ll use the convert command from ImageMagick. The basic syntax for adding text is:
convert input_image -pointsize 20 -fill white -annotate +100+100 'Your Text Here' output_image
Let’s break this down:
`input_image` is the name of your input image file.
`-pointsize` is the size of the font you want to use.
`-fill` is the color of the text.
`-annotate` is the position of the text. The +100+100 values indicate the X and Y coordinates of the text relative to the top left corner of the image.
`output_image` is the name of the output image file.
Here’s an example command:
convert myimage.png -pointsize 24 -fill white -annotate +50+50 'Hello World' output.png
This command adds the text “Hello World” to the image myimage.png in white 24-point font, positioned 50 pixels from the top left corner of the image. The output image is saved as output.png.
Step 4: Adjust Text Properties
You can adjust the font, color, and position of your text by modifying the command parameters. For example, you can use a different font by adding the -font parameter, like this:
convert input_image -pointsize 20 -font Times-Roman -fill white -annotate +100+100 'Your Text Here' output_image
You can also adjust the opacity of the text using the -alpha parameter. A value of Opaque will make the text fully opaque, while a value of Transparent will make it fully transparent. You can use values between 0 and 1 to create a semi-transparent effect.
Step 5: Save Your Image
Once you’re happy with your text, you can save your image using the -quality parameter. This determines the compression level of the image, with higher values producing better quality images but larger file sizes.
For example:
convert input_image -pointsize 20 -fill white -annotate +100+100 'Your Text Here' -quality 90 output_image.jpg
This command adds text to the input image and saves the output as a JPEG file with a quality of 90.
Step 6: Batch Processing
If you need to add text to multiple images, you can use a batch processing script to automate the process. For example, you can create a shell script that loops through a directory of images and adds text to each one.
Here’s an example script that adds the same text to all images in a directory:
/#!/bin/bash
for file in *.png
do
convert "$file" -pointsize 24 -fill white -annotate +50+50 'Hello World' "${file%.png}_text.png"
done
This script loops through all PNG files in the current directory, adds the text “Hello World” to each one, and saves the output as a new file with “_text” appended to the original file name.
Okular
L'afficheur universel de documents
Multi plate-forme, rapide et plein de fonctionnalités, Okular vous permet de lire des documents « PDF », des bandes dessinées, des livres « ePub », de naviguer parmi des images, d'afficher des documents « Markdown » et plus encore.
Okular prend en charge de nombreux formats, tels que PDF, ePub, DjVU et MD pour les documents ; JPEG, PNG, GIF, Tiff, WebP pour les images ; CBR et CBZ pour les bandes dessinées et encore bien plus.
Aussi :
PDF CandY
Boîte à outils PDF en ligne tout-en-un
Tous les outils dont vous avez besoin pour traiter les fichiers PDF : éditer, convertir, fusionner, compresser, signer et plus encore.
https://pdfcandy.com/fr/
Les filigranes sur les PDF peuvent être frustrants, mais leur suppression ne nécessite pas nécessairement l'utilisation d'un logiciel
In this article, I have reviewed of some the best photo image editing software available on different Linux distributions.
Trurl est un outil en ligne de commande qui permet de parser et manipuler facilement les URL. Inspiré de tr, il utilise le puissant parser d'URL de libcurl. Trurl offre de nombreuses fonctionnalités pour modifier tous les composants d'une URL de façon sécurisée et fiable.
Découvrez Asak, un outil audio CLI multiplateforme écrit en Rust, véritable couteau suisse de l'audio. Enregistrez, jouez et appliquez des effets en temps réel de manière interactive et ludique.
I prefer browser-based photo editors over desktop editing apps, here's why.
yEd is a free desktop application to quickly create, import, edit, and automatically arrange diagrams. It runs on Windows, macOS, and Unix/Linux.
PuLID est une nouvelle IA open-source impressionnante pour la personnalisation rapide d'identités visuelles par alignement contrastif. Développé en Pytorch, ce modèle permet de générer des images de haute qualité à partir d'identités existantes en un temps record.
The Markdown elements outlined in the original design document.
Getting Started With Markdown [Beginner's Guide]
https://itsfoss.com/markdown-guide/
https://itsfoss.com/content/files/2023/01/Markdown-Cheat-Sheet.pdf
iLoveIMG is the webapp that lets you modify images in seconds for free. Crop, resize, compress, convert, and more in just a few clicks!
How to Easily Crop and Resize Images in Linux
https://www.makeuseof.com/tag/easily-crop-resize-images-linux/
Présentation de n.py, un petit programme en ligne de commande permettant de prendre des notes incrémentales.
J'ai repris le concept de "notes incrémentales" utilisé par inc, un petit programme dans la même veine que n.py, mais ayant quand même beaucoup plus de features. J'ai entendu parler de inc via cet article ("Incremental note-taking" en anglais)
inca - Incremental note-taking
https://thesephist.com/posts/inc/
https://github.com/thesephist/inc
Joplin, the open source note-taking application
Free your notes
Joplin is an open source note-taking app. Capture your thoughts and securely access them from any device.