
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (108)
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)
Sur d’autres sites (8412)
-
Is there a way to tell ffmpeg certain images are I-frames [closed]
25 juillet 2024, par nilgirianI was thinking a lot about continuous zoom animation. One way to do this is to generate each frame as png and then dump it into ffmpeg and get video.


If I want to cut down on processing time, I was thinking I could generate every n-frames (let's say in this case every 4 frames as an example). Then the in-between frames I'd just crop and resize that initial frame.


So essentially I have an "artificial" GOP (for lack of a better name) so my first artificial GOP :


- 

- 0.png - fully rendered image (keyframe)
- 1.png - crop and zoom of 0.png
- 2.png - crop and zoom of 1.png
- 3.png - crop and zoom of 2.png










My second artificial GOP :


- 

- 4.png - fully rendered image (keyframe)
- 5.png - crop and zoom of 4.png
- 6.png - crop and zoom of 5.png
- 7.png - crop and zoom of 6.png










Rinse repeat until end of video.


My question here would be is there a way to tell ffmpeg or some other tool that every 4th frame are actual I-frames, and probably shouldn't be touched.


The idea being that if I want to extend the size of my artificial GOP as much as possible without losing too much detail I'd like to tell ffmpeg to not make an I-frame out of a lossy (cropped and zoomed) pngs.


-
Révision 18651 : lors de la restauration, on utilise sql_insertq_multi
28 octobre 2011, par cedric -Mais si une des donnees echoue, toutes les suivantes de la serie echouent aussi. On verifie donc que le nombre d’enregistrement dans la table est coherent avec le nombre de données insérées. Dans le cas contraire on rejoue l’insertion donnée par donnée pour être sûr que seules les lignes corrompues (...)
-
Acceptable Video Size For Social Network With FFMpeg
2 août 2022, par John SantosI'm building a social network on Android and using FFMPeg to compress the videos before uploading them. Videos will have maximum 1 minute of duration.



The original video for test has 87.74Mb 1080x1920.



Trying to find the middle point between quality and file size I could get to a video size of either 26Mb with an "meh" quality (which I'm not happy with) or 33.06Mb with a good quality (scaling the video to 480x852).



Problems :



1) It's taking an average of 2min 30sec to compress a 1 minute video !



2) Even 25Mb seems to be too much for a 1 minute video for a social network



The ask :



1) Any clue how do Instagram and Facebook do it to compress and upload the same video above within 1 minute !!?? I know they compress it cause the quality is not the same when on Facebook/Instagram but how to they get it done that fast ?



2) What would it be an acceptable file size for a 1 minute video on Facebook/Instagram ? I'm worried about wasting too much storage for 1 minute videos. Does anyone have any idea about it ?





I'm searching a lot about FFMpeg commands to get it better and better but it would be easier if I had in mind what I want to achieve.