Skip to content

Upscale video #1

@tomasklaen

Description

@tomasklaen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions