
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (49)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)
Sur d’autres sites (5522)
-
FFmpeg with libx264 skipped many frames during re-encoding
18 mai 2019, par IgorI found a strange problem with FFmpeg 4.1.3 when I re-encode this video file with libx264 and I use bitrate 8000k mode.
ffmpeg -y -i src.mp4 -c:v libx264 -preset slow -b:v 8000k dst.mp4
Source video (28 seconds) shows 3 images.
After re-encoding I see only 2 images and 3rd image is missing. I tested in latest VLC player 3.0.6, MPC-HC, Media player in Windows 10.
If I use crf video encoding instead of bitrate everything is fine.
Source video : https://drive.google.com/open?id=1gK06QtN8IqQNwAZeJdg7lbQgX0tkjaOn
-
FFmpeg with libx264 skipped many frames during re-encoding
18 mai 2019, par IgorI found a strange problem with FFmpeg 4.1.3 when I re-encode this video file with libx264 and I use bitrate 8000k mode.



ffmpeg -y -i src.mp4 -c:v libx264 -preset slow -b:v 8000k dst.mp4




Source video (28 seconds) shows 3 images.



After re-encoding I see only 2 images and 3rd image is missing. I tested in latest VLC player 3.0.6, MPC-HC, Media player in Windows 10.



If I use crf video encoding instead of bitrate everything is fine.



Source video : https://drive.google.com/open?id=1gK06QtN8IqQNwAZeJdg7lbQgX0tkjaOn


-
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