mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 14:24:23 -05:00
[GH-ISSUE #333] Video downloads cannot be imported into Vegas Pro #9027
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @INNERLMNT on GitHub (Jan 25, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/333
bug description
I'm a video editor and my issue is that whenever I download a video using cobalt, I'm able to import it into Adobe Premiere Pro with no problems, but I'm unable to import it into MAGIX Vegas Pro (I am using version 14.0; I'm aware the latest stable release is version 21, I'm using 14 for reverse compatibility purposes). I do not have this problem with audio, as it imports just fine.
reproduction steps
platform
@lostdusty commented on GitHub (Jan 26, 2024):
Could you try remuxing the video file? Use this command:
ffmpeg -i videonamehere.mp4 -c copy outvideohere.mp4.(ffmpeg is needed)
@INNERLMNT commented on GitHub (Jan 26, 2024):
Remuxing would only be a patch to the problem, but so would downloading
videos from y2mate - no remuxing necessary. Does cobalt do a certain type
of muxing that messes with the usability of the footage?
On Fri, Jan 26, 2024, 13:49 Princess Mortix @.***>
wrote:
@wukko commented on GitHub (Jan 26, 2024):
vegas pro is severely outdated and doesn't accept modern file types, i suggest you use up-to-date software such as premiere like you mentioned
@wukko commented on GitHub (Jan 26, 2024):
this happens because cobalt merges video and audio files together on-fly, making it impossible to predict final file length, so the length info is missing from file headers (that are obviously sent before the end).
all modern software doesn't have issues with that, but vegas pro hasn't been majorly updated since early 2010s with incremental updates not fixing core problems.
updating to latest vegas version might fix the issue, but it's just a guess based off release date.