
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (60)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (6818)
-
How to crop and scale correctly with FFMPEG ?
16 juin 2020, par Rivera A. PabloI'm trying to remove the TOP AND BOTTOM black bars of a video.






What i'm trying to achieve






The video itself is 1280x720 16:9, but the portion that's image information is at 4:3 since it's been captured from a VHS. I want to somehow stretch it until the top bars disappear without deforming the image. I don't care about the left and right bars.



I tried using
crop
andscale
with no luck.


By using this code the top and bottom black bars disappeared on VLC when on normal screen but when going Full Screen the bars appeared again.



ffmpeg -i test.avi -filter:v "crop=1280:670" output_video.mp4




I thought it had something to do with the Scale of the video but honestly every
scale
code I tried to use deformed the image a lot.


I hope someone can help me, fairly new to FFMPEG but really enjoying it this far.


-
Video to Gif - Stretch to Scale
25 décembre 2022, par PhiloI have some videos that I want to turn into a gif.


When I use scale=800x600 on let's say as an example on a 1280x720 video. Instead of the gif being squashed into a 800x600 it just crops the video or just captured 800x600 of the 1280x720.


What code do I need to tell it squash itself into a 800x600 gif ? Normally it just turns the video into a 800x600 squashed if converted to a video but not working for the gif for some reason.


-
doc/filters : fixes for scale filter
17 octobre 2019, par Gyan Doshi