VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. I tried burning in the subtitles embedded in the video using ffmpeg but I got this error.
    Image
    [Attachment 75757 - Click to enlarge]

    Image
    [Attachment 75758 - Click to enlarge]


    I also tried extracting the subtitles and using that but I got the same error. Can someone help?

    Also, how do I increase encoding speed for all purposes, if possible?

    Merry Christmas.
    Quote Quote  
  2. post your complete command line, not just the error
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  3. Originally Posted by Selur View Post
    post your complete command line, not just the error
    Neither of these command lines worked. The file format of my subtitles is .srt.
    https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo

    Here's the subtitles if you need them.
    https://files.videohelp.com/u/308613/kk.srt
    Last edited by Mr. Fanservice; 25th Dec 2023 at 15:28.
    Quote Quote  
  4. Okay, that did not answer the question I posted at all.

    Since it is Christmas:

    I suspect the problem is with your call, and you lack quotes, ticks and or escaping at the right places in the command line.
    Using the subtitle file you provided, I have no problem embedding these subtitles into the image of a video.
    Using for example:
    Code:
    ffmpeg.exe -i "g:\TestClips&Co\files\5000frames.mp4" -vf subtitles='c\:\\Users\\Selur\\Desktop\\kk.srt' "g:\Output\test.mp4"
    works fine.
    With this you should be able to understand how you would need to add quotes, ticks and escape stuff with your paths etc. to get your call working.

    Merry Christmas.

    Cu Selur
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  5. Originally Posted by Selur View Post
    Okay, that did not answer the question I posted at all.

    Since it is Christmas:

    I suspect the problem is with your call, and you lack quotes, ticks and or escaping at the right places in the command line.
    Using the subtitle file you provided, I have no problem embedding these subtitles into the image of a video.
    Using for example:
    Code:
    ffmpeg.exe -i "g:\TestClips&Co\files\5000frames.mp4" -vf subtitles='c\:\\Users\\Selur\\Desktop\\kk.srt' "g:\Output\test.mp4"
    works fine.
    With this you should be able to understand how you would need to add quotes, ticks and escape stuff with your paths etc. to get your call working.

    Merry Christmas.

    Cu Selur
    Thanks
    Last edited by Mr. Fanservice; 25th Dec 2023 at 19:49.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!