Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (66)

Sur d’autres sites (7724)

  • ffmpeg unicode file name not working

    20 janvier 2016, par user3631926

    Hi when I use arabic file name in the $video variable the ffmpeg is throwing the error :
    Input/output error

    the command is as follows :

    $cmd = "$ffmpeg -i $video -ss $interval -vframes 1 -f image2 -s $size $temp_thumbnail_url";

    english file names works great.

  • I want to convert images and sounds into video using php [closed]

    6 janvier 2023, par hossein ahmadi

    I have 5 pictures that contain 5 English words
Also, I have five audio files of pronunciation of the words above.

    


    I want to write a program with php that puts five pictures together with intervals of five seconds and plays the audio file of each according to the words.

    


    5s(word1.jpg)   5s(word2.jpg)   5s(word3.jpg)   ...
(audio1.mp3)    (audio2.mp3)    (audio3.mp3) ...
output.mp4


    


    I researched ffmpeg but still haven't found the answer to what I want to do

    


  • Video streaming with multiple audio track ?

    27 octobre 2018, par Akash

    How should make a video with different language or audio track right now it is playing in English. Want to add a Hindi audio track in the video.