Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (100)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (10225)

  • avutil/mem : remove av_realloc / av_malloc incompatibility warning

    21 avril 2015, par Michael Niedermayer
    avutil/mem : remove av_realloc / av_malloc incompatibility warning
    

    memalign() is not guranteed to be compatible with free() or realloc()
    and for platforms in this category we have —enable-memalign-hack
    (which should be enabled automatically if such system is detected)
    Trying to somehow half support systems that can free() memalign memory
    but not reallocate it seems not worth the amount of work needed to
    keep 2 then incompatible allocation systems and ensure their
    seperation. That is unless this would affect a major platform
    on which we want to avoid the memalign hack code

    The warnings also cause wasted time and effort as people try
    to maintain a separation that does not exist currently.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/mem.h
  • How to salvage a gigantic, possibly corrupt, AIFF file ?

    9 novembre 2024, par Ross Duncan

    Due to a Sound Track Pro glitch, I have a problematic AIF file. It plays fine in QuickTime Player, and is about 1 hour 50 mins long. However :

    &#xA;&#xA;

      &#xA;
    • It's 3.81GB in size, whereas (I believe) AIF files are only supposed to be 2GB or smaller.
    • &#xA;

    • iTunes refuses to play it.
    • &#xA;

    • Logic Pro gives the error message "party-mix.aif is empty!" when I try to import it.
    • &#xA;

    • VLC will open and play the file, but it ends after an 1 hour (I guess this is the 2GB point).
    • &#xA;

    • Attempting to transcode using ffmpeg to Ogg gives the errors,

      &#xA;&#xA;

      &#xA;

      [aiff @ 0x102051000] max_analyze_duration 5000000 reached at 5001333

      &#xA; &#xA;

      ....

      &#xA; &#xA;

      [pcm_s16be @ 0x10205a200] invalid PCM packet

      &#xA;

      &#xA;&#xA;

      but the resulting file plays in VLC up till 1 hour, when it ends.

    • &#xA;

    • Attempting to transcode using ffmpeg to MP3 gives similar results as Ogg, except that the number of channels must reduced from 6 to 2. This is odd because it was a stereo project - where the extra 4 channels came from I have no idea.
    • &#xA;

    • There are a few places where the audio has been very noticeably sped up.
    • &#xA;

    &#xA;&#xA;

    My question : how can I transcode this frankenstein monster to MP3 without losing the second half ? I am running Mac OS 10.6.8.

    &#xA;

  • How to salvage a gigantic, possibly corrupt, AIFF file ?

    12 février 2012, par Ross Duncan

    Due to a Sound Track Pro glitch, I have a problematic AIF file. It plays fine in QuickTime Player, and is about 1 hour 50 mins long. However :

    • It's 3.81GB in size, whereas (I believe) AIF files are only supposed to be 2GB or smaller.
    • iTunes refuses to play it.
    • Logic Pro gives the error message "party-mix.aif is empty!" when I try to import it.
    • VLC will open and play the file, but it ends after an 1 hour (I guess this is the 2GB point).
    • Attempting to transcode using ffmpeg to Ogg gives the errors,

      [aiff @ 0x102051000] max_analyze_duration 5000000 reached at 5001333

      ....

      [pcm_s16be @ 0x10205a200] invalid PCM packet

      but the resulting file plays in VLC up till 1 hour, when it ends.

    • Attempting to transcode using ffmpeg to MP3 gives similar results as Ogg, except that the number of channels must reduced from 6 to 2. This is odd because it was a stereo project - where the extra 4 channels came from I have no idea.
    • There are a few places where the audio has been very noticeably sped up.

    My question : how can I transcode this frankenstein monster to MP3 without losing the second half ? I am running Mac OS 10.6.8.