
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (72)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
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 (...)
Sur d’autres sites (7996)
-
During transcoding, does output quality of a video improve when i give output bitrate more than input video's bitrate ?
19 septembre 2013, par Jobin JoseI use ffmpeg for converting videos.
As i understand, the bitrate of a video stream is the number of bits which constitute the video over 1 second of time.
What happens when i specify the output video bitrate to be more than the input video's bitrate ?
For example :
If bitrate of "Input.mp4" is 2000KBps and i want to convert it to "Output.mp4" with output bitrate set to 3000KBps.
How will the converter create the extra 1000 bits(3000-2000) for every second of video ? -
Revision 0d0ed6a29b : Allow sub8x8 intra modes test for alt frame coding This commit allows sub8x8 in
5 octobre 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Allow sub8x8 intra modes test for alt frame codingThis commit allows sub8x8 intra modes test in the rate-distortion
loop for hd sequences in speed 1 and 2.For sequence y90n of hd set at 8000 kbps, speed 2 runtime goes
from 207s to 210s. For ped_1080p at 3000 kbps, speed 2 runtim goes
from 336s to 337s. Both are running with 300 frames.This improves compression performance by 0.24% for stdhd and 0.32%
for hd.Change-Id : I173ca38a6411565ae6cfadd184c42b2070c5de1f
-
Convert compressed swf to mp4
6 mai 2017, par skmvasuI’m looking for a batch script to convert swf to mp4, lossless. I tried using both ffmpeg and handbrake, but apparently swf is compressed and I can’t convert them this way.
ffmpeg -i input -c:v libx264 -preset ultrafast -qp 0 output.mkv
HandBrakeCLI -i source -o destinationI know I acn use a tool like xilisoft, but I’ve more than 3000 videos and would need to run this automatically. Is there a script/ algorithm that can help me automate this process ?