
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (105)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (8885)
-
Combine multiple videos with specific duration
11 août 2020, par Armand KupcisI am going to concat multiple videos so I can get one video file with FFmpeg.


I've found several ways to implement this but all ways I found can't concat with specific duration of each video.


It means they only concat whole videos.


Exactly, what I wanted is to insert video1 into video2 with specific time. While searching several articles related with this, I checked many articles say "It is impossible with ffmpeg".


So I am trying to split video2 into two videos( like video2-1,video2-2) and concat video1, video2-1, video2-2.


-
I am trying to download a streaming video with .m4s segments and I am unable to play videos
15 mars 2018, par Albertputin JobsI am trying to download a streaming video with .m4s segments and I am unable to play videos can anyone please tell me how to download a streaming video step by step which has .m4s segments I used inviDownloader and downloader all segments and now I am clueless as to how to join then and play them
For website :
log into bharatacharyaeducation.com and log in using these credentialsemai : chinnu.akanksh@gmail.com
pwd : bankaiand choose 8086 as topic for watching videos
Now how to download these videos ??
please explain step by step if possible
-
Does this FFMPEG command create videos compatible with ABR playback on video.js player ?
16 mars 2018, par alchemicalWe’re working on a site that will allow users to upload videos. It then encodes these videos into 4 bitrates. The initial version just lets the user manually select which of the 4 version they would like to play. However, the final version should allow for adaptive bitrate ABR using video.js player. Ideally, we should not need to re-encode the videos again for them to stream with ABR.
I’m trying to understand if the current FFMPEG statement will support ABR :
-i \"0\" -i \"1\" -threads 5 -filter_complex \"
[0:v]scale=-2 :2[bg] ;[1:v]scale=-2:40*2/1080[watermark_scaled] ;[bg]
[watermark_scaled]overlay=x=main_w-overlay_w-(10*
2/1080):10*2/1080\" -acodec copy -vcodec libx264 -b:v
3 \"4\"