Newest 'ffmpeg' Questions - Stack Overflow

http://stackoverflow.com/questions/tagged/ffmpeg

Les articles publiés sur le site

  • Splicer Error Creating Video : Retrieving the COM class factory for component with CLSID {78530B75-61F9-11D2-8CAD-00A024580902} failed [duplicate]

    26 septembre 2014, par wrox Developer

    This question already has an answer here:

    I am trying to integrate splicer into my asp.net MVC Project.I had a problem with Splicer code (which create video from images) works at local but gives the following error at server:

    Retrieving the COM class factory for component with CLSID {78530B75-61F9-11D2-8CAD-00A024580902} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

    Here is the link of my test sample

    http://fctdev.azurewebsites.net/Home/Test

    I know this question is already asked on this form and other forms but that doesn't resolve my issue

    Please help to solve the error

  • Converting vimeo video to other formats using ffmpeg

    26 septembre 2014, par user3288619

    I want to convert a vimeo video from the given url

    http://pdl.vimeocdn.com/13322/588/290087783.mp4?token2=1411704845_d736c3912f639f9ce58fd4930053a86b&aksessionid=9fb9de7e32f5337c

    Usually when i convert a video the url is only like such http://pdl.vimeocdn.com/13322/588/290087783.mp4

    but this one requires and token and sessionid . Any help on extracting the video at least and then converting it?

  • ffmpeg closes with return code 137

    25 septembre 2014, par Adi Ulici

    I am using ffmpeg to convert videos and about 66% of the times doesn't do it's job until the end. It simply gets killed, closes before it ends the job, and returns "137" instead of "0".

    I can't seem to find anywhere some information about this return code. Does anyone know some tips or where can I find further guidance? Thanks

  • combining MP4 video files while adding text overlay with ffmpeg

    25 septembre 2014, par valnox

    Here is a shameless request for someone to give me the required FFmpeg command. I spent way too long messing around with VLC trying to do this, and after it repeatedly messed up (mainly with video length and mp4a codecs), I started looking for other options. Now I'm coming up on a deadline and don't have the time to go through all of the FFmpeg documentation right now.

    So, if someone is willing to help me, here is what I need:

    Take 2+ videos, combine them, add two text overlays in top left and bottom right corners (white text, black outline), and change the output bitrate (from 20k to 8k). I can easily programmatically create the list.txt of file names needed.

    Researching showed me that I likely need the "concat" and "drawtext" commands. The computer is Windows 7.

    Thanks in advance to anyone even reading this, let alone responding. Sorry to come in so ignorant, but, well... three days trying to get VLC to do it :(

  • Ffmpeg All images in a folder to video

    25 septembre 2014, par iaintellingyou

    Im using batch and ffmpeg and i need to use all pictures in a folder and turn them into a video. The only tutorials i could find were on how to make a slideshow with 3 pictures.