Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (64)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5010)

  • ffmpeg converting PCM data file to wav file getting distorted(noisy) data

    3 janvier 2015, par Mahendra

    I have raw pcm data in following form :

    0000 0000 0000 0000 0000 0000 0000 0000
    0000 0000 0000 0000 0000 0000 0000 0000
    0000 0000 0000 0000 0000 0000 0000 0000
    0000 0000 0000 0000 0000 0000 0000 0100
    0000 0000 0000 0000 0000 0000 0000 0000
    0000 0100 0100 0000 0000 efbf bdef bfbd
    0000 efbf bdef bfbd efbf bdef bfbd efbf
    bdef bfbd efbf bdef bfbd efbf bdef bfbd
    efbf bdef bfbd efbf bdef bfbd 0000 efbf
    bdef bfbd 0000 efbf bdef bfbd efbf bdef
    bfbd 2900 efbf bdef bfbd 0000 efbf bdef
    bfbd efbf bdef bfbd efbf bdef bfbd 0000

    and I want to make this data in wav file when I am converting by ffmpeg getting noisy data by this command :

    sox -V -t raw -b 16 -e signed -r 16000 -c 1 14_32_7_187.pcm  new.wav

    and :

    ffmpeg -f s16le -ar 16000 -ac 1 -i 14_32_7_187.pcm -ar 16000 -ac 1 oout.wav

    using both getting noisy data.

  • FFMpeg4Android picture to video command doesn't work

    31 mai 2014, par Nuriel Aventador Taran

    I work with FFMpeg4Android to edit and create videos. I run a command but it doesn’t work, the command goes and proceeds but in logcat I can see that the "transcoding failed" and the out1.mp4 doesn’t work.
    I took my command from : ffmpeg officel site.

    My code :

    String str2="ffmpeg -loop 1 -i "+Environment.getExternalStorageDirectory() + "/videokit/pic1.jpg -c:v libx264 -t 30 -pix_fmt yuv420p "+Environment.getExternalStorageDirectory() + "/videokit/out1.mp4";
       try {
           setCommand(str2);
           runTranscoing();
       } catch (Exception e) {
           e.printStackTrace();
           Log.d("FFMpeg","couldn't execute command");
       }

    LogCat (doesn’t fit) : `full LogCat

    Thanks in advance

  • Android video don't work - ffmpeg [closed]

    6 septembre 2012, par user1439500

    I have two videos, the first video work in android the second one no, why ?

    (WORK)

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'out.mp4' :

    Metadata :

    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf52.48.0
    Duration: 00:00:30.00, start: 0.000000, bitrate: 854 kb/s
    Stream #0.0(eng): Video: h264, yuv420p, 800x800 [PAR 4:3 DAR 4:3], 722 kb/s, PAR 533:400 DAR 533:400, 25 fps, 25 tbr, 25 tbn, 50 tbc
    Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 127 kb/s

    (DON'T WORK)

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '2u72rNckWqq.mp4' :

    Metadata :

    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    encoder         : MEncoder Sherpya-SVN-r30075-4.2.5
    Duration: 00:00:30.01, start: 0.000000, bitrate: 857 kb/s
    Stream #0.0(eng): Video: h264, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 724 kb/s, 25 fps, 25 tbr, 1k tbn, 50 tbc
    Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 128 kb/s