
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (37)
-
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7460)
-
Separate mxf_essence_container_uls for audio and video.
10 décembre 2011, par Carl Eugen HoyosSeparate mxf_essence_container_uls for audio and video.
-
What is Video Lagrange factor and how to achieve Constant bit rate ?
12 décembre 2011, par TarunI want to perform transcoding using FFMPEG. My target is to acheive CBR i.e Constant bit rate. But even using option like -maxrate and -minrate I am unable to acheive it.
I know when converting to x264 if I choose CBR, it will deteriorate the video quality but I am OK with it since I want to use it for streaming.Please help me asap
-
iPad Doesn't Render H.264 Video with HTML5
5 octobre 2011, par jgoldbergI have some H.264-encoded videos which render in HTML5 correctly in the web browser, but do not render correctly on the iPad. When I use a H.264 video I downloaded off the internet, my video renders correctly on the iPad, so it is not an HTML problem.
Here is the ffmpeg info about my videos —
My original .mov video :
Seems stream 1 codec frame rate differs from container frame rate : 6000.00 (6000/1) -> 30.00 (30/1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'a_video.mp4' :
Metadata :
major_brand : qt
minor_version : 537199360
compatible_brands: qtDuration : 00:00:42.74, start : 0.000000, bitrate : 220 kb/s
Stream #0.0(eng): Audio: aac, 44100 Hz, stereo, s16, 94 kb/s
Stream #0.1(eng): Video: h264, yuv420p, 762x464, 122 kb/s, 30 fps, 30 tbr, 3k tbn, 6k tbcAfter using Handbrake to convert my .mov to a mp4, yet doesn't render on the iPad :
Seems stream 0 codec frame rate differs from container frame rate : 180000.00 (180000/1) -> 29.97 (30000/1001)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'a_video.m4v' :
Metadata :
major_brand : mp42
minor_version : 0
compatible_brands: mp42isomavc1
encoder: HandBrake 0.9.5 2011010300Duration : 00:00:42.77, start : 0.000000, bitrate : 169 kb/s
Stream #0.0(und) : Video : h264, yuv420p, 752x464 [PAR 381:376 DAR 381:232], 35 kb/s, PAR 145161:141376 DAR 145161:87232, 29.97 fps, 29.97 tbr, 90k tbn, 180k tbc
Stream #0.1(eng) : Audio : aac, 44100 Hz, stereo, s16, 128 kb/sHere is a .mp4 I found online which does render on the iPad :
Seems stream 1 codec frame rate differs from container frame rate : 180000.00 (180000/1) -> 25.00 (25/1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'a_video_3_emu.mp4' :
Metadata :
major_brand : M4VP
minor_version : 1
compatible_brands : M4VPM4A mp42isom
encoder : CoreMediaAuthoring 677, CoreMedia 420.17, i386Duration : 00:01:38.01, start : 0.000000, bitrate : 1023 kb/s
Stream #0.0(und) : Audio : aac, 32000 Hz, mono, s16, 97 kb/s
Stream #0.1(und) : Video : h264, yuv420p, 480x360 [PAR 1:1 DAR 4:3], 914 kb/s, 25 fps, 25 tbr, 90k tbn, 180k tbcDoes anyone see something wrong with the way I am encoded my videos ?
Edit
At first my theory was that the iPad was sensitive to different container formats ; but that appears not to be the case. I took a video which does render correctly on the iPad and converted it to a .mov, and it still played correctly on the iPad. So there must be a problem with how the iPad deals with the underlying H.264 stream.