
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (57)
-
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 ;
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (8494)
-
Révision 22398 : Tester la valeur du needle pour qu’il ne soit pas vide dans strpos, sinon SPIP hu...
29 août 2015, par gilles.vincent@gmail.com -
Révision 19767 : Suite a r19759 $title peut valoir false : le remplacer par une chaine vide avant...
27 juillet 2012, par cedric - -
ffmpeg encoding for 3.0 and 3.1 channels in Dolby Digital format (.ac3)
4 novembre 2019, par CC2023I was able to encode .wav to .ac3 (Dolby Digital) via.zz ffmpeg for channel 2.0, 2.1, 4.0, 4.1, 5.0, 5.1, but not channel 3.0 and 3.1.
When I played back .ac3 files on Onkyo 7.2 receiver, error on channel 3.0 and 3.1 was :
3.0 channels :
right channel ok
left channel ok
center channel played back at subwoofer
3.1 channels :
right channel ok
left channel ok
lfe channel ok
center channel played back at surround left speaker (sL)
This is command I used :
ffmpeg -i 3_channel.wav -c:a ac3 3_channel.ac3
ffmpeg -i 3_1_channel.wav -c:a ac3 3_1_channel.ac3My ffmpeg version git-2019-10-28-68f623d
Why I have successful encoding on channel 2.x, 4.x, 5.x, but not 3.x ? thanks ahead for any comments.