Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (44)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire 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 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Participer à sa traduction

    10 avril 2011

    Vous 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 (...)

Sur d’autres sites (7105)

  • DIY video file streaming from linux/osx to iOS devices

    27 septembre 2016, par sfactor

    This 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 Dtomper

    I 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 sesipod

    I 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