
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (106)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (13726)
-
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 ?
-
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
-
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