Skip to content

Adding video feature also . #3

Description

@lavjeetrai

Add Video to QR Code Generation

Description

Currently, the application supports generating QR codes from text and images. To make the tool more versatile, we should add support for generating QR codes from video files as well.

Proposed Feature

Allow users to upload a video file and generate a QR code that links to the uploaded video.

Motivation

  • Expands the range of supported media types.
  • Improves usability for users who want to share video content quickly.
  • Makes the QR code generator more useful for educational, marketing, and personal use cases.

Possible Implementation

  • Add video file upload support in the UI.
  • Validate supported video formats (e.g., MP4, WebM, MOV).
  • Store the uploaded video and generate a QR code pointing to its URL.
  • Display appropriate success and error messages.

Acceptance Criteria

  • Users can upload supported video files.
  • A QR code is generated successfully for uploaded videos.
  • Unsupported file formats are handled gracefully.
  • Existing text and image QR code functionality continues to work as expected.

Additional Notes

Consider handling large video files efficiently and ensuring that the generated QR codes remain scannable and reliable.

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