
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (43)
-
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 (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
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
Sur d’autres sites (10327)
-
Invalid option error using avcodec_open2 and libopus
12 mai 2017, par Paul GregoireI’m getting an invalid option result from
avcodec_open2
in ffmpeg 3.1.6 with libopus 1.1.4. I’ve sorted through all the options and I cannot locate the offending option, I created a gist holding the relevant native code. I’ve searched all about the internet and cannot find anything helpful as of yet. I’ve also tried with and without the opts dictionary.results = avcodec_open2(context, codec, &opts);
andresults = avcodec_open2(context, codec, 0);
All tests and variations return -22 (at line 51 in gist)
-
Ffmpeg : Is it possible to use -itsoffset option without transcoding ?
18 mai 2022, par MuhammadI am using
-itsoffset
option for delaying the video track of a stream by few seconds but the problem is that I must use-c:v libx264
or other codecs, I cannot use-c:v copy
, I want to use copy to avoid transcoding since its a very heavy process if the video is in high quality.

-
How do I Image Sequence option of FFMPEG
1er avril 2013, par user2230678image sequence file is configured as a png file as a video file using ffmpeg to convert....
Two kinds of synthesized image sequence files by trying to convert the file to one of the videos that they did not expect that the results do Question
The option value
-i layer_0_% 04d.png
-i layer_1_% 04d.png
-r 25
-s size 720x486
-y output.mp4So I tried encoding the results coming out of the movie only as a result of layer_1.
image sequence file itself to check all png image was that the alpha channel is zero.
Overlapping transparent areas in
layer_1
image belowlayer_0
image projected video results not expect was the expectation that the results Why does ...?Whether additional option be available ... Or inherently impossible I'd like to hear your thoughts ...