
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (17)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (5026)
-
NodeJS create a storybook like youtube videos ?
24 septembre 2019, par Ben BeriI need to be creating something like this :
This image was generated using this package : https://www.npmjs.com/package/ffmpeg-generate-video-preview
However its not really suitable because my storybook has to be limited to 10x10 rows/cols and after every image I have to create a next one of 10x10. And I can’t really make it generate rows/columns automatically because it just doesn’t know what is the maximum amount of cols to generate based on the frames.
How can I do such thing with maybe using ffmpeg ?
-
Why is ffmpeg generating different audio lenght during conversion ?
16 février 2020, par OldCastleI’m converting a bunch of audio files CAF to WAV using
for f in *.caf; do ffmpeg -i "$f" "${f%.caf}.wav"; done
however, the duration lenght doesn’t match. See below :
CAF
Audio
Format : AAC
Format/Info : Advanced Audio Codec
Codec ID : aac
Duration : 4 s 800 ms
Source duration : 4 s 853 ms
Channel(s) : 2 channels
Sampling rate : 44.1 kHz
Compression mode : Lossy
Source stream size : 36.0 KiB (22%)WAV
Audio
Format : PCM
Format settings : Little / Signed
Codec ID : 1
Duration : 4 s 852 ms
Bit rate mode : Constant
Bit rate : 1 411.2 kb/s
Channel(s) : 2 channels
Sampling rate : 44.1 kHz
Bit depth : 16 bits
Stream size : 836 KiB (100%)Am I doing something wrong ?
-
avfilter/vf_zscale : fix output color_range discrepancy
17 septembre 2021, par Pavel Koshevoyavfilter/vf_zscale : fix output color_range discrepancy
This filter chain was supposed to convert from narrow range
to full range yuv444p, but didn't :buffer=width=1280:height=720:pix_fmt=yuv444p:frame_rate=25/1 :\
time_base=1/25:sar=1/1,zscale=min=709:rin=limited:pin=709 :\
tin=709:t=linear,format=gbrpf32le,zscale=tin=linear:p=709:m=709 :\
r=full:t=709,format=pix_fmts=yuv444p,buffersink