Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (50)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

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

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (5845)

  • ffmpeg 4.1.4 wav to mp3 error of "deprecated pixel format used" [on hold]

    26 août 2019, par yang jia
    [swscaler @ 0xc946d000] deprecated pixel format used, make sure you did set range correctly

    [mp3 @ 0xc9621600] Frame rate very high for a muxer not efficiently supporting it.

       Please consider specifying a lower framerate, a different muxer or -vsync 2

    [auto_resampler_0 @ 0xd8e73be0] [SWR @ 0xc8058000] Output channel layout '6 channels (FLC+BC+SL+SR+TC+TFL)' is not supported

    [auto_resampler_0 @ 0xd8e73be0] Failed to configure output pad on auto_resampler_0

    Error reinitializing filters!

    Failed to inject frame into filter network: Invalid argument
    Error while processing the decoded data for stream #0:0
    --------- beginning of crash
    2019-02-26 16:04:58.368 27737-27737/com.blplayer.jbl.blplayer A/libc: Fatal signal 7 (SIGBUS), code 1, fault addr 0xc5ca in tid 27737 (er.jbl.blplayer)

    cmd

    ffmpeg -i test.wav  -acodec libmp3lame -ar 8000 -ac 2 -y wav2mp3.mp3

    This is the log :

    enter image description here

    then on Mac it success egg
    ffmpeg -i input.wav -vn -ar 44100 -ac 2 -b:a 192k output.mp3

    Guessed Channel Layout for Input Stream #0.0 : stereo
    Input #0, wav, from ’input.wav’ :
    Metadata :
    encoder : Lavf58.20.100
    Duration : 00:02:08.29, bitrate : 256 kb/s
    Stream #0:0 : Audio : pcm_s16le (1[0][0][0] / 0x0001), 8000 Hz, stereo, s16, 256 kb/s
    Stream mapping :
    Stream #0:0 -> #0:0 (pcm_s16le (native) -> mp3 (libmp3lame))

    Output #0, mp3, to ’output.mp3’ :
    Metadata :
    TSSE : Lavf58.31.104
    Stream #0:0 : Audio : mp3 (libmp3lame), 44100 Hz, stereo, s16p, 192 kb/s
    Metadata :
    encoder : Lavc58.55.101 libmp3lame

    but on android it gets error

  • java.lang.UnsatisfiedLinkError : dlopen failed : cannot locate symbol "av_bsf_next" referenced by "/lib/arm/libffmpeg.so"

    21 octobre 2019, par Sushrita

    I have a third party library which has ffmpeg as dependency and i am getting this error while executing a thread.

    Process: com.joe.epmediademo, PID: 11906
       java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "av_bsf_next" referenced by "/data/app/com.joe.epmediademo-U-buiUc64rYJquAlCAhK5A==/lib/arm/libffmpeg.so"...
           at java.lang.Runtime.loadLibrary0(Runtime.java:1016)
           at java.lang.System.loadLibrary(System.java:1657)
           at Jni.FFmpegCmd.<clinit>(FFmpegCmd.java:24)
           at Jni.FFmpegCmd.exec(FFmpegCmd.java:73)
           at VideoHandle.EpEditor.execCmd(EpEditor.java:571)
           at VideoHandle.EpEditor.exec(EpEditor.java:135)
           at com.joe.epmediademo.Activity.EditActivity.execVideo(EditActivity.java:182)
           at com.joe.epmediademo.Activity.EditActivity.onClick(EditActivity.java:106)
           at android.view.View.performClick(View.java:6297)
           at android.view.View$PerformClick.run(View.java:24797)
           at android.os.Handler.handleCallback(Handler.java:790)
           at android.os.Handler.dispatchMessage(Handler.java:99)
           at android.os.Looper.loop(Looper.java:164)
           at android.app.ActivityThread.main(ActivityThread.java:6626)
           at java.lang.reflect.Method.invoke(Native Method)
           at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
           at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)
    </clinit>
  • Why do I catch the "AccessViolationException" exception in av_hwframe_transfer_data () when I run it as a windows service ?

    5 décembre 2024, par vakym

    I write Windows service witch decodig video stream from camera.&#xA;I write it on c# with FFMPEG.Autogen wrapper.

    &#xA;&#xA;

    My problem is "AccessViolationException" when i run it as service. &#xA;If i run application as Console Application i have no exceptions.

    &#xA;&#xA;

    In Stacktrace i see this :

    &#xA;&#xA;

    в FFmpeg.AutoGen.ffmpeg&#x2B;&lt;>c.&lt;.cctor>b__5_572(FFmpeg.AutoGen.AVFrame*, FFmpeg.AutoGen.AVFrame*, Int32)&#xA;в FFmpeg.AutoGen.ffmpeg.av_hwframe_transfer_data(FFmpeg.AutoGen.AVFrame*, FFmpeg.AutoGen.AVFrame*,Int32)&#xA;в VideoProviderService.VideoSources.RTSPVideoSource.TryDecodeNextFrame(Boolean ByRef)&#xA;

    &#xA;&#xA;

    Code of TryDecodeNextFrame method :

    &#xA;&#xA;

    public IntPtr TryDecodeNextFrame(out bool state)&#xA;{&#xA;    try&#xA;    {&#xA;        ffmpeg.av_frame_unref(pFrame);&#xA;        ffmpeg.av_frame_unref(cpuFrame);&#xA;        int error;&#xA;        do&#xA;        {&#xA;            try&#xA;            {&#xA;                do&#xA;                {&#xA;                    timeout = DateTime.Now.AddSeconds(2);&#xA;                    error = ffmpeg.av_read_frame(_pFormatContext, pPacket);&#xA;                    if (error == ffmpeg.AVERROR_EOF)&#xA;                    {&#xA;                        state = false;&#xA;                        return IntPtr.Zero;&#xA;                    }&#xA;                    error.ThrowExceptionIfError();&#xA;                } while (pPacket->stream_index != _streamIndex);&#xA;                ffmpeg.avcodec_send_packet(pCodecContext, pPacket).ThrowExceptionIfError();&#xA;            }&#xA;            finally&#xA;            {&#xA;                ffmpeg.av_packet_unref(pPacket);&#xA;            }&#xA;            error = ffmpeg.avcodec_receive_frame(pCodecContext, pFrame);&#xA;        } while (error == ffmpeg.AVERROR(ffmpeg.EAGAIN));&#xA;        error.ThrowExceptionIfError();&#xA;        ffmpeg.av_hwframe_transfer_data(cpuFrame, pFrame, 0).ThrowExceptionIfError();&#xA;        ptrToFrame = (IntPtr)vfc.Convert(*cpuFrame).data[0];  &#xA;    }&#xA;    catch&#xA;    {&#xA;        state = false;&#xA;        return IntPtr.Zero;&#xA;    }&#xA;    state = true;&#xA;    return ptrToFrame;&#xA;}&#xA;

    &#xA;&#xA;

    What i tried to do :

    &#xA;&#xA;

      &#xA;
    1. I checked arguments of av_hwframe_transfer_data.
    2. &#xA;

    3. I changed the user for the service.
    4. &#xA;

    5. I tried compile as x86 or x64 configuration.
    6. &#xA;

    &#xA;&#xA;

    I have no idea how to solve this.&#xA;Does anyone have any thoughts ?

    &#xA;