Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (52)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (10582)

  • java.io.IOException : Cannot run program "/data/user/0/com.voi.myapplication8/files/ffmpeg" : error=13, Permission denied

    1er avril 2024, par Harsha
    


    java.io.IOException : Cannot run program
"/data/user/0/com.voi.myapplication8/files/ffmpeg" : error=13,
Permission denied

    


    


    I am using this dependencies
implementation 'com.writingminds:FFmpegAndroid:0.3.2'

    


    


    2024-03-31 21:40:31.045 15937-16762 FFmpeg
    
com.voi.myapplication8 E Exception while trying to run :
[Ljava.lang.String ;@71d4c0f
java.io.IOException : Cannot run program
"/data/user/0/com.voi.myapplication8/files/ffmpeg" : error=13,
Permission denied
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1050)
at java.lang.Runtime.exec(Runtime.java:712)
at java.lang.Runtime.exec(Runtime.java:571)
at
com.github.hiteshsondhi88.libffmpeg.ShellCommand.run(ShellCommand.java:10)
at
com.github.hiteshsondhi88.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:38)
at
com.github.hiteshsondhi88.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:10)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Caused by : java.io.IOException : error=13, Permission denied
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.(UNIXProcess.java:133)
at java.lang.ProcessImpl.start(ProcessImpl.java:141)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at java.lang.Runtime.exec(Runtime.java:712) 
at java.lang.Runtime.exec(Runtime.java:571) 
at
com.github.hiteshsondhi88.libffmpeg.ShellCommand.run(ShellCommand.java:10) 
at
com.github.hiteshsondhi88.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:38) 
at
com.github.hiteshsondhi88.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:10) 
at android.os.AsyncTask$3.call(AsyncTask.java:394) 
at java.util.concurrent.FutureTask.run(FutureTask.java:264) 
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305) 
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 
at java.lang.Thread.run(Thread.java:1012)  2024-03-31 21:40:31.045
15937-15937 FFmpeg com.voi.myapplication8
    
E Video cropping failed :

    


    


  • avformat/rcwtdec : add RCWT Closed Captions demuxer

    2 avril 2024, par Marth64
    avformat/rcwtdec : add RCWT Closed Captions demuxer
    

    RCWT (Raw Captions With Time) is a format native to ccextractor,
    a commonly used OSS tool for processing 608/708 Closed Captions (CC).
    RCWT can be used to archive the original extracted CC bitstream.
    The muxer was added in January 2024. In this commit, add the demuxer.

    One can now demux RCWT files for rendering in ccaption_dec or interop
    with ccextractor (which produces RCWT). Using the muxer/demuxer combo,
    the CC bits can be kept for processing or rendering with either tool.
    This can be an effective way to backup an original CC stream, including
    format extensions like EIA-708 and overall original presentation.

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] Changelog
    • [DH] doc/demuxers.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/rcwtdec.c
  • webm video - it can not be copy to cut a correct time part for ffmpeg command(without re-encode) [closed]

    15 mars 2024, par DanielHsu

    Command Goal :

    &#xA;

      &#xA;
    1. fast copy video's part
    2. &#xA;

    3. no re-encode with libvpx
    4. &#xA;

    &#xA;

    Linux command below :&#xA;ffmpeg -ss 00:01:00 -to 00:02:00 -i input.webm -c copy output.webm

    &#xA;

    command's process details :

    &#xA;

    ffmpeg version 6.1.1 Copyright (c) 2000-2023 the FFmpeg developers   built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)   configuration:&#xA;--enable-libvpx   libavutil      58. 29.100 / 58. 29.100   libavcodec     60. 31.102 / 60. 31.102   libavformat    60. 16.100 / 60. 16.100   libavdevice    60.  3.100 / 60.  3.100   libavfilter     9. 12.100 / &#xA;9. 12.100   libswscale      7.  5.100 /  7.  5.100   libswresample   4. 12.100 /  4. 12.100 Input #0, matroska,webm, from &#x27;input.webm&#x27;:   Metadata:&#xA;    title           : FFmpeg&#xA;    ENCODER         : Lavf58.29.100   Duration: 00:06:04.43, start: 0.000000, bitrate: 2487 kb/s   Stream #0:0: Video: vp8, yuv420p(tv, bt470bg/unknown/unknown, progressive), 1280x720, SAR 1:1 DAR 16:9, 1k tbr, 1k tbn (default)&#xA;    Metadata:&#xA;      DURATION        : 00:06:04.432000000 Output #0, webm, to &#x27;output.webm&#x27;:   Metadata:&#xA;    title           : FFmpeg&#xA;    encoder         : Lavf60.16.100   Stream #0:0: Video: vp8, yuv420p(tv, bt470bg/unknown/unknown, progressive), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 1k tbr, 1k tbn (default)&#xA;    Metadata:&#xA;      DURATION        : 00:06:04.432000000 Stream mapping:   Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help [out#0/webm @ 0x5609ee9bb840] video:35912kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.069370% size=   35937kB time=00:00:59.96 bitrate=4909.2kbits/s speed= 211x&#xA;

    &#xA;

    command usage's result :&#xA;output.webm always start from input.webm's 00:00:00 to end input.webm's 00:01:00&#xA;(it should be start from input.webm's 00:01:00 to end input.webm's 00:02:00 )

    &#xA;

    input.webm format details from mediainfo tool :

    &#xA;

    &#xA;

    General Count : 331 Count of stream&#xA;of this kind : 1 Kind of stream
    &#xA; : General Kind of stream : General Stream&#xA;identifier : 0 Count of video streams
    &#xA; : 1 Video_Format_List : VP8&#xA;Video_Format_WithHint_List : VP8 Codecs Video
    &#xA; : VP8 Complete name :&#xA;pure_film/65ea641a4075c92236151349_video.webm Folder name
    &#xA; : pure_film File name extension :&#xA;65ea641a4075c92236151349_video.webm File name
    &#xA; : 65ea641a4075c92236151349_video File extension
    &#xA; : webm Format : WebM Format
    &#xA; : WebM Format/Url :&#xA;http://www.webmproject.org/ Format/Extensions usually used :&#xA;webm Commercial name : WebM Format version
    &#xA; : Version 2 Internet media type : video/webm File&#xA;size : 113301943 File size
    &#xA; : 108 MiB File size : 108 MiB File size&#xA; : 108 MiB File size : 108 MiB File size&#xA; : 108.1 MiB Duration : 364432 Duration&#xA; : 6 min 4 s Duration : 6 min 4 s 432&#xA;ms Duration : 6 min 4 s Duration
    &#xA; : 00:06:04.432 Duration : 00:06:04.432&#xA;Overall bit rate : 2487201 Overall bit rate
    &#xA; : 2 487 kb/s Stream size : 4801069 Stream&#xA;size : 4.58 MiB (4%) Stream size
    &#xA; : 5 MiB Stream size : 4.6 MiB Stream size&#xA; : 4.58 MiB Stream size : 4.579 MiB Stream&#xA;size : 4.58 MiB (4%) Proportion of this&#xA;stream : 0.04237 IsStreamable
    &#xA; : Yes Title : FFmpeg Movie name
    &#xA; : FFmpeg File last modification date : UTC 2024-03-08&#xA;01:41:47 File last modification date (local) : 2024-03-08&#xA;09:41:47 Writing application : Lavf58.29.100&#xA;Writing application : Lavf58.29.100 Writing&#xA;library : Lavf58.29.100 Writing library
    &#xA; : Lavf58.29.100

    &#xA;

    Video Count : 377 Count of stream&#xA;of this kind : 1 Kind of stream
    &#xA; : Video Kind of stream : Video Stream&#xA;identifier : 0 StreamOrder
    &#xA; : 0 ID : 1 ID
    &#xA; : 1 Unique ID : 1 Format
    &#xA; : VP8 Format : VP8 Format/Url
    &#xA; : http://www.webmproject.org/ Commercial name
    &#xA; : VP8 Codec ID : V_VP8 Codec ID/Url
    &#xA; : http://www.webmproject.org/ Duration
    &#xA; : 364432.000000 Duration : 6 min 4 s&#xA;Duration : 6 min 4 s 432 ms Duration
    &#xA; : 6 min 4 s Duration : 00:06:04.432&#xA;Duration : 00:06:04.432 Bit rate
    &#xA; : 2381808 Bit rate : 2 382 kb/s Width&#xA; : 1280 Width : 1 280 pixels Height&#xA; : 720 Height : 720 pixels Pixel&#xA;aspect ratio : 1.000 Display aspect ratio
    &#xA; : 1.778 Display aspect ratio : 16:9 Frame rate&#xA;mode : VFR Frame rate mode
    &#xA; : Variable Color space : YUV Compression&#xA;mode : Lossy Compression mode
    &#xA; : Lossy Delay : 0 Delay
    &#xA; : 00:00:00.000 Delay, origin : Container&#xA;Delay, origin : Container Stream size
    &#xA; : 108500874 Stream size : 103 MiB (96%)&#xA;Stream size : 103 MiB Stream size
    &#xA; : 103 MiB Stream size : 103 MiB Stream&#xA;size : 103.5 MiB Stream size
    &#xA; : 103 MiB (96%) Proportion of this stream : 0.95763&#xA;Default : Yes Default
    &#xA; : Yes Forced : No Forced
    &#xA; : No colour_description_present : Yes&#xA;colour_description_present_Source : Container Color range
    &#xA; : Limited colour_range_Source : Container Matrix&#xA;coefficients : BT.470 System B/G&#xA;matrix_coefficients_Source : Container

    &#xA;

    &#xA;

    How to make the output.webm be in correct time range(00:01:00 00:02:00) ????

    &#xA;