
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (103)
-
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 (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (10185)
-
Subtitles using ffmpeg [closed]
27 juillet 2024, par TZINIS PANAGIOTISI have a file that contains subtitles in vobsub format and im trying to encode it using ffmpeg. Is there a way to encode it in mp4 ? When I use c:s copy the subtitles become way larger than their original size. The file contains, different audios, subtitles and chapters.


The code I used is :
ffmpeg -i input.mp4 -map 0 -map -0:12 -c:v hevc_nvenc -preset fast -c:a copy -c:s copy "output.mp4"


Where -map -0:12 is because for some reason stream 12 causes an error, and -c:v hevc_nvenc because I'm trying to find a code that works first and then encode using H.265.


When i encode the output in mkv it seems to work, but in mp4 it cause the mentioned problem about the large subtitles.


-
recompiling audio from a movie source
4 novembre 2016, par jkushnerIs it possible to recompile movie files to re-stream the audio so they all have the same volume level ? We’ve got users submitting videos and to me it seems some are higher in volume whereas others are not, and they all have the same volume level on the controls, and i’d like to standardize this so all movie files have the same volume levels.
I was thinking of
ffmpeg
although I only have novice knowledge of this technology and haven’t done my research in it yet.Anyway if there’s anything available I’d love to know.
Thanks !
-
How do I convert a sequence of images into a movie that the filename does not start from 1 ?
27 août 2011, par ViqueI have a sequence of images to be converted into a movie. The only problem is that, I wanted to start converting image number 120 until 240 into a movie using ffmpeg but I don't know the command line for that. Is there any possible command line for this kind of case ?