Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (77)

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

  • 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

Sur d’autres sites (5896)

  • ffmpeg - Add image background to square video

    2 janvier 2015, par ffnoob

    I have a Video Clips which has 480x480 resolutions, I already have the code on combining them with

    ffmpeg -f concat -i C:\vids\ffmpeg\f.txt -c copy  C:\vids\ffmpeg\test.mp4

    Now I want to extend the code to add background image and make the resolution 1280x720 and if possible add a text watermark. Please help me.

    This is what I’m trying to achieve.

    http://i.imgur.com/Lk0dXw1.png

    or this

    https://www.youtube.com/watch?v=zcQK92Kyf88

  • What is the proper way to convert mp4-stream to .avi with FFmpeg ?

    17 avril 2016, par Website Newbie

    I was wondering, what is the "proper" way of encoding online mp4-stream to avi.
    I converted couple of streams, but they won’t work on my xbx360, but all other movies in .avi works ; no matter of the resolution, video codec nor audio codec, they just work.

    So what is the proper way to convert a stream to avi ?

    My current code looks like this :

    bin\ffmpeg -i http://nelonenmedia-ondemand02.nelonenmedia.fi/18/online/video/video_episode_115102918.smil/playlist.m3u8 -vf scale=768:-1 -acodec libmp3lame -vcodec libxvid -vtag XVID -threads 0 -f avi -b:v 1000k "Cybertron\S01E01 Transformers Cybertron.avi"
    bin\ffmpeg -i http://nelonenmedia-ondemand02.nelonenmedia.fi/19/online/video/video_episode_115102919.smil/playlist.m3u8 -vf scale=768:-1 -acodec libmp3lame -vcodec libxvid -vtag XVID -threads 0 -f avi -b:v 1000k "Cybertron\S01E02 Transformers Cybertron.avi"
    ect...

    But that does not work on the xbox360. I have tried different resolutions and pretty much everything ; it just doesn’t work.

  • YouTube Live iOS

    20 janvier 2016, par David McSpadden

    I have a YouTube live streaming currently set up here :
    https://www.youtube.com/watch?v=pOeMoXdU6jI

    Everything works great - except iOS devices intermittently fail to play the stream. Looking through the device logs and raw m3u8 files I notice that one .TS segment length is > 10, which is where the file fails to play throwing an error that the EXTINF is greater than double the expected length.

    If I turn off the "DVR" function in the YouTube Live Control Panel everything works perfectly since the single .TS file (sometimes 4 hours ago) is no longer present in the m3u8 file.

    I’m streaming to YouTube via ffmpeg and have other camera angles that seem to fail less frequently (but they do fail).

    Has anyone else experienced this ? It seems like a bug on the YouTube side - but they haven’t been any help.