Advanced search

Medias (3)

Tag: - Tags -/pdf

Other articles (95)

  • MediaSPIP 0.1 Beta version

    25 April 2011, by

    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 February 2011, by

    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.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 March 2010, by

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3); le plugin champs extras v2 nécessité par (...)

On other websites (6957)

  • FFMPEG PHP Message: Unable to save frame

    30 April 2020, by Hitesh Vala Ahir

    Hello I have try to take thumbnail through FFMPEG but get the error message like Message: Unable to save frame.

    



    PHP 7.0

    



    php-ffmpeg/php-ffmpeg: ^0.16.0

    



    Below is the code

    



    require &#x27;vendor/autoload.php&#x27;;&#xA;&#xA;&#xA;&#xA;$sec =1;&#xA;$movie = &#x27;video1581091620.mp4&#x27;;&#xA;$thumbnail = &#x27;thumbnail.png&#x27;;&#xA;&#xA;try{&#xA;$ffmpeg = FFMpeg\FFMpeg::create();&#xA;$video = $ffmpeg->open($movie);&#xA;$frame = $video->frame(FFMpeg\Coordinate\TimeCode::fromSeconds($sec));&#xA;$frame->save($thumbnail);&#xA;echo &#x27;<img src="http://stackoverflow.com/feeds/tag/&#38;#x27;.$thumbnail.&#38;#x27;" style='max-width: 300px; max-height: 300px' />&#x27;;&#xA;}catch(Exception $e) {&#xA;  echo &#x27;Message: &#x27; .$e->getMessage();&#xA;}&#xA;

    &#xA;

  • how i can save overlay text box with a video in gallery by using ffmpeg?

    10 September 2024, by Umair Manzoor

    final escapedOverlayText = overlayText.replaceAll(''', '\'');&#xA;final command =&#xA;'-i $videoPath -vf "drawtext=text='$escapedOverlayText':x=10:y=10:fontsize=24:fontcolor=white" -c:a copy $outputPath';

    &#xA;

      print(&#x27;Executing command: $command&#x27;);&#xA;&#xA;  final session = await FFmpegKit.execute(command);&#xA;  final returnCode = await session.getReturnCode();&#xA;  print(&#x27;here is errror Return code: $returnCode&#x27;);&#xA;

    &#xA;

    that those section of code where this ffmpeg returns the following error&#xA;I/flutter ( 6329): here is errror Return code: 1&#xA;I/flutter ( 6329): FFmpeg failed with return code: 1

    &#xA;

    i am trying to save the video with overlay text data in the gallery.

    &#xA;

  • Revision 0d80584327: vp8_loop_filter_bh_y_sse2: save/restore xmm registers xmm[6-11] should be saved

    21 November 2012, by James Zern

    Changed Paths: Modify /vp8/common/x86/loopfilter_block_sse2.asm vp8_loop_filter_bh_y_sse2: save/restore xmm registers xmm[6-11] should be saved and restored for Windows x64; prevents an encoder mismatch and some datarate issues. Change-Id: (...)