Skip to content

Return pixelFormat in getVideoMetadata()#3258

Merged
JonnyBurger merged 8 commits intoremotion-dev:mainfrom
jkcs:feat/add_pixelFormat
Dec 18, 2023
Merged

Return pixelFormat in getVideoMetadata()#3258
JonnyBurger merged 8 commits intoremotion-dev:mainfrom
jkcs:feat/add_pixelFormat

Conversation

@jkcs
Copy link
Copy Markdown
Contributor

@jkcs jkcs commented Dec 7, 2023

close #3216
/claim #3216

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Dec 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bugs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 4:50pm
remotion ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 4:50pm

@jkcs
Copy link
Copy Markdown
Contributor Author

jkcs commented Dec 7, 2023

@JonnyBurger The tests on Windows always fail, and I've come across this code snippet.

if (os.platform() === 'win32') {
console.log('Windows CI is broken - revisit in 14 days');
console.log('https://github.com/actions/runner-images/issues/8598');
if (Date.now() > 1703980800000) {
process.exit(1);
}
process.exit(0);
}
Is there any way to handle this now?

@JonnyBurger
Copy link
Copy Markdown
Member

It's ok, thats because we disable windows build right now because it is broken.

no need to do anything!

@JonnyBurger
Copy link
Copy Markdown
Member

Looks good, but I'll review it only by next week!
Sorry for the delay 🙈

@jkcs
Copy link
Copy Markdown
Contributor Author

jkcs commented Dec 8, 2023

No problem, have a great weekend!

@JonnyBurger
Copy link
Copy Markdown
Member

Very well done! Thanks a lot and sorry for the long review time!

@JonnyBurger JonnyBurger merged commit 2ba6cb3 into remotion-dev:main Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Return pixelFormat in getVideoMetadata()

2 participants