Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (53)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • 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

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

Sur d’autres sites (7278)

  • Why ffmpeg dcp playback behaving a different ways in mac and ubantu

    22 décembre 2015, par Subhajit

    I have a Mac desktop and a Linux Ubuntu setup. I have installed source code of ffmpeg with x264 and Libopenjpeg support in Linux. On the other hand I have installed homebrew version of ffmpeg with libx264 and Libopenjpeg support on Mac OS. The following command automatically convert xyz colours pace to rgb in Linux, but dose not convert colourspace in Mac OS when I play dcp with ffmpeg. What is the reason behind this strange behavior ??? My code is :

    $ffmpeg -lowres 2 -ss 0 -r24 -i MOVIE.mxf -ss 0 -i AUDIO.mxf -ac: 2 -c:v libx264 -f matroska - | ffplay -
  • When adding timelapse to ffmpeg i lose audio on streming

    14 mars 2023, par diego gonzalez

    I have setup a streaming using ffmpeg and when I have try to add a timelapse im losing the audio on the stream.
Im sure is somthing with the maping but whatever i try i cant make it work.

    


    libcamera-vid -n -t 0 --width $Width --height $Height --hdr $HDR --inline --framerate 25 -b $Bitrate -o - | \
 ffmpeg \
-re \
-i - \
-stream_loop -1 -re -f concat -i Music/PlayList.txt \
-threads 4 \
-map 0:v:0 -map 1:a:0 \
-map_metadata:g 1:g \
-c:v copy -preset $Preset -r 25 -g 50 -b:v $Bitrate   \
-c:a aac -ar 44100 -b:a 128k \
-f flv "${URL}/${Key}${Test}" \
-vf fps=1/10  "%04d.png"



    


    I have try to change the maping to force the audio to the streaming but nothing

    


  • bad quality output when using ffmpeg and drawtext filter

    1er septembre 2012, par Batuhan Topbaş

    I have vps server and i setup ffmpeg successfully. I downloaded 720p hd video. I need only add text on video. And i added successfuly but video quality is very low after adding. I use this command

    ffmpeg -i a.mp4 -vf "drawtext=fontsize=30:box=1:fontfile=/usr/share/fonts/a.ttf:text='Stack Overflow':x=(w-text_w)/2:y=(h-text_h-line_h)/2" -strict -2 c.mp4

    I dont know -strict -2 command. i try and ffmpeg error say add -strict -2 then i add. Now i need only add text, not change video quality.