Recherche avancée

Médias (91)

Autres articles (80)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (10446)

  • How do programmers control computer music play ? [on hold]

    10 juillet 2013, par RetroSun

    I can understand draw on the screen.I know signal input and output.
    But how to control music play ?

  • ffmpeg started with initial_pause won't play

    25 janvier 2015, par ComputerSaysNo

    I need to :

    • connect to RTSP server
    • send all RTSP commands except PLAY(hence the ’initial_pause’ option)
    • send custom packet to server via GET_PARAMETER command
    • send PLAY command <- this does not work

    I am successfully sending and receiving data using ffurl_write/read, after which I’m sending av_read_play(context) <- this is being sent correctly and receives response(network sniffer says so), however, ffmpeg is not able to find the video codec for some reason, error :

    [rtsp @ 0x7fff0a858800] Could not find codec parameters for stream 0 (Video : h264) : unspecified size
    Consider increasing the value for the ’analyzeduration’ and ’probesize’ options

    I did increase the probsize and analyzeduration to obscene values without luck.

    My question is : how can I resume/play the stream, what am I missing ?

    Feel free to ask any additional questions that may help in finding the issue.

  • Alternate ways to play music on discord bot

    29 mars 2021, par Sathvik K S

    I am currently using youtube-dl along with ffmpeg to play songs from my discord bot. However, searching for the song, downloading the video and extracting the audio takes a long time.

    &#xA;

    So I wanted to know if there is any way to speed up the process so the music can be played almost instantaneously.

    &#xA;