
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 (69)
-
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 (...) -
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 ;
-
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
Sur d’autres sites (6206)
-
How to concat two .mp4 files in php using ffmpeg ? [duplicate]
6 mai 2014, par user3607665This question is an exact duplicate of :
I want to concat two .mp4 files to single .mp4 in php using ffmpeg.
Thanks -
Revision 00d54aa331 : First pass clean up. One of a series of changes to clean up two pass allocation
9 mai 2014, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
First pass clean up.One of a series of changes to clean up two pass
allocation as precursor to support for multiple arf
or boosted frames per GF/ARF group.This change pulls out the calculation of the total bits
allocated to a GF/ARF group into a function, to aid
readability and reduce the line count for define_gf_group().This change should have no material impact on output.
Change-Id : I716fba08e26f9ddde3257e7d9b188453791883a3
-
ffmpeg frame rate issue
3 juillet 2013, par user2529661I have been having frame rate issues with ffmpeg. I'm trying to make a mkv file with a raw H.264 input.
I have to declare a frame rate or it will default to 25 fps, but the text becomes out of sync when I try to set a frame rate with the
-r
option :ffmpeg -r 29.42 -i 2.h264 -i 2.ass -map 0 -map 1 -c copy 2.mkv
I know the time duration of the H.264 file when I get the frame count using :
ffprobe -i 2.h264 -show_streams -count_frames
I can calculate the frame rate and make the mkv file and the text is pretty well synced. This is slow ; it takes about 1 min to process 10 mins of video. My files will be up to 1 hour long and this all has to be done in the back ground from my .net app.
- Is there a faster way to get the framerate ?
- Is using
ffprobe
the best option ? - Can I force a duration on the mkv file ?