Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (30)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (6180)

  • Unexpected pause in video after concatenating multiple mp4 files using ffmpeg

    21 janvier 2019, par Ajit Maurya

    I am trying to concatenate more than 90 small MP4 videos for a single MP4 file.
    i got code reference from here
    , i successfully got an output.mp4 file, but i tried to play video, there is a long pause between videos, searched and got this here is the link, but failed.

    CMD CODE : ffmpeg -y -f concat -i inputs.txt -c copy output.mp4
    

    inputs.txt is like

    file video_1.mp4
    duration 17
    file video_2.mp4
    duration 25
    file video_3.mp4
    duration 45
    file video_4.mp4
    duration 15
    file video_5.mp4
    duration 10
    file video_6.mp4
    duration 20
    file video_7.mp4
    duration 25
    file video_8.mp4
    duration 20
    file video_9.mp4
    duration 15
    file video_10.mp4
    duration 12

    Please help me.

  • Why my youtube video made with ffmpeg only shows 360P and 1080P on mobile devices but works fine on desktop ?

    1er janvier 2020, par CheeseWithMe

    I am trying to create a video from an image and sound file with ffmpeg.

    This is what I use :

    ffmpeg -y -loop 1 -r 6  -i current_image.png -i current_audio.wav -shortest -c:v libx264 -preset ultrafast -tune stillimage -pix_fmt yuv420p -c:a aac out.mp4

    But uploading this on youtube will display only in 360P and 1080P on mobile devices while on Desktop I have all the resolutions up to 1080P.

    It has the same effect with the command from FFmpeg wiki on enconding from youtube

    ffmpeg -loop 1 -framerate 2 -i input.png -i audio.m4a -c:v libx264 -preset medium -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt yuv420p output.mkv

    I have no idea why is this happening, I could use some guidance.

  • Nomenclature #4519 : Renommage de terminologie (blacklist / whitelist)

    16 juillet 2020

    Et linux aussi :
    - https://seenthis.net/messages/867414

    Avec une liste proposée de terminologies :

    Proposed alternatives for master/slave include :

    • primary/secondary
    • main/replica or subordinate
    • initiator/target
    • requester/responder
    • controller/device
    • host/worker or proxy
    • leader/follower
    • director/performer

    Proposed alternatives for blacklist/whitelist include :

    • denylist/allowlist
    • blocklist/passlist