
Recherche avancée
Autres articles (63)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
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. -
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 (9435)
-
ffplay / ffmpeg setup table with audio and video filters
30 juin 2016, par Jmv JmvRegards ,
I want to create a table with ffplay, that display the audio and video monitoring, from a signal like this :
Unfortunately I can do only the video section :
ffplay -i bar.mxf -vf "split=4[a][b][c][d],[d]vectorscope=m=color3:g=color[dd],[a]waveform=m=1:d=0:r=0:c=7[aa],\[b]waveform=m=0:d=0:r=0:c=7[bb],[c][aa]vstack[V],[bb][dd]vstack[V2],[V][V2]hstack"
I can’t put together an audio filters with video filters, actually I can’t even do the audio section, I’ve audio filters independent but I can’t put it together.
SHOWVOLUME
ffplay -f lavfi "amovie=input.mka, asplit [a][out1]; [a] showvolume=f=255:b=4:w=720:h=68 [out0]"
EBUR128 LOUDNESS
ffplay -f lavfi -i "amovie=55.mp4,ebur128=video=1:meter=18 [out0][out1]"
AVECTORSCOPE
ffplay -f lavfi "amovie=input.mp3, asplit [a][out1];
[a] avectorscope=zoom=1.3:rc=2:gc=200:bc=10:rf=1:gf=8:bf=7 [out0]"-
How I can to set up the above table (audio and video) in a line of ffplay ?
-
Or, How I can to set up only the audio section in a line of ffplay ?
Thank you a lot
-
-
Anomalie #3340 (Fermé) : table spip_urls corrompue ...
26 juillet 2015, par cedric -semble un cas isolé, pas d’autre signalement depuis, on ferme
-
avcodec/options_table : remove extradata_size from the AVOptions table
9 mars 2015, par Michael Niedermayeravcodec/options_table : remove extradata_size from the AVOptions table
allowing access to the size but not the extradata itself is not useful
and could lead to potential problems if writing happens through this fieldReviewed-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Reviewed-by : Lukasz Marek <lukasz.m.luki2@gmail.com>
Reviewed-by : Nicolas George <george@nsup.org>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>