
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (81)
-
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...) -
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (5958)
-
Encoding video live ? (Showing frame which i will overlay on camera while recording video)
18 juillet 2019, par Marko MiljkovicI’m not sure I can really explain this the best way I can, but I’ll try my best.
I want to create custom camera activity, which will capture video from camera, and show some image over that video, and actually encode that image in video. I`m pretty sure I need to use ffmpeg, but, I want to know, is there a way that I can record a video and an image together, and encode it realtime, or do I need to go around, make camera activity, put image over video, as another view, get its coordinates, and then encode it in video using this command :ffmpeg -i movie.mp4 -i logo.png -filter_complex overlay output.mp4
It this command is the only way, how would I add more than one image as overlay ?
-
Merge/add audio in video file in specific position of video with ffmpeg command
12 janvier 2021, par AadiExample : I have a 10sec video and 4 sec audio file. I want to merge audio file in video from 5th sec of video to 9th sec. I want to mute entire video volume if user asked for it(optional).


Please help me with this ffmpeg command, and Thanks in advance.


I am using Android FFMPEG SDK. I haven't tried anything till now as I have no idea where to start.


-
I want to reduce the size of video with rn-ffmpeg-kit, but video size getting double or I'm getting increased size of video
12 septembre 2023, par Atul TiwareeBelow is my code It works fine while I try to reduce video taken from my camera other than my device video when I try the size of video is getting double in size


FFmpegKit.executeAsync(`-y -hwaccel mediacodec -i ${uri} -s 1920x1080 -c:a copy -c:v hevc_mediacodec -b:v 2M ${RNFS.DownloadDirectoryPath}/lodu1.mp4 -y`,)



Here is the video that is getting double in size