Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (85)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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 (12974)

  • Program not working as expected on DigitalOcean Ubuntu

    22 mai 2022, par Stardust

    Currently, I am writing a discord bot on python and tried to put it on my droplet of Digital Ocean to make it run 24/7 ; however, my play method and radio method will not produce sound in the environment. When I tested on my local python interpreter everything works fine but the statement seems to have no effect when it was run on the server.

    


        @commands.command(name="radio")
    async def radio(self, ctx, url: str = 'https://listen.moe/fallback'):
    print("radio received!")
    channel = ctx.message.author.voice.channel
    self.is_radio = True
    try:
        self.vc = await channel.connect()

    except Exception:
        pass
    if self.vc is None:
        await ctx.send("Sorry but I cannot find where are you...")
    else:
        await ctx.send("Take a look at this! Hope you will like it~")
        self.vc.play(FFmpegPCMAudio('https://listen.moe/fallback'))


    


    I uses the ubuntu provided by the Digital Ocean droplet, and uses git clone to copy the file into the server, then uses python3 main.py to run the code.

    


  • On concatinating two videos in FFmpeg, the output video is far longer than expected

    15 août 2019, par Ngo Van Phuc

    I want to ask about FFmpeg.

    • Video A (time : 00:31:51 - 1280x720)
    • Video B (time : 00:00:22 - 1280x720)
    • output video : (time : 01:20:38)

    The code I use : ffmpeg -f concat -i file-list.txt -c copy outputfile.mp4

    I hear people say, need to encode videos, How to encode video ?

    please help me.

  • avutil/tests/imgutils : factorize basic tests to new function

    1er décembre 2023, par Marton Balint
    avutil/tests/imgutils : factorize basic tests to new function
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavutil/tests/imgutils.c