Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (41)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (4933)

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

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