-
Notifications
You must be signed in to change notification settings - Fork 90
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
question / feature request: allow recording in full color range #264
Comments
Could also be done into an MP4 container, with AVC/H264 as the encoding type? |
AVI recording was done by someone else long, long, long time ago and I am not interested in rewriting it to use some modern method (video recording is probably my lowest priority feature ever..). Perhaps if there is some really good license compatible open source example somewhere. |
for WinUAE, why not just take advantage of inbox codec and recording support using Media Foundation? Pretty easy to use an IMFSinkWriter to push audio+video samples into an MP4 container. It can be done behind an abstraction layer of some kind, or whatever already exists for AVI - so that on non-Windows systems, implementations can be "plugged in" as well
…________________________________
From: Toni Wilen ***@***.***>
Sent: Sunday, December 3, 2023 4:40 AM
To: tonioni/WinUAE ***@***.***>
Cc: luvwagn ***@***.***>; Comment ***@***.***>
Subject: Re: [tonioni/WinUAE] question / feature request: allow recording in full color range (Issue #264)
AVI recording was done by someone else long, long, long time ago and I am not interested in rewriting it to use some modern method (video recording is probably my lowest priority feature ever..). Perhaps if there is some really good license compatible open source example somewhere.
—
Reply to this email directly, view it on GitHub<#264 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AP2ELBUYYEVQPC5QW3PVOTDYHRXKBAVCNFSM6AAAAAA744DXQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGQ3DQNZWHE>.
You are receiving this because you commented.Message ID: ***@***.***>
|
That's sad actually - I suspect recording amiga demos is a rather sizeable use case. |
I don't think it is that simple, for example does it support uncompressed? Thats very nice feature of AVI stuff, you can select uncompressed (can easily test if recording is exactly right) and IMHO it is better to record it in some non-lossy format (AVI has non-lossy formats which someone really wants to have), edit the file and then convert it to whatever format you want. Anyway, as I said, I need example sources that is proven working, that includes CODEC selection GUI. I am not interested in reading some API docs that usually always suck and assume you already know what are you doing :) |
Video encoding is a huge rabbit hole agreed. We're experiencing that in DOSBox Staging now 😅 Lossless is the best option, then people can encode that however they like 🤷🏻 ...unless you want to mess around with vendor-specific APIs to add hardware accelerated encoding support, which is nice, but fiddly. |
What formats can I get the frames in as input - D3D textures with a clear DXGI format? raw RGB data per frame? Let me know which works best, and I'll happily code up an e2e example and share it with you. I'm a part owner of these technologies in Windows.
…________________________________
From: John Novak ***@***.***>
Sent: Thursday, December 28, 2023 6:03 PM
To: tonioni/WinUAE ***@***.***>
Cc: luvwagn ***@***.***>; Comment ***@***.***>
Subject: Re: [tonioni/WinUAE] question / feature request: allow recording in full color range (Issue #264)
I don't think it is that simple, for example does it support uncompressed? Thats very nice feature of AVI stuff, you can select uncompressed (can easily test if recording is exactly right) and IMHO it is better to record it in some non-lossy format (AVI has non-lossy formats which someone really wants to have), edit the file and then convert it to whatever format you want.
Anyway, as I said, I need example sources that is proven working, that includes CODEC selection GUI. I am not interested in reading some API docs that usually always suck and assume you already know what are you doing :) (It does not need to be emulator, just some program that records something)
Video encoding is a huge rabbit hole agreed. We're experiencing that in DOSBox Staging now 😅 Lossless is the best option, then people can encode that however they like 🤷🏻 ...unless you want to mess around with vendor-specific APIs to add hardware accelerated encoding support, which is nice, but fiddly.
—
Reply to this email directly, view it on GitHub<#264 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AP2ELBXVWXVWEKPEAXMLBIDYLYQHRAVCNFSM6AAAAAA744DXQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZRGY3TIOBYGQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Currently the color range of the recordings seems to be limited:
I suspect this is expected since a real amiga would output to a TV set which has limited range. But just in case I'm confused here's a feature request - please allow to record in full color range.
Afaik utvideo + avi don't have anywhere to mark the video as full range, so it would need to be mkv.
The text was updated successfully, but these errors were encountered: