
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (83)
-
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 ;
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)
Sur d’autres sites (11930)
-
Issue concatenating video and image using FFmpeg command
17 juillet 2023, par hello worldI'm trying to add a single JPG image to the end of a video without re-encoding using FFmpeg. I have tried the following command :


ffmpeg -i "original_video.mp4" -i "additional_frame.jpg" -filter_complex "[0:v][1:v]concat=n=2:v=1:a=0[v]" -map "[v]" -c:v copy output_video.mp4



However, it doesn't seem to be working as expected. The resulting output_video.mp4 is not displaying the additional_frame.jpg at the end of the video. Instead, it appears to be the same as the original_video.mp4 without any changes.


I have verified that the additional_frame.jpg has the same resolution and frame rate as the original_video.mp4. Both files are in the same directory, and FFmpeg doesn't report any errors during the process.


Could someone please help me identify what I might be doing wrong in this command or suggest an alternative way to achieve the desired result of adding an image to the end of the video without re-encoding ?


Thank you in advance for any assistance !


-
Xcode - Missing Library Error in Mac Catalyst when distributed through Testflight
12 avril 2023, par STerrierThe iOS version of the app is functioning correctly on TestFlight, and there are no issues when building the Mac Catalyst version of the app from Xcode. However, when distributing the app to TestFlight for Mac Catalyst, the FFmpegkit library fails to load, resulting in a crash. The crash report indicates that the library is missing and cannot be located in the designated file path.


Specifically, the crash report states that the library could not be loaded from "@rpath/ffmpegkit.framework/ffmpegkit". Despite extensive efforts, I have been unable to resolve this issue. I have attempted to enable "@path expansion" but have been unsuccessful. Are there any alternative solutions to resolve this problem ?


Thanks for your help


-
libFLAC/bitreader.c : Fix undefined behaviour
23 août 2015, par Erik de Castro Lopo