Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (73)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

Sur d’autres sites (8096)

  • Converting video Using ffmepg and error :Unable to parse option value "high"

    1er novembre 2015, par j.edga

    This is the command that I’m using to convert a video to FFmpeg :

    $this->ffmpegAddress -i $this->input -vcodec libx264 -vprofile high -preset slow -b:v 500k -maxrate 500k -bufsize 1000k -vf scale=-1:720 -threads 0 -acodec libvo_aacenc -b:a 128k $outPut 2>&1

    since I changed my VPS ,I got the following error for that line " Unable to parse option value "high" " .
    This is the whole Output

    FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
    built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat
    4.4.5-6) configuration : —prefix=/usr —libdir=/usr/lib64 —shlibdir=/usr/lib64 —mandir=/usr/share/man —incdir=/usr/include —disable-avisynth —extra-cflags=’-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector —param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC’ —enable-avfilter —enable-avfilter-lavf —enable-libdc1394 —enable-libdirac —enable-libfaac —enable-libfaad —enable-libfaadbin —enable-libgsm —enable-libmp3lame —enable-libopencore-amrnb —enable-libopencore-amrwb —enable-librtmp —enable-libschroedinger —enable-libspeex —enable-libtheora —enable-libx264 —enable-gpl —enable-nonfree —enable-postproc —enable-pthreads —enable-shared —enable-swscale —enable-vdpau —enable-version3 —enable-x11grab libavutil 50.15. 1 / 50.15. 1 libavcodec 52.72. 2 / 52.72. 2
    libavformat 52.64. 2 / 52.64. 2 libavdevice 52. 2. 0 / 52. 2. 0
    libavfilter 1.19. 0 / 1.19. 0 libswscale 0.11. 0 / 0.11. 0 libpostproc
    51. 2. 0 / 51. 2. 0 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ’vids_temp/289590714006202.mp4’ : Metadata : major_brand : isom
    minor_version : 512 compatible_brands : isomiso2avc1mp41 encoder :
    Lavf56.40.101 Duration : 00:00:13.19, start : 0.-36281, bitrate : 355
    kb/s Stream #0.0(und) : Video : h264, yuv420p, 384x288 [PAR 1:1 DAR
    4:3], 221 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc Stream #0.1(und) :
    Audio : aac, 44100 Hz, stereo, s16, 128 kb/s Unrecognized option
    ’preset’error

    What’s wrong with that ?

  • error in ".setDataSource(MainActivity.this, uri) ;" in Android 5.0

    17 septembre 2016, par maxShmax

    When I pick the video file and press button for convert it to GIF - I get "App has been stopped".

    The error is specify to ".setDataSource(MainActivity.this, uri) ;" in this part of code :

    fFmpegMediaMetadataRetriever = new FFmpegMediaMetadataRetriever();
    fFmpegMediaMetadataRetriever.setDataSource(MainActivity.this, uri);

    In Andoid 4 and 6 it’s working well.

    First photo is a log, second - crashlytics.

    As I understand, error in JNI library, right ? How to fix this error ?

    Log here

    crashlytics here

  • mediastreamvalidator "Error injecting segment data" and Can't deal with multiple sample timings per sample buffer

    18 août 2016, par Dathan Vance Pattishall

    So using ffmpeg

    /usr/local/bin/ffmpeg -i track.m4a -vn -c:a aac -b:a 192k  -f segment -segment_list 93_jrf2niqb7n2s8pzjopkqvbbw1wmzz3foqrsa93bm.m3u8 -segment_time 120 -segment_format_options movflags=faststart  93_jrf2niqb7n2s8pzjopkqvbbw1wmzz3foqrsa93bm.%03d.m4a

    a playlist file is created where

    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-MEDIA-SEQUENCE:0
    #EXT-X-ALLOW-CACHE:YES
    #EXT-X-TARGETDURATION:121
    #EXTINF:120.000726,
    93_jrf2niqb7n2s8pzjopkqvbbw1wmzz3foqrsa93bm.000.m4a
    #EXTINF:119.883175,
    93_jrf2niqb7n2s8pzjopkqvbbw1wmzz3foqrsa93bm.001.m4a
    #EXT-X-ENDLIST

    Then using mediastreamvalidator I get the following output which leads me to believe there are errors which I have no idea how to fix. I am assuming that ffmpeg is jacking up the segmenting.

    mediastreamvalidator http://**OMIT**/AMP/1/92_y7lu9u1qy5wsw2fqn61mankqof7lkuu5qvk7asv5.m3u8
    mediastreamvalidator: Version 1.2(160525)

    [/AMP/1/92_y7lu9u1qy5wsw2fqn61mankqof7lkuu5qvk7asv5.m3u8] Started root playlist download
    [/AMP/1/92_y7lu9u1qy5wsw2fqn61mankqof7lkuu5qvk7asv5.m3u8] Started media playlist download
    Error injecting segment data
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    Can't deal with multiple sample timings per sample buffer
    [/AMP/1/92_y7lu9u1qy5wsw2fqn61mankqof7lkuu5qvk7asv5.m3u8] All media files delivered and have end tag, stopping

    --------------------------------------------------------------------------------
    http://**OMIT**/AMP/1/92_y7lu9u1qy5wsw2fqn61mankqof7lkuu5qvk7asv5.m3u8
    --------------------------------------------------------------------------------
    Processed 1 out of 2 segments
    Average segment duration: 119.941950
    Total segment bitrates (all discontinuities): average: 130.88 kb/s, max: 131.25 kb/s


    Discontinuity: sequence: 0, parsed segment count: 1 of 2, duration: 239.884 sec, average: 130.88 kb/s, max: 131.25 kb/s
    Track ID: 1
    Audio Codec: AAC-LC
    Audio sample rate: 44100 Hz
    Audio channel layout: Stereo (L R)

    So, my question is what is "Error injecting segment data" and "Can’t deal with multiple sample timings per sample buffer" and why is the segment messed up ?