
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (5648)
-
Revision e5034f65e5 : Fixed integer overflow for large input video The sum of squared mv components c
24 janvier 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
Fixed integer overflow for large input videoThe sum of squared mv components can go beyond int range for large
input resolution. This commit changed the type to int64 to avoid
overflow.Change-Id : Ib21ea2817845cea1435f893064e6417c79c5bc64
-
FFmpeg encoding an audio file which consists of 2 concatenated clips from Quicktime loses audio sync
2 février 2015, par Tim KoschützkiI have 2 small 20 second video clips which I concatenate into one mp4 file using Quicktime. The result plays fine in VLC with the audio in sync.
Now I want to encode this using ffmpeg into some other format. When I do this, the result plays fine, but as soon as the playback reaches the 20th second, the audio and video go out of sync.
ffmpeg -i in.mp4 -r 25 -map 0 -map -0\:d -map -0\:s -f mp4 -codec:a libfdk\_aac -ar 44100 -b:a 128000 -codec:v libx264 -b:v 512000 -maxrate 512000 -bufsize 512000 -bt 1200000 -async 2 -coder 0 -g 30 -level 30 -partitions \+parti4x4\+partp8x8\+partb8x8 -qmax 51 -qmin 10 -rc_eq blurCplx\^\(1-qComp\) -trellis 1 -preset veryfast -threads 3 -vf \[in\]\ scale\=iw\*min\(320\/iw\\\,180\/ih\)\:ih\*min\(320\/iw\\\,180\/ih\)\,pad\=320\:180\:\(320-iw\)\/2\:\(180-ih\)\/2\:0x00000000\ \[out\] -metadata:s:v:0 rotate\=0 out.mp4
Has anybody experienced anything similar and has a few pointers ?
I have also tried ffmpeg’s async : 1, -coptyts, asyncts : compensate options and a couple more and they all don’t help.
Thank you in advance for any pointers.
-
How to convert large videos in aws using php and ffmpeg [on hold]
14 novembre 2016, par Nick LynchI would like to be able to convert mov and avi to MP4 using Amazon web services with php and elastic beanstalk.
However if you try and convert a large video using ffmpeg the server will time out, and the video will not save. I want to know if there is a way to do this. Possibly involves splitting the larger video into small pieces and converting each of the pieces, then combining the pieces. However even this takes too long to actually do on the server.Any help you can give would be greatly appreciated.
Thank you !