Recherche avancée

Médias (91)

Autres articles (47)

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

  • while uploading video get screen shots with ffmpeg tool & php [on hold]

    4 décembre 2014, par ilinkthreesixty

    Can you tell me what is ffmpeg and for which purposes it is used in or with PHP ... ?

    I wanna learn it to create thumbnails while uploading a video to rotate them when mouse is over the video when it is done, It’s an effect which is used on dailymotion and even facebook is using it on it’s Album when mouse is hover over a user Album it rotate the thumbnails so i want to learn how to get thumbnail screen shots on the flying while video is uploading ... Hope you have got me.

  • Video Compression Options [on hold]

    29 septembre 2019, par Rahul

    We want to add video compression library or framework for Android. We tried FFMPEG and Video Compressor Library but they are not good in following case.

    FFMPEG :

    • Works good for small video like 100 to 150 MB but it takes more time than 3 mins to Compress 1 to 2 GB Video.
    • Also used FFMPEG with x264 but didn’t work

    Video Compressor :

    • It has similar problem as FFMPEG as well as not works with different video container like .flv, .mkv

    We are also looking for any native code and algorithm (c & c++) and Open CV.

    Please suggest any other options by which we can achieve Video Compression like Facebook or WhatsApp

  • avformat/hlsenc : add a use_localtime option to expand the segment filename with localtime

    31 août 2015, par LiuQi
    avformat/hlsenc : add a use_localtime option to expand the segment filename with localtime
    

    test examples :

    ./ffmpeg -re -i /Movies/objectC/facebook.mp4 -v verbose -c copy -f hls -hls_segment_filename test-%s.ts -use_localtime 1 -bsf:v h264_mp4toannexb aaa.m3u8

    [StevenLiu@localhost ffmpeg]$ cat aaa.m3u8 ;ll test-*.ts
    test-1441052221.ts
    test-1441052231.ts
    test-1441052235.ts
    test-1441052243.ts
    test-1441052249.ts
    - rw-r—r— 1 StevenLiu staff 1310736 9 1 04:15 test-1441052131.ts
    - rw-r—r— 1 StevenLiu staff 495192 9 1 04:15 test-1441052141.ts
    - rw-r—r— 1 StevenLiu staff 1310736 9 1 04:17 test-1441052212.ts
    - rw-r—r— 1 StevenLiu staff 1067840 9 1 04:17 test-1441052221.ts
    - rw-r—r— 1 StevenLiu staff 235564 9 1 04:17 test-1441052231.ts
    - rw-r—r— 1 StevenLiu staff 1187220 9 1 04:17 test-1441052235.ts
    - rw-r—r— 1 StevenLiu staff 694848 9 1 04:17 test-1441052243.ts
    - rw-r—r— 1 StevenLiu staff 526588 9 1 04:17 test-1441052249.ts
    [StevenLiu@localhost ffmpeg]$

    ./ffmpeg -re -i /Movies/objectC/facebook.mp4 -v verbose -c copy -f hls -hls_segment_filename test-%s.ts -use_localtime 1 -bsf:v h264_mp4toannexb aaa.m3u8

    [StevenLiu@localhost ffmpeg]$ cat aaa.m3u8 ;ll aaa-*.ts
    aaa-1441052417.ts
    aaa-1441052427.ts
    aaa-1441052437.ts
    aaa-1441052440.ts
    aaa-1441052449.ts
    - rw-r—r— 1 StevenLiu staff 1310736 9 1 04:19 aaa-1441052382.ts
    - rw-r—r— 1 StevenLiu staff 277300 9 1 04:19 aaa-1441052392.ts
    - rw-r—r— 1 StevenLiu staff 1310736 9 1 04:20 aaa-1441052417.ts
    - rw-r—r— 1 StevenLiu staff 1067840 9 1 04:20 aaa-1441052427.ts
    - rw-r—r— 1 StevenLiu staff 235564 9 1 04:20 aaa-1441052437.ts
    - rw-r—r— 1 StevenLiu staff 1187220 9 1 04:20 aaa-1441052440.ts
    - rw-r—r— 1 StevenLiu staff 338776 9 1 04:20 aaa-1441052449.ts
    [StevenLiu@localhost ffmpeg]$

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/hlsenc.c