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

How do you guys process whatever VODs you downloaded ? #1051

Open
1 task done
Dreadwolf91 opened this issue May 9, 2024 · 6 comments
Open
1 task done

How do you guys process whatever VODs you downloaded ? #1051

Dreadwolf91 opened this issue May 9, 2024 · 6 comments

Comments

@Dreadwolf91
Copy link

Checklist

Write stuff here

Hey, im not sure if that belongs here but i couldnt find another place to ask a question about this program.
I downloaded a VOD, when i open it with Windows 11 Media Player it shows the full VOD and everything is fine but when i put the video in Adobe Premiere Pro or Handbrake for example it's 51min instead of 7h59min.
So what im asking is, when you guys downloaded a VOD with what program do you edit it afterwards ?

@taimi7364
Copy link

taimi7364 commented May 9, 2024

Hi, you can use other video editors (that don't care if the video has a variable frame rate) like Olive, Openshot, Kdenlive.

If you want to use premiere pro you probably need to re-encode the video because premiere is ass and doesn't like variable frame rates in videos. If you download mediainfo it will show if the video has a constant or variable frame rate. One stream that I downloaded had min frame rate of 1 and max frame rate of 1000.
image

If the video has variable frame rate you can use ffmpeg (there are tutorials to how to install ffmpeg on Windows) to re-encode the whole video into a constant frame rate. With this command:

ffmpeg -i "my live stream.mp4" -c:v libx264 -r 60 -b:v 8M -preset veryfast -c:a copy "my live stream fixed.mp4"

Open Powershell in the folder where the video is (shift+right click). And change what is the full video name inside the first " " and change what the re-encoded video name is when it has finished the task at the last " ". If the video is re-encoding slowly you can change veryfast to ultrafast.

@Dreadwolf91
Copy link
Author

Okay that helped a lot already. Do you know if any of those editors works with the Apple Silicon version of CUDA ? I think the phrase is hardware acceleration.

Because when I rendered a 5h video earlier in Olive it took like 14 hours or something. I'm using a MacMini M2 Pro

@taimi7364
Copy link

No, sorry I thought that you are using windows.

@superbonaci
Copy link
Contributor

If Adobe Premiere Pro or Final Cut Pro report bad Source duration you have to report the bug to the company, because it's a paid product. Any twitch ID example you can give us?

@ScrubN
Copy link
Collaborator

ScrubN commented May 18, 2024

If Adobe Premiere Pro or Final Cut Pro report bad Source duration you have to report the bug to the company, because it's a paid product. Any twitch ID example you can give us?

I don't have high hopes for an adobe engineer running our software. More than likely you'll just get a community representative telling you to clear your cache or reboot or something.

@ScrubN
Copy link
Collaborator

ScrubN commented May 18, 2024

Okay that helped a lot already. Do you know if any of those editors works with the Apple Silicon version of CUDA ? I think the phrase is hardware acceleration.

Because when I rendered a 5h video earlier in Olive it took like 14 hours or something. I'm using a MacMini M2 Pro

I believe kdenlive supports Metal accelerated encoding but I could be wrong and I don't have any Apple silicon devices to test it myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants