
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (50)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (7281)
-
lossless trim h264 video file to sync with second camera - FFmpeg ?
15 août 2017, par d3imI have several (e.g two) cameras taking video together and I wanna to have output files synchronized. Since they could start almost together but not exactly, I suppose it will be done by trim start of video that started recording first.
I want to have trimmed video as lossless as possible, so I wanna copy streams to output file.
Since FFmpeg can’t copy accurate when copying, I think the workaround would be encode start of video to next first keyframe with hi-quality (e.g. crf 16) and copy rest, then concat them together.
Could someone give me the advice how to make it or do it better ?
There seems to be some pitfalls with GOP and audio relative delay.
Thanks in advance
-
FFMpeg - Adding Timecode track messes with video output
19 octobre 2022, par MuindorI'm using FFMpeg to setup some automation.


I want to pull in a PNG, repeat it for 5 seconds, then add on an mov file to the end. I have that working great. The problem comes when I add a timecode to the output. The output video remains the correct length, but the PNG only repeats for 24 frames instead of 120, then the mov gets added, then black frames fill the rest.


This is the command I'm using. Without the timecode flag it works perfectly.


./ffmpeg -loop 1 -t 5 -r 24 -i 'image.png' -i 'end.mov' -filter_complex "[0]setdar=16/9[a];[1]setdar=16/9[b];[a][b]concat=n=2:v=1" -vsync 2 -r 24 -vcodec prores -timecode 00:59:53:00 output.mov



Just a note, I don't want any any audio track.


Thanks in advance !


-
FFmpeg cut a 16:9 video to a 9:16 ratio and put subtitle only in ratio [closed]
8 septembre 2023, par LordzSpectronI want to cut a 16:9 video to take only the central part of it, vertical and what's left, fill it with black borders, example :




I want only the part highlighted in red.


How to make this using ffmpeg ?


I've been trying using crop, some answers that taught how to blur what's left, but they all leave the full video and just cut it down to 9:16.


I want to have only the middle part highlighted and the rest be black border.