You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been encountering an issue while attempting to embed subtitles into a video using FFmpeg. Despite following the process outlined below, the exported video does not include the subtitles:
I've reviewed this code extensively and cannot determine why the subtitles are not being embedded. I've ensured that srtContent is correctly formatted and that FFmpeg executes without errors. Could someone please review this approach and suggest any necessary changes or alternative methods to properly embed subtitles into the exported video? I've been stuck on this for the past two days and any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I've been encountering an issue while attempting to embed subtitles into a video using FFmpeg. Despite following the process outlined below, the exported video does not include the subtitles:
I've reviewed this code extensively and cannot determine why the subtitles are not being embedded. I've ensured that srtContent is correctly formatted and that FFmpeg executes without errors. Could someone please review this approach and suggest any necessary changes or alternative methods to properly embed subtitles into the exported video? I've been stuck on this for the past two days and any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: