Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (105)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (8611)

  • lavc/videotoolboxenc : set DataRateLimits for hevc

    25 avril 2021, par Zhao Zhili
    lavc/videotoolboxenc : set DataRateLimits for hevc
    

    From the comment it's not available on old version. It works now
    by testing on macOS 11.2.1. There is no document about since when.
    So trying to set the configuration and ignore the error for hevc.

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

    • [DH] libavcodec/videotoolboxenc.c
  • 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;

  • 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;