
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (72)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...)
Sur d’autres sites (4481)
-
Decrypt or decode ultraviolet videos
29 mai 2017, par argetlam5I was on Vudu because I have some Ultraviolet movies in my collection and I saw you could download them from their site for offline usage.
The files on the computer from that download are an
h264-2000.mp4
file andaac-256.mp4
file (along with a json subtitle file and some other meta data stuff). When I try to run them individually however nothing happens and when I try to convert to m4v with ffmpeg it fails.- Are these files encrypted so that only their video player can play it ?
- Is there a way to combine all of these files that I’m just not aware of ?
Vudu uses Adobe Air if that gives you any more information.
Also, if it is encrypted, does that mean it’s illegal for me to try to be messing with these ? I thought since I bought the movie it would be fine to try. I know I could rip the movie with something like handbrake but the quality from Vudu & other Ultraviolet sites is really nice and my computer doesn’t have a bluray reader to try and rip from a bluray.
-
ffmpeg (displaying images not working correctly)
8 décembre 2013, par user2592968I am working with sox, gmic and ffmpeg and I am completely new to it. I have such a code so far :
#!/bin/bash
sox "$1" fast.mp3 trim 00:20 00:10 speed 1.5
sox "$2" rockytrim.mp3 trim 01:30 00:15
sox fast.mp3 -p pad 0 2 | sox - rockytrim.mp3 output.mp3
gmic -i "$3" -unsharp_octave 2,2 -resize 640,480 -o img1.jpg
gmic -i "$4" -resize 640,480 -to_gray -o img2.jpg
gmic -i "$5" -resize 640,480 -o img3.jpg
ffmpeg -y -r 1/10 -i img%d.jpg -loop_input -shortest -i output.mp3 -acodec copy out.aviAnd when I open my movie
output.avi
it displaysimg1.jpg
with music in the background and then it changes and the end of the movie toimg3.jpg
.The problem is that it does't show
img2.jpg
. What have I done wrong ? -
Ghosts after converting video from .mp4 mpeg4 codec to webm
15 avril 2014, par KotkotI've got problem converting from mp4 to webm.
I use this ffmpeg command to convert from mp4 to webmffmpeg -i output.mp4 -acodec libvorbis -vcodec libvpx -b:v 3M -qmax 63 -crf 0 -ac 2 -ar 44100 -r 30 -s 640x640 output.webm
Result as you can see it on output.webm in some frames contains ghost images of previous frames. How to fix it ?
I do generate the original movie manually using xuggler and perhaps I can change something
in the original movie to make conversion work properly.https://drive.google.com/file/d/0BwC6Z2bpT5deZ0xTaTNyQnlGU0U/edit?usp=sharing