
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (17)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
(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 (5011)
-
DIY video file streaming from linux/osx to iOS devices
27 septembre 2016, par sfactorThis is for a hobby project. I want to learn about video streaming and also create something that’s useful for me as well.
The project should be able to run a server on my macbook and a client on my iPad that will allow me to watch the videos I’ve got stored on my laptop without having to copy them in my iPad over my wifi.
I know there are solutions like Plex, Air Video etc. that allow me to do it. But since my goal is to practice writing some client/server code, I want to create something myself with the basic functionality of these apps.
I figured I’d probably need something like ffmpeg and Apple’s HTTP Live Streaming (HLS), but I don’t have a Apple developer account to be able to use it. I do have Xcode in my mac. So, some free 3rd party library for HLS or something equivalent. I also fond this tool called https://www.bento4.com.
How would I go about getting started with such an application and what are the libraries I could use to accomplish this ?
-
ffmpeg 'error parsing the packet header' when concatenating mp3 files
27 décembre 2020, par DtomperI downloaded many songs from youtube and mixed them using this command :
ffmpeg -f concat -safe 0 -i mylist.txt -map 0:a mixed.mp3
where mylist.txt is a list of all the downloaded files.
During the exportation I kept getting the following error :

[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input
[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input
[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input
[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input
[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input
[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input
[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input
[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input
[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input
[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input
[opus @ 0000022f1bea3700] Error parsing the packet header.
Error while decoding stream #0:0: Invalid data found when processing input



After the mix was exported, I heard it and there was a weird sound playing when it was the turn of this song : https://www.youtube.com/watch?v=iY0RwKIG_BQ


At first, I used
youtube-dl
to download the song from python. After that, I used https://ytmp3.cc/ but none of them worked. I keep getting this error and that weird sound in the mix file.

-
using ffmpeg to rotate a RTSP stream and then restram that back to my local network ( usign windows )
29 décembre 2022, par sesipodI would like to use FFMPEG to consume a stream from my cctv ip camera,rotate the video feed 90 and then re-streamt that back to my local network over rtsp. I would like to make this work on Windows only, and using the igpu in my machine to help with the cpu load. My camera does not support 90 degree rotation native so the use of FFMPEG would be nice help.


Here is what I have tried so far but it will not give me anything that I can watch on VLC for example.


ffmpeg -i rtsp://admin:passwordhere@192.168.1.147:554/h264Preview_01_main -vf "transpose=2" -c:v libx264 -b:v 1000k -s 640x480 -f rtsp



rtsp://localhost:8888/live.sdp