Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

Sur d’autres sites (11511)

  • doc/filters : add few more examples for blend filter

    31 octobre 2013, par Paul B Mahol
    doc/filters : add few more examples for blend filter
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] doc/filters.texi
  • avcodec/mvcdec : stop using deprecated avcodec_set_dimensions()

    1er novembre 2013, par Paul B Mahol
    avcodec/mvcdec : stop using deprecated avcodec_set_dimensions()
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/mvcdec.c
  • How to fix video in gallery from not playing (probable cause encoding from ffmpeg)

    30 avril 2020, par Nathan Sinclair

    I'm setting up a video stream by which I can download a video into the Android gallery, so that I can play it back later.&#xA;I have a problem with playing the video back from gallery. The same problem arises when trying to view the url in a videoview.

    &#xA;&#xA;

    video information from ffmpeg displays this.

    &#xA;&#xA;

    Input #0, mpjpeg, from &#x27;&#x27;:&#xA;  Duration: N/A, bitrate: N/A&#xA;    Stream #0:0: Video: mjpeg (Baseline), yuvj422p(pc, bt470bg/unknown/unknown), 1280x720, 25 tbr, 25 tbn, 25 tbc&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264))&#xA;Press [q] to stop, [?] for help&#xA;[swscaler @ 0x1cab5e0] deprecated pixel format used, make sure you did set range correctly&#xA;[libx264 @ 0x1c6f030] using cpu capabilities: ARMv6 NEON&#xA;[libx264 @ 0x1c6f030] profile Constrained Baseline, level 3.0, 4:2:0, 8-bit&#xA;[libx264 @ 0x1c6f030] 264 - core 157 r2969 d4099dd - H.264/MPEG-4 AVC codec - Copyleft 2003-2019 - http://www.videolan.org/x264.html - options: cabac=0 ref=2 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=crf mbtree=1 crf=18.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00&#xA;Output #0, mp4, to &#x27;out.mp4&#x27;:&#xA;  Metadata:&#xA;    encoder         : Lavf58.33.100&#xA;    Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 720x406, q=-1--1, 30 fps, 15360 tbn, 30 tbc&#xA;    Metadata:&#xA;      encoder         : Lavc58.59.101 libx264&#xA;    Side data:&#xA;      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A&#xA;Error opening file out.mp4: IsoMedia File is truncated28.56 bitrate= 734.1kbits/s speed=0.478x&#xA;[pid: 5138|app: 0|req: 1/1] 192.168.178.21 () {32 vars in 406 bytes} [Mon Oct  7 01:12:17 2019] GET /stop => generated 39 bytes in 152 msecs (HTTP/1.1 200) 2 headers in 79 bytes (1 switches on core 0)&#xA;frame=  899 fps= 15 q=-1.0 Lsize=    2779kB time=00:00:29.93 bitrate= 760.6kbits/s speed=0.49x&#xA;video:2775kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.157041%&#xA;

    &#xA;&#xA;

    I have attempted to follow this article. Android MediaPlayer error (1, -2147483648)

    &#xA;&#xA;

    I'm using FFMpeg to record from a mjpeg stream into a file, which then is hosted by a uwsgi/flask server into a convenient url : http://ipaddress/video.mp4

    &#xA;&#xA;

    Thus far ive been able to open the video fine using chrome in Android.

    &#xA;&#xA;

    my FFMPEG command looks like this :

    &#xA;&#xA;

    ffmpeg -i $1 -crf 18 -r 30 -vf "scale=720x406, setpts=&#x27;1/(30*TB) * (N &#x2B; 0.05 * sin(N*2*PI/25))&#x27;, fps=fps=30" -profile:v baseline -pix_fmt yuv420p -f mp4 -preset fast out.mp4&#xA;

    &#xA;&#xA;

    I thought it may have something to do with the transmission of the file. I'm using an android library called volley to send the url so it can be downloaded as a file on the Android. Then it is subsequently put in gallery. This is when I began to experience the problems. I wanted to be thorough, so tried to find out if the file contents was the issue. This is because when displaying it on gallery, there is no width or height information, or even duration. I have come to suspect something is at issue with ffmpeg. I'm not cutting out that it could be keeping the file from opening if it can't find it's normal file properties.

    &#xA;&#xA;

    The volley code for the downloaded file is as follows :

    &#xA;&#xA;

     @Override&#xA;    public void onResponse(byte[] response) {&#xA;        try {&#xA;            if (response!=null) {&#xA;&#xA;                File file = createVideoFile();&#xA;&#xA;                FileOutputStream stream = new FileOutputStream(file);&#xA;                try {&#xA;                    stream.write(response);&#xA;                } finally {&#xA;                    stream.close();&#xA;                }&#xA;&#xA;                addToGallery(file.getAbsolutePath());&#xA;                MediaScannerConnection.scanFile(this, new String[]{file.getAbsolutePath()}, null, (path, uri) -> {&#xA;                    Intent intent = new Intent (context, VideoActivity.class);&#xA;                    intent.setData(uri);&#xA;                    startActivity(intent);&#xA;&#xA;                });&#xA;&#xA;&#xA;                Toast.makeText(this, "Download complete.", Toast.LENGTH_LONG).show();&#xA;            }&#xA;        } catch (Exception e) {&#xA;            // TODO Auto-generated catch block&#xA;            Log.d("KEY_ERROR", "UNABLE TO DOWNLOAD FILE");&#xA;            e.printStackTrace();&#xA;        }&#xA;    }&#xA;&#xA;private void addToGallery(String path) throws FileNotFoundException {&#xA;        MediaScannerConnection.scanFile(context, new String[]{&#xA;&#xA;                        path},&#xA;&#xA;                null, new MediaScannerConnection.OnScanCompletedListener() {&#xA;&#xA;                    public void onScanCompleted(String path, Uri uri)&#xA;&#xA;                    {&#xA;&#xA;                        Log.e(TAG, "file" &#x2B; path &#x2B; " was scanned successfully");&#xA;&#xA;                    }&#xA;&#xA;                });&#xA;&#xA;        Uri uri = Uri.parse("file:///" &#x2B; path);&#xA;        Intent intent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, uri);&#xA;        context.sendBroadcast(intent);&#xA;&#xA;        }&#xA;

    &#xA;&#xA;

    I did have a VideoView to display it, as pertaining to a code example i found to download videos using volley.

    &#xA;&#xA;

    https://github.com/coderminion/AndroidVolleyLib

    &#xA;