
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (22)
-
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 -
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (6273)
-
DirectShow / x264 / AviSynth and Windows Server 2008 SP2
15 novembre 2011, par TimI'm having a hard time getting AviSynth to open video files on Windows Server 2008 SP2 (32 bit). I'm aware of the sound card issue, right now I'm using Audio=false. I've tried installing the below, but I always get the error "No combination of filters could be found to render the stream". I'm using DirectShowSource, but I don't have to ... I'm open that can open most formats your average Windows 7 machine can handle.
I've installed :
- "Desktop Extensions" - which installed Media Player and codecs
- haali media splitter and ffdshow
- Windows Media Services (for streaming, this supposedly had the mpeg codecs, but it doesn't) Windows Essentials Media Codec Pack
- K-Lite Codec Pack Full VLC
- QuickTime Tried copying mpeg.dll codecs from 32 bit Windows 7 to Server and regsvr32'ing them, but get error
- Tried copying *.AX filters from 32 bit Windows 7 to server and regsvr32'ing, but still get AVS error
AVS Script :
- video0 = DirectShowSource("video0.avi", fps=30, pixel_type="RGB24", Audio=false)
- video1 = DirectShowSource("video1.avi", fps=30, pixel_type="RGB24", Audio=false)
- Dissolve(video0, video1, 30)
Command Line :
- x264 test.avs -o test.mp4 —bframes 3 —ref 3 —vbv-maxrate 2500 —vbv-bufsize=25000 —level 40 —threads
AVS Error :
- avs [error] : "No combination of filters could be found to render the stream"
Has anyone gotten this working on Windows Server ? If so what filters codecs or other setup do I need ?
Thank you for the time.
-
Revision 03bc5a3aa9 : Add two constant definitions This fixes compiler errors for vs 2008. Change-Id
10 février 2015, par Yaowu XuChanged Paths :
Modify /vpx/vpx_integer.h
Add two constant definitionsThis fixes compiler errors for vs 2008.
Change-Id : Ifaabb1c5e74fe6ede6dacf66ec3f634fecb556fd
-
Revision 0fa768704b : Use of inline instead of INLINE. This causes a build failure in VS 2008. Chang
14 mars 2014, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Use of inline instead of INLINE.This causes a build failure in VS 2008.
Change-Id : I03b0c0c006589b56d92a238d7b794711eb62575e