
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 (16)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (1784)
-
How to have "standard PAL" flag with a 1920x1080 video
16 octobre 2019, par gauthier heyobI need to transcode some 1920x1080 video and to have the mediainfo flag "standard PAL" in it.
I tried many things with ffmpeg but either I have the PAL flag with 720x576 or it disappears with 1920x1080.
I know it is something I can do because some I have some video file with everithing in them
https://pastecode.xyz/view/ac09a472Hope that makes sense !
-
How to use the data encoded in AVPacket to fill in RTMP_Packet and send it to RTMP server
5 décembre 2019, par DJI_loverI am currently using ffmpeg to push live streaming, but the effect is not very good, so I want to control the details of librtmp. I know that AVPacket contains encoded data (H264 NAL, but not real NAL). I hope someone can tell me how to fill RTMP_Packet with AVPacket data. I hope there are some reference codes .Thanks !!
-
How can I create video thumbnails in different Folders in ffmpeg ?
1er janvier 2020, par termnlencodesI’m trying to generate video thumbnails for all my video collection using ffmpeg. Downside is, I don’t know how to create them in they’re respective folders.
Example : Videos are in the following folders ;
C :/Media/TV Show/
<showname></showname>
/<seasonnum></seasonnum>
/C :/Media/Movies/
<moviename></moviename>
/I want to generate the thumbnails under and folders.
Here’s the script I’m using rn and I don’t know what to add on it.
Hope somebody can help me.
Edit : Whenever I create the thumbnails there’s a ".1" after the file extension. How can I remove it ?