Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (13483)

  • Can I convert mp4 server file into a server as mp3 ?

    5 février 2021, par Andor Uhrin

    I'm working on an API which convert from video ID to mp3 or mp4. I use FFMPEG to convert. If I want to convert in mp3 first I download the video in mp4 then convert it to mp3 and upload it to Firebase storage. I want to make the fastest and I found the way where i download in mp4 and with ffmpeg the converted mp3 has uploaded to Firebase and this works fine and faster than the last version. The pafy streams have an attribute called 'url'. And I tried to put this url to base file's place so I don't download it just call it from the server. But this is doesn't work. I got this error :

    


    "
[https @ 0x564635880240] HTTP error 403 Forbidden
https://r3---sn-c0q7lnly.googlevideo.com/videoplayback?expire=1612548216 : Server returned 403 Forbidden (access denied)
"
I know ffmpeg can convert from server, because I didn't get this error if it can't...

    


    This is my code :

    


    import pafy

import os


firebaseURL = f"https://firebasestorage.googleapis.com/v0/b/{my_firebase_app_id}.appspot.com/o/test.mp3"

vidID = "AQLEWWKv9n4"

ids = pafy.new(vidID).allstreams[-1].url

os.system(f"ffmpeg -i {ids} {firebaseURL}")


    


  • avfilter/vf_v360 : add basic commands support

    25 février 2020, par Paul B Mahol
    avfilter/vf_v360 : add basic commands support
    
    • [DH] libavfilter/vf_v360.c
  • lavf : add some basic documentation of the muxing process

    4 février 2014, par Anton Khirnov
    lavf : add some basic documentation of the muxing process
    
    • [DH] libavformat/avformat.h