Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (67)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (11773)

  • lavc/videotoolboxenc : use ffmpeg profile constants

    3 juin 2023, par Rick Kern
    lavc/videotoolboxenc : use ffmpeg profile constants
    

    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavcodec/videotoolboxenc.c
  • My Bot is not playing the audio file what can i do ?

    10 mai 2021, par Lord42

    my Discord.py-Bot has a small rickroll function in it and since i replaced the old long file with a short one the bot wont give me any sounds. What can i do ?

    &#xA;

    import discord&#xA;from discord.ext import commands&#xA;import time&#xA;import asyncio&#xA;class add(commands.Cog):&#xA;    def __init__(self, client):&#xA;        self.client = client&#xA;    @commands.command()&#xA;    async def help(self, ctx):&#xA;        if not ctx.message.author.voice:&#xA;            # Exiting if the user is not in a voice channel&#xA;            return await ctx.send(&#x27;Blablabla *~webcam <ne stadt="stadt">* und *~add und mehr *~r <msg>* und noch wat&#x27;)&#xA;        channel = ctx.author.voice.channel&#xA;        vc = await channel.connect()&#xA;        vc.play(discord.FFmpegPCMAudio("Rick-Astely-Never-Gonna-Give-You-Up.mp3"))&#xA;        await asyncio.sleep(19)&#xA;        await ctx.send("Blablabla *~webcam <ne stadt="stadt">* und *~add und mehr *~r <msg>* und noch wat")&#xA;        await ctx.voice_client.disconnect()&#xA;def setup(dc):&#xA;    dc.add_cog(add(dc))&#xA;</msg></ne></msg></ne>

    &#xA;

    I dont get any errors or something, i just dont get the sounds. I checked volume stuff and more. I even updated my whole pi and nothing changed

    &#xA;

  • FFmpeg Throwing Up Error After Concat Attempt [closed]

    8 mai 2021, par OrdinaryCarrot16

    I am trying to convert my DVDs using FFmpeg, while doing additional filtering and concatenation. The script I am making is very WIP, but it isn't working at the moment. It throws up the error : "No such filter : ''&#xA;Error initializing complex filters.&#xA;Invalid argument"

    &#xA;

    Am I using the correct syntax ?

    &#xA;

    :: Generate dummy file with blank video &amp; audio streams (for spacing out portions when concating)&#xA;ffmpeg -y -f lavfi -i color=size=720x480:color=black:rate=30 -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=44100 -c:a aac -c:v libx264 -t 1 spacer_1_tmp.mkv&#xA;ffmpeg -y -f lavfi -i color=size=720x480:color=black:rate=30 -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=44100 -c:a aac -c:v libx264 -t 2 spacer_2_tmp.mkv&#xA;&#xA;:: Extract intro&#xA;ffmpeg -y -avoid_negative_ts make_non_negative -ss 00:00:01 -to 00:00:24.900 -i "ADVENTURE TIME SEASON 1 DISC 1_t00.mkv" -c:v libx264 -crf 8 -preset veryfast -c:a aac -b:a 192k intro_tmp.mkv&#xA;&#xA;:: Extract title card, episode, and credits&#xA;ffmpeg -y -avoid_negative_ts make_non_negative -ss 00:00:25.850 -to 00:00:32.500 -i "ADVENTURE TIME SEASON 1 DISC 1_t00.mkv" -c:v libx264 -crf 8 -preset veryfast -c:a aac -b:a 192k title_card_tmp.mkv&#xA;ffmpeg -avoid_negative_ts make_non_negative -ss 00:00:32.900 -to 00:11:16.950 -i "ADVENTURE TIME SEASON 1 DISC 1_t00.mkv" -c:v libx264 -crf 8 -preset veryfast -c:a aac -b:a 192k episode_tmp.mkv&#xA;ffmpeg -y -avoid_negative_ts make_non_negative -ss 00:11:17.950 -to 00:11:50.900 -i "ADVENTURE TIME SEASON 1 DISC 1_t00.mkv" -c:v libx264 -crf 8 -preset veryfast -c:a aac -b:a 192k credits_tmp.mkv&#xA;&#xA;:: Merge all extracted components and encode into final video&#xA;ffmpeg -i spacer_1_tmp.mkv -i intro_tmp.mkv -i spacer_2_tmp.mkv -i title_card_tmp.mkv -i spacer_2_tmp.mkv -i episode_tmp.mkv -i spacer_2_tmp.mkv -i credits_tmp.mkv -i spacer_1_tmp.mkv -filter_complex "[0:0]setsar=1[v1];[0:1][a1];[1:0]setsar=1[v2];[1:1][a2];[2:0]setsar=1[v3];[2:1][a3];[3:0]setsar=1[v4];[3:1][a4];[4:0]setsar=1[v5];[4:1][a5];[5:0]setsar=1[v6];[5:1][a6];[6:0]setsar=1[v7];[6:1][a7];[7:0]setsar=1[v8];[7:1][a8];[8:0]setsar=1[v9];[8:1][a9];[v1][v2][v3][v4][v5][v6][v7][v8][v9][a1][a2][a3][a4][a5][a6][a7][a8][a9]concat=n=9:v=1:a=1[fv][fa]" -map "[fv]" -map "[fa]" -c:v libx264 -crf 20 -c:a aac -b:a 160k "Slumber Party Panic (S01E02).mp4"&#xA;&#xA;pause&#xA;

    &#xA;