
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (94)
-
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 (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (8383)
-
Meaning of ffmpeg output (tbc, tbn, tbr) [closed]
25 mars 2016, par user7289I am using ffmpeg to tell me video info. Specifically :
ffmpeg -i video.ext
I get the output :
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 704x576 [PAR 12:11 DAR 4:3], 9578 kb/s, 25 tbr, 90k tbn, 50 tbc
Does anyone know what tbr, tbn and tbc are exactly ? I have seen speculation on the net but nothing definitive ?
Thanks in advance.
-
Which ffmpeg command cuts a video into pieces and combines all pieces to one video ?
10 janvier 2014, par Dead GirlUsing
ffmpeg -ss 2 -t 33 -i input.mp4 -acodec copy -vcodec copy output.mp4
I get the part of input from 2 seconds on 33 seconds long. But how do I get
- from 2 seconds on 33 seconds AND
-
from 7 seconds on 5 seconds AND
...
into one output.mp4 without creating multiple single files with each -ss and -t and then combining them again(somehow) ?
PS :
ffmpeg -ss 2 -t 33 -ss 7 -t 5 -i input.mp4 -acodec copy -vcodec copy output.mp4
does not work
-
Meaning of ffmpeg output (tbc, tbn, tbr) [closed]
18 juillet 2018, par user7289I am using ffmpeg to tell me video info. Specifically :
ffmpeg -i video.ext
I get the output :
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 704x576 [PAR 12:11 DAR 4:3], 9578 kb/s, 25 tbr, 90k tbn, 50 tbc
Does anyone know what tbr, tbn and tbc are exactly ? I have seen speculation on the net but nothing definitive ?