
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (88)
-
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 (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
MediaSPIP Init et Diogène : types de publications de MediaSPIP
11 novembre 2010, parÀ l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)
Sur d’autres sites (13206)
-
Problems encoding FLAC
26 avril 2019, par aekioI’ve been following this example and have been able to encode a wav file to MP3. Now I want to try FLAC encoding.
I have two problems.
1. The FLAC file i create has no header metadata at all. How would I go about having that generated ?
2. If I decode my FLAC file via command line I get a slightly distorted version of my original WAV file.shorthand of what I do :
For Frame_size times I shift in two 16bit samples(S16 format) into Frame->Data[0] (32bit). Then call my normal encoding routine that’s been working for MP3 encoding.FFMPEG version 3.4.4-ubuntu stock package.
Any ideas of where I might be taking a wrong turn ?
-
Revert "mpegaudiodec_template : disable CRC checking for layers 1 and 2"
3 août 2020, par James AlmerRevert "mpegaudiodec_template : disable CRC checking for layers 1 and 2"
This reverts commit b48397e7b84864f2d4c70361a4c4bed93e826753.
The change did not disable crc checks for layer 1 & 2, it removed reading
the CRC field.Fixes decoding some mp2 samples and FATE test failures.
Signed-off-by : James Almer <jamrial@gmail.com>
-
avformat/isom : zero MPEG4AudioConfig to avoid leaving fields uninitialized
18 décembre 2013, par Michael Niedermayeravformat/isom : zero MPEG4AudioConfig to avoid leaving fields uninitialized
Fixes : use of uninitialized memory
Fixes : msan_uninit-mem_7f392c443e0d_1433_Crowd_Applause_01.caf
Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>