
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (30)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (5701)
-
FFMPEG AVCodecContext resizes frame to match multiple of 4 bytes
29 juillet 2014, par Michael IVI am decoding video frames from FLV .The input video original size is 431x82 .Now when I am accessing the frame size from AVCodecContext.width and AVCodecContext.height I see the sizes change to be dividable by 4 (432x96).Which probably is done internally for performance reasons.Is there a way to prevent this ?
-
avformat_open_input() fails to open url
7 mai 2018, par subhaI tried to open URL using avformat_open_input API function.
Initially, I got a warning like,Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
After initializing avformat_network_init(), I am getting a negative return value for avformat_open_input() function call.
INPUT URL : https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8
Can anyone please help me to find the issue ?
-
How to concat two video from ffmpeg ?
18 janvier 2019, par Avneesh KumarI have use nodejs and var ffmpeg = require(’ffmpeg’) ; plugin
ffmpeg() .mergeAdd(’C ://Users//DCL43//Desktop//video12//13.mp4’)
.mergeAdd(’C ://Users//DCL43//Desktop//video12//12.mp4’)
.output(’C ://Users//DCL43//Desktop//video12//outputnewdata12.mp4’)
.run() ;got error -
Object code : 100, msg : "The input file path can not be empty"
app.js:85
code:100
msg :"The input file path can not be empty"
proto:Object constructor : , defineGetter : , defineSetter : , …