Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (71)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (9157)

  • avformat/hlsenc : fix handling of delete_segments when %v is present

    11 avril 2018, par Bela Bodecs
    avformat/hlsenc : fix handling of delete_segments when %v is present
    

    When var_stream_map option is used, %v must appear either in segment
    name template or in the directory path. This latter case currently is
    not handled and delete_segments flag of hls_flags is broken now. This
    patch fix this. The root cause of the bug was that HLSSegment struct
    only stores the final filename part, but not the final directory path.
    Most of the cases, final path info is unneded, It only necessary when
    you want to delete old segments (e.g in case of live streaming).
    Without variant streams it was unnecessary to store the final directory
    path, because all segment were stored into the same directory. But
    introducing %v in directory names either require to store the final
    directory path into HLSSegment or associate segments with their variant
    streams to be able deleting them later. I have choosen the second
    solution and introduced a variant index data member into the segment
    struct.

    Signed-off-by : Bela Bodecs <bodecsb@vivanet.hu>
    Signed-off-by : Steven Liu <lq@onvideo.cn>

    • [DH] libavformat/hlsenc.c
  • Joining three videos with FFMpeg [duplicate]

    4 novembre 2016, par M. Saez

    This question is an exact duplicate of :

    I’m trying to merge/join three mp4 videos with ffmpeg ; the first one is a 5 seconds intro without an audio track, then it is the main video and at the end there is a 6 seconds mp4 video also without an audio track.

    All videos are encoded with exactly the same settings, so far i’m trying the concat option and i can join them just fine, the problem is the final video doesn’t have the audio track from the main video.

    This is the command i’m using :

    ffmpeg -f concat -i mylist.txt -c copy output.mp4

    Needless to say, the final video must respect the first 5 seconds without audio and the last 6 seconds.

    Any idea ?, if i prefer something where i don’t need to reencode at all, but if i must, i don’t really mind.

    Thanks !

  • Flutter ffmpeg_kit_flutter_full_gpl-6.0.3 PluginRegistry.Registrar flutter version 3.29

    30 avril, par Lisa

    I am using ffmpeg_kit_flutter_full_gpl-6.0.3 for flutter version 3.27 but when upgrading to flutter 3.29, with android, there is an error PluginRegistry.Registrar registrar. Is there any solution to replace the current ffmpeg_kit_flutter_full_gpl because I see this library was updated 17 months ago

    &#xA;

    /Users/pamcd/.pub-cache/hosted/pub.dev/ffmpeg_kit_flutter_full_gpl-6.0.3/android/src/main/java/com/arthenica/ffmpegkit/flutter/FFmpegKitFlutterPlugin.java:157: error: cannot find symbol&#xA;    public static void registerWith(final io.flutter.plugin.common.PluginRegistry.Registrar registrar) {&#xA;                                                                                 ^&#xA;  symbol:   class Registrar&#xA;  location: interface PluginRegistry&#xA;/Users/pamcd/.pub-cache/hosted/pub.dev/ffmpeg_kit_flutter_full_gpl-6.0.3/android/src/main/java/com/arthenica/ffmpegkit/flutter/FFmpegKitFlutterPlugin.java:651: error: cannot find symbol&#xA;    protected void init(final BinaryMessenger messenger, final Context context, final Activity activity, final io.flutter.plugin.common.PluginRegistry.Registrar registrar, final ActivityPluginBinding activityBinding) {&#xA;                                                                                                                                                ^&#xA;  symbol:   class Registrar&#xA;  location: interface PluginRegistry&#xA;2 errors&#xA;&#xA;FAILURE: Build failed with an exception.&#xA;&#xA;* What went wrong:&#xA;Execution failed for task &#x27;:ffmpeg_kit_flutter_full_gpl:compileReleaseJavaWithJavac&#x27;.&#xA;> Compilation failed; see the compiler error output for details.&#xA;&#xA;* Try:&#xA;> Run with --info option to get more log output.&#xA;> Run with --scan to get full insights.&#xA;

    &#xA;

    Is there any alternative ?

    &#xA;