Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

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

  • 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 ;

Sur d’autres sites (9500)

  • Quantization property in CUVID

    19 octobre 2016, par mkreddy

    Please correct me if my understanding was wrong regarding qscale in ffmpeg.

    In ffmpeg H264 decoder has qscale_table which hold the values of qp for each macro block.

    Is there any such table/matrix in CUVID to know the qscale values ? If not, please suggest me how can I construct one such matrix for each macro block.

    Thanks in advance.

  • ffmpeg : merge avi and wav files into flv not working

    1er juillet 2014, par gautam.das

    I’m trying to merge an .avi and .wav file to .flv using ffmpeg-php.

    Here is my code :

    exec("ffmpeg -i $audio_path -i $video_path -vcodec flv -acodec copy
                                                $target_path", $op, $result);

    But the output file is of 0 bytes and it gives :

    "Could not write header for output file #0 (incorrect codec parameters ?):
       Invalid data found when processing input"

    When I use -vcodec as copy, it merges sucessfully.

    Thanks in advance.

  • What is the best way to create video transcoding server for google cloud storage [on hold]

    20 mai 2017, par ramana vv

    I would like to create best video transcoding server for my project . I’m already using ffmpeg , python for transcoding videos. My existing application is like this "after uploading the video to the GCE it will transcode that video and copy to cloud storage, after copy to cloud storage the file in the instance will be deleted. But when the video count is in 100’s then I need to increase the capacity of GCE then the cost will be very expensive so please help me to solve this issue.
    Thanks in advance