Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Videos from cobalt have incorrect frame rate in VEGAS Pro #420

Open
cysjunk opened this issue Apr 6, 2024 · 3 comments
Open

Videos from cobalt have incorrect frame rate in VEGAS Pro #420

cysjunk opened this issue Apr 6, 2024 · 3 comments

Comments

@cysjunk
Copy link

cysjunk commented Apr 6, 2024

bug description
VEGAS Pro reads any YouTube videos I download in Cobalt at an extremely high frame rate which makes it so that I can't edit the video.

reproduction steps
steps to reproduce the behavior:

  1. go to cobalt.tools
  2. click on the URL bar and paste the video link
  3. download this video: https://www.youtube.com/watch?v=x-ENzR_bD6M
  4. open VEGAS Pro
  5. import video

screenshots
image

links
if applicable, add links that cause the issue. more = better.

platform

  • Windows 11 21H2
  • Chrome
  • version 123.0.6312.106, stable

additional context
Cobalt issue or VEGAS issue? I've tried other downloaders and the video output seems to work fine in VEGAS, but not with Cobalt.

@cysjunk cysjunk added the bug Something isn't working label Apr 6, 2024
@bramaudi
Copy link

bramaudi commented Apr 6, 2024

Is your downloaded video are in webm format?

The downloaded webm video is missing the duration in it's metadata so media player will not be able to calculate the time duration, my current solution was just do stream copy locally with ffmpeg or something, with Linux we can quickly fixed this problem by running these simple command:

ffmpeg -i video.webm -c copy fixed-video.webm

I'm not sure why cobalt not post-processing downloaded video yet.

@cysjunk
Copy link
Author

cysjunk commented Apr 6, 2024

VEGAS doesn't support webm so I use mp4 format.

@wukko
Copy link
Member

wukko commented Apr 7, 2024

vegas, just like all outdated software, can't calculate file length based on actual media data. this is why it gets confused.

this can be fixed by:

  1. using newer software
  2. ffmpeg -i filehere.mp4 -c copy outfilehere.mp4

@wukko wukko changed the title Cobalt video files have incorrect frame rate in editing program Videos from cobalt have incorrect frame rate in VEGAS Pro Apr 9, 2024
@wukko wukko removed the bug Something isn't working label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants