Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (90)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (9755)

  • Begin stream simple mp4 with ffserver

    19 février 2015, par Ara Deonas

    I want to stream a mp4 and for this I read about ffserver.
    So I search and read ffserver documentations but still cant stream a simple file.
    For this I done these :
    1-A win 8 and last VLC installed.
    2-A Ubuntu 13 with last ffmpeg package.
    3-A ffserver.conf file saved to /etc/ and copied from http://ffmpeg.org/sample.html (I just copy text in a new file).
    4-Run this command : ffserver -f /etc/ffconfig.conf and this is result :

    avserver version 0.8.13-6:0.8.13-0ubuntu0.13.10.1, Copyright (c) 2000-2014 the Libav developers
     built on Jul 15 2014 13:53:49 with gcc 4.8.1
    Tue Feb 10 07:29:07 2015 AVserver started.

    5-Check http://localhost:8090/stat.html and server status is OK.It shows me 4 stream : test1.mpg,test.asf,stat.html,index.html.
    6-Run this command : ffmpeg -i test.mp4 http://localhost:8090/feed1.ffm and this is result :

    ffmpeg version 0.8.13-6:0.8.13-0ubuntu0.13.10.1, Copyright (c) 2000-2014 the Libav developers
     built on Jul 15 2014 13:53:49 with gcc 4.8.1
    *** THIS PROGRAM IS DEPRECATED ***
    This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'big.mp4':
     Metadata:
       major_brand     : isom
       minor_version   : 1
       compatible_brands: isom
       creation_time   : 2015-02-05 20:35:09
     Duration: 00:21:36.12, start: 0.000000, bitrate: 788 kb/s
       Stream #0.0(und): Video: h264 (High), yuv420p, 720x404, 677 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
       Metadata:
         creation_time   : 2015-02-05 17:05:45
       Stream #0.1(und): Audio: aac, 48000 Hz, stereo, s16, 106 kb/s
       Metadata:
         creation_time   : 2015-02-05 20:35:12
    Incompatible sample format '(null)' for codec 'mp2', auto-selecting format 's16'
       Last message repeated 1 times
    Incompatible sample format '(null)' for codec 'libmp3lame', auto-selecting format 's16'
    [buffer @ 0x900f0c0] w:720 h:404 pixfmt:yuv420p
    [scale @ 0x8ea5080] w:720 h:404 fmt:yuv420p -> w:160 h:128 fmt:yuv420p flags:0x4
    [buffer @ 0x8ea34a0] Invalid pixel format string '-1'
    Error opening filters!

    7-I look at error and I can not find why this happen and where I go wrong !

    Until now I read many sample and tutorials about ffserver but most of them is about live streaming but I just want to stream some mp4 files.

    EDIT :

    I installed real ffmpeg like this link : http://askubuntu.com/questions/373322/how-to-replace-avconv-with-the-real-ffmpeg-and-have-it-work-right but same error (Just change ppa to ppa:mc3man/trusty-media for last release) :

    pp@ubuntu:~$ ffmpeg -i big.mp4 http://localhost:8090/feed1.ffm
    ffmpeg version 0.8.13-6:0.8.13-0ubuntu0.13.10.1, Copyright (c) 2000-2014 the Libav developers
     built on Jul 15 2014 13:53:49 with gcc 4.8.1
    *** THIS PROGRAM IS DEPRECATED ***
    This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'big.mp4':
     Metadata:
       major_brand     : isom
       minor_version   : 1
       compatible_brands: isom
       creation_time   : 2015-02-05 20:35:09
     Duration: 00:21:36.12, start: 0.000000, bitrate: 788 kb/s
       Stream #0.0(und): Video: h264 (High), yuv420p, 720x404, 677 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
       Metadata:
         creation_time   : 2015-02-05 17:05:45
       Stream #0.1(und): Audio: aac, 48000 Hz, stereo, s16, 106 kb/s
       Metadata:
         creation_time   : 2015-02-05 20:35:12
    Incompatible sample format '(null)' for codec 'mp2', auto-selecting format 's16'
       Last message repeated 1 times
    Incompatible sample format '(null)' for codec 'libmp3lame', auto-selecting format 's16'
    [buffer @ 0xa04e0c0] w:720 h:404 pixfmt:yuv420p
    [scale @ 0x9ee4080] w:720 h:404 fmt:yuv420p -> w:160 h:128 fmt:yuv420p flags:0x4
    [buffer @ 0x9ee24a0] Invalid pixel format string '-1'
    Error opening filters!

    Can any one give me exact commands that I should run for test ?
    (I know this is like beginners problem but I read doc and test everything as I can but still no luck)

  • Firefox doesn't play mp4 file in HTML5 video

    21 janvier 2016, par Developer

    I recorded a video with my mobile which had the format ".mp4". Now if I load that video in HTML5 video tag, I get an error HTTP "Content-Type" of "video/3gpp" is not supported. Why does Firefox consider the file as 3gpp although it is an mp4 file ?
    If I log the file properties when it is loaded on to browser, I see the following

    { name: "test.mp4", lastModified: 1434536249000, lastModifiedDate: Date 2015-06-17T10:17:29.000Z, size: 41151959, type: "video/mp4" }

    This means firefox identifies the type as mp4 only. But doesn’t play it giving the error HTTP "Content-Type" of "video/3gpp" is not supported.

  • Read metadata with FFMPEG

    18 février 2015, par Martin Delille

    I’m looking for a way to print a video or audio file metadata using FFMPEG.

    I tried the following command :

    ffmpeg -i DirtyLove.mov

    And got the following result :

    ffmpeg version 2.5.3 Copyright (c) 2000-2015 the FFmpeg developers
     built on Feb 16 2015 18:01:39 with Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/2.5.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libmp3lame --enable-libvo-aacenc --enable-libxvid --disable-indev=qtkit --enable-vda
     libavutil      54. 15.100 / 54. 15.100
     libavcodec     56. 13.100 / 56. 13.100
     libavformat    56. 15.102 / 56. 15.102
     libavdevice    56.  3.100 / 56.  3.100
     libavfilter     5.  2.103 /  5.  2.103
     libavresample   2.  1.  0 /  2.  1.  0
     libswscale      3.  1.101 /  3.  1.101
     libswresample   1.  1.100 /  1.  1.100
     libpostproc    53.  3.100 / 53.  3.100
    Guessed Channel Layout for  Input Stream #0.1 : stereo
    Guessed Channel Layout for  Input Stream #0.2 : stereo
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '../DirtyLove/DirtyLove.mov':
     Metadata:
       major_brand     : qt
       minor_version   : 537199360
       compatible_brands: qt
       creation_time   : 2007-09-27 11:23:38
     Duration: 00:01:57.16, start: 0.000000, bitrate: 17918 kb/s
       Stream #0:0(eng): Video: mjpeg (jpeg / 0x6765706A), yuvj422p(pc, bt470bg/unknown/unknown), 720x576 [SAR 72:72 DAR 5:4], 14839 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc (default)
       Metadata:
         creation_time   : 2007-09-27 11:23:38
         handler_name    : Gestionnaire d�alias Apple
         encoder         : Photo - JPEG
         timecode        : 10:04:01:11
       Stream #0:1(eng): Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, 2 channels, s16, 1536 kb/s (default)
       Metadata:
         creation_time   : 2007-09-27 11:23:38
         handler_name    : Gestionnaire d�alias Apple
       Stream #0:2(eng): Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, 2 channels, s16, 1536 kb/s (default)
       Metadata:
         creation_time   : 2007-09-27 11:23:38
         handler_name    : Gestionnaire d�alias Apple
       Stream #0:3(eng): Data: none (tmcd / 0x64636D74) (default)
       Metadata:
         creation_time   : 2007-09-27 11:29:22
         handler_name    : Gestionnaire d�alias Apple
         timecode        : 10:04:01:11
    At least one output file must be specified

    There should be a timecode that I can’t see.

    Any ideas ?