Recherche avancée

Médias (91)

Autres articles (45)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

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

Sur d’autres sites (6643)

  • Overlays with subtitle with multiple text in ffmpeg

    26 novembre 2020, par Konduri Sai Aditya

    I have the following query. please find images
I have two inputs one is bg.png,( background-color), another one is baby webm
with two texts one is "Double click to edit" which back of baby.webm and other "adi" which overlayed on baby.webm

    


    My command is

    


    ffmpeg -loop 1 -i bg.png -vcodec libvpx-vp9 -stream_loop -1 -i baby.webm -y -filter_complex "[0]subtitles=subs.ass:fontsdir=/fonts/Dancing_Script.ttf[sub];[1:v]scale=1076:606[scale1];[scale1]rotate=0:c=black@0:ow=rotw(0):oh=roth(0)[rotate1];[sub][rotate1]overlay=x=684.57:y=357.98,subtitles=subs.ass:fontsdir=/fonts/Times_New_Roman-400.ttf" -pix_fmt yuv420p -t 10 ip.mp4


    


    But the output I got is

    


    If you check the difference text overlay pattern, there is a difference in an overlay pattern. How can I achieve output the same as the input ?

    


    above is .ass file

    


    [Script Info]
; Script generated by Aegisub 3.2.2
; http://www.aegisub.org/
Title: Default Aegisub file
ScriptType: v4.00+
WrapStyle: 0
ScaledBorderAndShadow: no
YCbCr Matrix: None
PlayResX: 1920
PlayResY: 1080

[Aegisub Project Garbage]
Last Style Storage: Default

[V4+ Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
Style: Default,Dancing Script,121.1,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,0,0,0,7,0,0,0,1
Style: Default,Times New Roman,216,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,0,0,0,7,0,0,0,1


[Events]
Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
Dialogue: 0,0:00:00.00,0:00:05.00,Default,,0,0,0,,Double click to edit {\fnDancing Script\pos(430,514)}
Dialogue: 0,0:00:00.00,0:00:05.00,Default,,0,0,0,,Adi {\fnTimes New Roman\pos(1051,681)\fs216}


    


  • ffmpeeg copying audio codec type while concating videos

    6 décembre 2020, par ScipioAfricanus

    I am using the following commands :

    


    ffmpeg -i data/staging/0.mkv -i data/staging/1.mkv -map 0 -filter_complex concat=n=2:v=1:a=2 -threads 8.0 data/staging/concat.mkv -y -loglevel error


    


    To combine 2 videos with 2 audio streams and -map 0 is used to maintain various other streams including multiple subs etc.

    


    But the audio going in AAC and coming out the concat end seems to be voris ? I am not sure why this occurs. Is there a way to maintain this ?

    


    The codecs for all input clips will be identical, ad they are split from the same video previously.

    


  • Merge pull request #1536 from thomasgohard/ca-postal-code-update

    21 août 2015, par staabm
    Merge pull request #1536 from thomasgohard/ca-postal-code-update
    

    Additionals : Updates to postalCodeCA method

    Allow both upper case and lower case characters and zero or more spaces between the Forward Sorting Area and Local Delivery Unit portions as users do not always use all upper case or include a space (see wet-boew/wet-boew#6760).

    Correct the regular expression to fail entries that include invalid characters D, F, I, O, Q, and U which are not used in Canadian postal codes.