-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Upscaling videos is theoretically doable, but practically very laborious to implement. Dunno when I'll have enough resolve to take a stab at it.
I need to figure out how to split video into frames, but in a streaming way so that they arrive one by one, waiting for previous to get upscaled and encoded into output video before next one is extracted. Extracting all the frames and only then upscaling is a no-go, that'd murder harddrives.
Then ensure the output gets all the assets (audio tracks, subtitle tracks, covers, ...) from the original, while handling all the necessary conversions:
- avi audio->mp4 will need to get converted, but mp4->mp4 only copied
- subtitles mean output has to be mkv
- gif inputs should end up as gifs too? or lossless mp4?
Ugh.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels