
Recherche avancée
Autres articles (111)
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (8687)
-
FFMPEG How to merge several videos to one file with fade effect ?
10 juin 2016, par user2455079Need to merge several videos to one (for example 5 videos) with simple fade transition (video length various from file to file) if resolution is larger than 1280x720 must be resized proportionally and add sound track mp3 file to whole video. (Video files doesn’t contain audio)
Only found this solution :
http://superuser.com/questions/778762/crossfade-between-2-videos-using-ffmpeg
But uses static file length in parameters... -
Can you reuse an init.mp4 file for two separate FMP4 videos if they are encoded to the same specification ?
19 février 2024, par TCRI have two separate FMP4 (Fragmented MP4) videos that I need to encode. Both videos will be encoded to the same specifications, including resolution, bitrate, and codec settings. I understand that each FMP4 video typically includes an init.mp4 file containing initialization data.


My question is : can I reuse the same init.mp4 file for both videos since they are encoded to the same spec ? Would this cause any issues with playback compatibility or any other potential problems ?


Since the moov atom contains general info and timing information meta-data, and both videos are encoded to the same specification, my thought is you could reference one init file for playback of both videos. If I could guarantee that encoding specifications are the same, what would be the consequence of such an approach ?


-
How to transition smoothly and repeatedly between two videos using a command line tool on Ubuntu ?
8 février 2019, par IntrospectreAt first glance, this problem seems like it should be easy to solve, but I’m having difficulty locating the right solution on Ubuntu. I simply want to output a video using two videos as input, where these two videos fade into each other in a smooth and repetitive manner, every second or so. Would I be able to use something like ffmpeg for this task ? If not, what’s a typical efficient path to this goal ?