
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (101)
-
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 (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (...)
Sur d’autres sites (14463)
-
How to exact frames from the mp4 which has different orientation(different frame size, recorded from phone) in the video ?
7 août 2023, par xxmaI use scrcpy record an video on Android phone.


scrcpy -r record.mp4


The video changed the orientation when recording. It has different frame size.


For example, the video is 1920x720 at begin, after 30s, the video has changed the orientation, frame size is 720x1920.


How can I exact all the frames and keep the frame size ?


I use ffmpeg exact the frame, but I got all frames witch size 1920x720, and the frame has been stretched.


ffmpeg -i record.mp4 -y -r 30 out/output-%05d.jpeg


-
How to use ffmpeg to calculator output video file size before convert ?
6 juillet 2016, par flashvnnI am starting with developing a video converter application, it has a feature allowing users to choose a video.
Then they can preview the output file size before they decide to convert the video.
Can ffmpeg calculator output the file size before converting it ?
-
Revision 7557a65d16 : BITSTREAM : Handle transform size and motion vectors more logically for non-420.
27 mars 2014, par Alex ConverseChanged Paths :
Modify /test/test-data.sha1
Modify /test/test.mk
Modify /test/test_vectors.cc
Modify /vp9/common/vp9_blockd.c
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_loopfilter.c
Modify /vp9/common/vp9_reconinter.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_rdopt.c
BITSTREAM : Handle transform size and motion vectors more logically for non-420.This breaks the profile 1 bitstream.
Don’t force non420 uv transform size to 1/4 y size. In the 4:2:0 case the
chroma corresponding to a luma block is 1/4 its size. In the 4:4:4 case
chroma and luma planes are the same size. Disallowing larger transforms
can result in a loss of compression efficiency and is inconsistent.For sub-8x8 blocks only average corresponding motion vectors.
4:2:0 and profile 0 behavior remains unchanged.
Change-Id : I560ae07183012c6734dd1860ea54ed6f62f3cae8