
Recherche avancée
Autres articles (27)
-
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 (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (7062)
-
-fps filter not in avconv ?
22 avril 2015, par user2392940Used a older version of ffmpeg on a project and now im planning on switching over to avconv and was wondering if the -fps filter has been changed or depreciated ? If it has been changed what is the current substitute for the -fps filter in avconv ? Much Thanks
-
How to extract H264 video from RTP packets in a .pcap file
29 septembre 2020, par Ke ChenI am using FFmpeg to transmit RTP stream of a video and then capture and save all packets using WireShark into a .pcap file. The FFmpeg command I am using is :


ffmpeg -i video.264 -r 25 -video_size 352x288 -c:v libx264 -f rtp rtp://127.0.0.1:1234



Now, I want to convert back to video using this pcap file. Can FFmpeg do this ? or Is there other tools available ?


Also, I want to test how packet loss affects the quality of video. So I need to drop several packets in the pcap and then convert back to video to see the effect. Can I get the video back just use the rest of the packets in the pcap file ?


To achieve the goal I said above, I also need to learn which packets are corresponding to what kind of frames right ? So can I acquire the type of frames only looking at the RTP packets in the file. How can I do that ?


-
how to use ffmpeg with node.js
11 février 2024, par Jes SHiiii. I would like to use ffmpeg for this project (click to check out). I tried to use wasm but it was too slow. So i'm making a back app with nestjs and nodejs for this. I want to question : What is the better to do ? Should i use bindings ? or what should i use ?. (Please, i already look up this topic and i know that there is a library called "ffmpeg" in npm, if you don't know about how to work correctly please, just don't reply)


I tried with ffmpeg.wasm, but it was too slow. So i'm making a back.