https://github.com/alexrasch/detectcodec
https://github.com/alexrasch/detectcodec
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexrasch/detectcodec
- Owner: AlexRasch
- Created: 2025-03-07T16:40:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-07T16:45:35.000Z (over 1 year ago)
- Last Synced: 2025-03-17T01:18:58.473Z (over 1 year ago)
- Language: C#
- Size: 42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DetectCodec README
## Overview
C# .NET Framework console app to detect H.265 (HEVC) codec in MP4 files by parsing file structure.
## Usage
Run: `DetectCodec `
- Supports only MP4 files.
- Outputs if H.265 is detected.
## Test Files
Includes H.264 and H.265 sample videos from [Sample Videos](https://sample-videos.com/).
## Debug Mode
- Uses `Samplevideo_h265.mp4` by default.
- Change to `Samplevideo_h264.mp4` in code to test H.264.
## Requirements
- .NET Framework
- MP4 file as input