Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (68)

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

  • HTML5 Audio() : Improved audio formats, mp3, mp4/aac + detection. Works on Palm Pre (tested on WebOS 1.4.1). HTML5 on for iPad, iPhone, Pre. Removed JS interval timer, using native timeupdate event. Callback frequency may be lower, but lower CPU. Element now unloaded + reference nulled at stop() / onfinish().

    17 mai 2010, par Scott Schiller

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2.js HTML5 Audio() : Improved audio formats, mp3, mp4/aac + detection. Works on Palm Pre (tested on WebOS 1.4.1). HTML5 on for iPad, iPhone, Pre. Removed JS interval timer, using native timeupdate event. (...)

  • ffmpeg : packet size 2073600 expected frame_size 4147200

    18 avril 2020, par mrana

    I have total 96 videos. I have converted most of videos using ffmpeg, 
but for some videos its giving me some error. 
As a first step I deinterlaced the video using the following command :

    



    ffmpeg -video_size 1920x1080 -r 25 -pixel_format yuv422p -i stockholm.yuv -vf yadif  stockholm_deInt.yuv


    



    And I am getting the following error :

    



    


    [rawvideo @ 0x7fa144008c00] Invalid buffer size, packet size 2073600 < expected frame_size 4147200
    &#xA; Error while decoding stream #0:0 : Invalid argument&#xA; frame= 187 fps=3.7 q=-0.0 Lsize= 757350kB time=00:00:07.48 bitrate=829440.0kbits/s
    &#xA; video:757350kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead : 0.000000%

    &#xA;

    &#xA;&#xA;

    When I try to get the info about the video (ffprobe stockholm.yuv) I get the following :

    &#xA;&#xA;

    &#xA;

    [IMGUTILS @ 0x7fff5bac8140] Picture size 0x0 is invalid
    &#xA; [IMGUTILS @ 0x7fff5bac8150] Picture size 0x0 is invalid
    &#xA; [rawvideo @ 0x7fbcb200da00] Could not find codec parameters for stream 0 (Video : rawvideo (I420 / 0x30323449), yuv420p, -4 kb/s) : unspecified size
    &#xA; Consider increasing the value for the 'analyzeduration' and 'probesize' options&#xA; stockholm.yuv : Operation not permitted`

    &#xA;

    &#xA;&#xA;

    Does anyone have any idea ?

    &#xA;

  • ffmpeg : packet size 2073600 expected frame_size 4147200

    11 novembre 2015, par mrana

    I have total 96 videos. I have converted most of videos using ffmpeg,
    but for some videos its giving me some error.
    As a first step I deinterlaced the video using the following command :

    ffmpeg -video_size 1920x1080 -r 25 -pixel_format yuv422p -i stockholm.yuv -vf yadif  stockholm_deInt.yuv

    And I am getting the following error :

    [rawvideo @ 0x7fa144008c00] Invalid buffer size, packet size 2073600 < expected frame_size 4147200
    Error while decoding stream #0:0 : Invalid argument
    frame= 187 fps=3.7 q=-0.0 Lsize= 757350kB time=00:00:07.48 bitrate=829440.0kbits/s
    video:757350kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead : 0.000000%

    When I try to get the info about the video (ffprobe stockholm.yuv) I get the following :

    [IMGUTILS @ 0x7fff5bac8140] Picture size 0x0 is invalid
    [IMGUTILS @ 0x7fff5bac8150] Picture size 0x0 is invalid
    [rawvideo @ 0x7fbcb200da00] Could not find codec parameters for stream 0 (Video : rawvideo (I420 / 0x30323449), yuv420p, -4 kb/s) : unspecified size
    Consider increasing the value for the ’analyzeduration’ and ’probesize’ options
    stockholm.yuv : Operation not permitted`

    Does anyone have any idea ?