Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (50)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

Sur d’autres sites (5820)

  • Appending an audio recording to an existing file with FFmpeg possible ?

    9 septembre 2017, par Faizuddin Mohammed

    My actual intention is to mute recording and have silence in the audio, but after a lot of research, looks like it’s tough to do it with FFmpeg.

    So, now, I’m planning to kill the recording process when mute is required and start a new process with null source and append the output to the existing file, and then, a separate FFmpeg process to process this appended file and get my final converted output.

    But looks like it’s not straightforward to append files in FFmpeg. Any idea what I should be doing ?

    I’m using NodeJS child_process.spawn if it’s any use.

  • Running FFMPEG and FFserver from Glassfish Java Servlet

    6 mai 2015, par Ivan Ling

    I’m planning to design a web interface to control my FFserver remotely. The question is, is it possible to start/stop the FFserver running on my Linux server using a Servlet running on the same machine ?

    I’m using Glassfish server and Java EE 7 for my web application. Currently I managed to get my web app to obtain http streams (which are started manually in terminal with predefined config file) and play them on the web. However, now I want to find a way to stop the streams and start the streams on demand.

    Is it possible for me to run a Bash script via the servlet ? Or are there any better solutions which allows Servlets to run linux commands in the servlet ?

  • Online Server with Local Storage + FFMPEG

    25 mars 2014, par user2876479

    I'm making a website that uses videos from local hard disk as well as online.

    The website will be online and all the infos are pulled from online server & online database. But videos are pulled from local harddisk if found locally, otherwise pulled from online server. Is this possible ?

    BTW, planning to host it in hostgator with normal account.

    Also, I'm converting high res videos into low res with ffmpeg using exec.

    Does anybody using this website has to install local server like wamp and ffmpeg in their local system to get all these features ?

    SORRY I'M NEW TO WEB DEVELOPMENT. MY QUESTIONS MAY BE FUNNY. BUT I'M LEARNING.