
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (71)
-
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (7827)
-
Why videos generated using FFMPEG in android doesn't play on all video players ?
9 juillet 2014, par Divya MotiwalaI am trimming a video using FFMPEG command mentioned below in android. It only plays with MX Player and not the default or any other player.
String trimVideoUrl = mFfmpegInstallPath + " -y -i " +
videoPath + " -ss " +
hms + " -t "+ duration +
" -async 1 -preset ultrafast -strict -2 "+ OUTPUT_FILENAME;Please let me know what other paramaters will help to make it run on other players. I did try
-c:v libx264
but didn’t help. -
Transfer rtp video and audio packet
26 juillet 2014, par gashanHow can I get rtp packet video and audio on freeswitch ?
I want to transfer to node.js from freeswitch with motion jpeg.
I wonder if I can get rtp using ffmpeg...
any idea ? -
Transfer custom (all) metadata using ffmpeg
7 août 2022, par ph34rHow to transfer metadata using FFMPEG or other tools with CMD ?



I'm trying to encode video/audio and since they already have metadata inside obviously i want to preserve them into my new file



btw since i'm using mediamonkey as main player, there's also some Custom metadata. this is the one who wont transfer



- 

- for Video output file using mp4/mkv (using x264)
- for Audio output file using m4a (using neroAac)







Thank You !



ps. which container is best for neroAac and x264 ? since i can't seem to edit mkv metadata (when i remove from mediamonkey playlist, they're all gone), mp4 is fine though and i can't seem to play AAC, although it's fine when muxed into video