Skip to content

DVDs are not 720p #106

Description

@DanForever

Import buddy has this snippet of code

            string resolution = "1080p";
            switch(DiscFormat)
            {
            case "Blu-Ray":
                resolution = "1080p";
                break;

            case "UHD":
                resolution = "2160p";
                break;

            case "DVD":
                resolution = "720p";
                break;
            }

For NTSC (American) DVDs, you have 480p (720x480), here in Europe we have PAL which is 576p (720x576)

The resolution only appears to be there to fill out a filename value, but it's still technically incorrect

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