Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (61)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

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

  • I am trying to download a streaming video with .m4s segments and I am unable to play videos

    15 mars 2018, par Albertputin Jobs

    I am trying to download a streaming video with .m4s segments and I am unable to play videos can anyone please tell me how to download a streaming video step by step which has .m4s segments I used inviDownloader and downloader all segments and now I am clueless as to how to join then and play them

    For website :
    log into bharatacharyaeducation.com and log in using these credentials

    emai : chinnu.akanksh@gmail.com
    pwd : bankai

    and choose 8086 as topic for watching videos

    Now how to download these videos ??

    please explain step by step if possible

  • Does this FFMPEG command create videos compatible with ABR playback on video.js player ?

    16 mars 2018, par alchemical

    We’re working on a site that will allow users to upload videos. It then encodes these videos into 4 bitrates. The initial version just lets the user manually select which of the 4 version they would like to play. However, the final version should allow for adaptive bitrate ABR using video.js player. Ideally, we should not need to re-encode the videos again for them to stream with ABR.

    I’m trying to understand if the current FFMPEG statement will support ABR :

    -i \"0\" -i \"1\" -threads 5 -filter_complex \"
    [0:v]scale=-2 :2[bg] ;[1:v]scale=-2:40*2/1080[watermark_scaled] ;[bg]
    [watermark_scaled]overlay=x=main_w-overlay_w-(10*
    2/1080):10*2/1080\" -acodec copy -vcodec libx264 -b:v
    3 \"4\"

  • How can I do videos into a better format without losing resolution and quality ?

    3 juillet 2020, par Melissa

    I have the job of developing a video converter program. I started to do a lot of research and development on this subject. I currently have a problem like this. The videos of the institution where I developed the converter are in mxf 50 megabit 4 : 2 : 2 format.
They want me to turn these videos into a better format without losing resolution and quality. For example, they said I could try h.265. In my work, the resolution and the quality of the video change in direct proportion when the format changes, how can I overcome this with an algorithm ? As I have just learned about the FFMPEG library, my view may be limited in this area. I am waiting for your help.