
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (36)
-
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 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 (...) -
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 (6218)
-
FFMPEG audio 0.1ms stutter but video is smooth [closed]
14 décembre 2024, par c0de b0untyI have videos in a folder unprocessed and i'm also using
inotifywait
to check the folder for new sub folders for videos and process them automatically....

Problem i have is with
ffmpeg
and stuttering audio in segments while video is smooth. I notice it's just a small stutter like gibberish for 0.1ms in random segments but no desync. It's annoying to have this small stutter. Also source MP4 file has smooth audio and video.

I have 100K+ Videos pending HLS processing and files have different dimensions i added the checks for it in the script but ffmpeg keeps messing with me :(. I'm quiet new to ffmpeg...


ffmpeg -y -loglevel error -i "$mp4_file" \
 -threads "$CPU_THREADS" \
 -c:v copy -c:a copy \
 -hls_time 4 -hls_segment_type mpegts \
 -hls_segment_filename "$variant_dir/segment.720.%03d.ts" \
 -hls_playlist_type vod \
 -hls_flags independent_segments \
 -f hls "$variant_dir/index.m3u8" 2>> "$ffmpeg_log"



-
SWAY at RFWS using Coviu
14 février 2016, par silviaA SWAY session by Joanne of Royal Far West School. http://sway.org.au/ via https://coviu.com/ SWAY is an oral language and literacy program based on Aboriginal knowledge, culture and stories. It has been developed by Educators, Aboriginal Education Officers and Speech Pathologists at the Royal Far West School in Manly, NSW.
Category : Array
Uploaded by : Silvia Pfeiffer
Hosted : youtube -
Revision 49866baae6 : Early termination after partition NONE is done in RD. This patch allows the enc
30 juillet 2014, par Pengchong JinChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Early termination after partition NONE is done in RD.This patch allows the encoder to skip the search for partition
SPLIT, HORZ, VERT after the search for partition NONE is done
in RD optimization. It uses the first pass block-wise statistics
to make the decision. If all 16x16 blocks in the current partition
have zero motions and small residues from the frist pass statistics,
and it has small difference variance, further partition search is
skipped.For speed 2 setting, experiments on general youtube clips show that
the speedup varies from 1% - 10%, 5% on average. On the performance
side in PSNR, derf 0.004%, yt -0.059%, hd -0.106%, stdhd 0.032%.For hard stdhd clips :
park_joy_1080p, 502952 ms -> 503307 ms (-0.07%)
pedestrian_area_1080p, 227049 ms -> 220531 ms (+3%)This feature is under the compilation flag CONFIG_FP_MB_STATS and
it is off in current setting.Change-Id : I554537e9242178263b65ebe14a04f9c221b58bae