
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (99)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)
Sur d’autres sites (11447)
-
vlc 2.1.5 cannot find libavutil under ffmpeg
22 février 2015, par micr0subThe distro I’m using (CentOS 6.6) doesn’t have a high enough version of VLC in yum that I’ve found (>=2.1.0) for the project I’m working on, so I’m trying to build it from source. After finding out that the version of ffmpeg in the repositories is also not high enough (see https://www.bountysource.com/issues/173789-build-process-is-busted-in-vdpau) I’ve built ffmpeg from source as well. Now that’s finished, I get :
usr@host$: ffmpeg
ffmpeg version N-70054-g7a459be Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-11)
configuration:
libavutil 54. 19.100 / 54. 19.100
libavcodec 56. 25.100 / 56. 25.100
libavformat 56. 23.100 / 56. 23.100
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 11.100 / 5. 11.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100However, when I run ./configure under VLC I get the following message :
No package 'libavutil' found. Pass --disable-avcodec to ignore this error.
Does anyone know why this is happening ?
Thanks.
-
Find the beginning of audio track in other audio track
26 février 2020, par Александр ПодоринI have a long audio track that contains multiple songs in one file.
I have one song in other file.
How can I find the beginning and the ending of single song in a long file ?
Can I do this with ffmpeg and how ?Thank you !
-
FFMPEG Unable to find a suitable output format for '80'
29 mars 2020, par Adam GosztolaiI am trying to run ffmpeg with the following command
ffmpeg -r -n 80 -i /mnt/labserver/MD/Experimental_data/SS01054/U3_f/200206/111530_s4a10_p3-4/images_registered/on0/fly0/img_%d.jpg -pix_fmt yuv420p -vcodec libx264 /mnt/labserver/MD/Experimental_data/SS01054/U3_f/200206/111530_s4a10_p3-4/resultsDLC/1.mp4
I am getting the following error
Unable to find a suitable output format for '80' 80: Invalid argument
Could someone help what is wrong here ?