Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (43)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

Sur d’autres sites (8480)

  • time : Add missing zero

    8 septembre 2014, par Gabriel Dume
    time : Add missing zero
    

    Leftover of 56d7df91e010a177a80cfc8dbe394305

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavutil/time.c
  • Does 'force_style' work with 'subtitles=video.mkv' for FFMPEG ? [closed]

    8 septembre 2023, par http.bird

    I am using this script to encode an burn in subtiles for an entire folder :

    &#xA;

    for filepath in newFiles:&#xA;    video = os.path.basename(filepath)&#xA;    videoName = os.path.splitext(video)[0]&#xA;    newFile = &#x27;%s.mp4&#x27; % videoName&#xA;    i = filepath&#xA;    o = os.path.join(destinationDirectory, newFile)&#xA;    if os.path.isfile(o):&#xA;        continue&#xA;    encodeCommand = f&#x27;ffmpeg -i "{i}" -vf "scale=-2:480, subtitles="{video}":force_style=&#x27;PrimaryColour=&amp;H0300FFFF&amp;&#x27;" -c:v libx264 -profile:v baseline -level 3.0 -preset fast -crf 23 -pix_fmt yuv420p "{o}"&#x27;&#xA;    print(&#x27;Encoding %s&#x27; % newFile)&#xA;    encode = os.popen(encodeCommand).read()&#xA;

    &#xA;

    However, the force_style=&#x27;PrimaryColour=&amp;H0300FFFF&amp;&#x27; does not work and just keeps the subtitles built into the original file untouched. I am using subtitles="{video}" because it uses the subtitles that are saved in the video file. Does &#x27;force_style&#x27; only work if I am providing a separate subtitle file ?

    &#xA;

    I tried a mixture of quote combinations to see if that was the problem, but that stopped the script from running. This script still runs, just doesn't change the color of the subtitles.

    &#xA;

    Edit : suddenly it doesn't run. Says that PrimaryColour is invalid syntax. I didn't change anything

    &#xA;

  • FFMPEG does not work

    28 novembre 2017, par rktech

    I use this command :
    ffmpeg -y -f concat -safe 0 -i out.txt -vsync vfr -pix_fmt yuv420p output.mp4
    But if I start encoding and play video, I can not play video.
    Can someone help me