
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (23)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (7046)
-
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


-
Transfer custom (all) metadata using ffmpeg
6 octobre 2014, 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
-
FFMPEG overlay not shown in certain players [closed]
4 février 2024, par HamedI'm trying to add an overlay to my video using ffmpeg. Here is my command :


ffmpeg -y -i {input_video} -i {overlay_video} -filter_complex "[1:v]trim=start_frame=1991:end_frame=2027,scale=300:1,setpts=PTS-STARTPTS[clip2];[0:v][clip2]overlay=25:25" -map 0:v -map 0:a? -c:v libx264 -crf 20 {output_video}



Now the overlay is added alright, but some video players don't show the overlay video. It's almost as if it's not supported. When I convert the video once more (using any tool, doesn't matter) the overlay is added permanently. How does the process work here ? how can I so called "bake" the overlay onto my input ?