
Recherche avancée
Autres articles (29)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (5274)
-
Revert "avutil/frame : Disallow zero sized frame side data"
1er mars 2017, par Michael NiedermayerRevert "avutil/frame : Disallow zero sized frame side data"
Found a case where we use size==0, the other related commits
remain needed, and should be sufficient to fix the original issueThis reverts commit 7e4f32f4e4b93c95dcc872cb844c5548e69f352e.
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
Place FFMPEG videos side by side, allign by frame number
4 mars 2017, par Eduardo PerezSo, I have 2 videos I would like to place side by side. I would like to align them by a frame number that I know for each video, assuming both videos have the same FPS. The frame numbers were found using the following command.
ffmpeg -i "input.mp4" "output/%08d.jpg"
So, let’s say I know the frame number I want to align for Video A is 126, while for Video B the frame number is 179. I want to align the videos side by side with these two frames lining up, so that the resulting video would be displaying Video A frame 126 at the same time as Video B frame 179. The resulting video also shouldn’t have any pieces from either video removed, so if one of the videos hasn’t started or isn’t finished, the resulting video keeps playing the active video, rather than having only the times when both videos are supposed to be playing. I also want to align both audio tracks as well.
For this question I would prefer a single-command solution where I only need to input the videos and frame numbers I want to align, rather than having to do several steps manually.
-
ffmpeg, ffprobe : don’t "merge" side data into packet data by default
9 mars 2017, par wm4ffmpeg, ffprobe : don’t "merge" side data into packet data by default
Preparation for potentially disabling merged side data by default in the
libs. Do this in particular because it affects fate tests.The changed tests either reflect added packet side data, or the changed
packet size due to merged side data removal reducing the packet size.- [DH] ffmpeg_opt.c
- [DH] ffprobe.c
- [DH] libavformat/tests/seek.c
- [DH] tests/ref/fate/gaplessenc-itunes-to-ipod-aac
- [DH] tests/ref/fate/gaplessenc-pcm-to-mov-aac
- [DH] tests/ref/fate/gaplessinfo-itunes1
- [DH] tests/ref/fate/gaplessinfo-itunes2
- [DH] tests/ref/fate/mov-aac-2048-priming
- [DH] tests/ref/seek/cache-pipe
- [DH] tests/ref/seek/extra-mp3
- [DH] tests/ref/seek/lavf-ts
- [DH] tests/ref/seek/mkv-codec-delay