-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
GeneralTasks relating to the entire applicationTasks relating to the entire applicationenhancementNew feature or requestNew feature or request
Description
Describe the feature that is being tested/implemented
Update file searching/scanning functionality.
- Reference files
- By default, should be stored in directory named
referencethat's located in the project root folder - Can be changed by the user either through a command line argument or through the GUI
- Should scan for any files with the following extensions:
- MP4
- MKV
- MOV
- AVI
- WEBM
- TS
- FLV
- Should validate the files by doing an ffmpeg encode to nul with them like
ffmpeg -i INPUT -f null -. Validated fiels are given a "validated" status in the completions file.
- By default, should be stored in directory named
- Encoded files
- By default, should be stored in directory named
encodedthat's located in the project root folder - Can be changed by the user either through a command line argument or through the GUI
- Should contain a subdirectory for each reference file
- By default, should be stored in directory named
- VMAF report files
- By default, should be stored in directory named
datathat's located in the project root folder - Should contain a subdirectory for each reference file that stores each output VMAF report that is named after the encoded file it came from.
- By default, should be stored in directory named
- VMAF score graph files
- By default, should be stored in directory named
graphsthat's located in the project root folder - Can be changed by the user either through a command line argument or through the GUI
- Should contain a subdirectory for each reference file that stores each output VMAF score graph that is named after the encoded file it came from.
- By default, should be stored in directory named
List any relations to other issues in this repository or in other repositories
N/A
Metadata
Metadata
Assignees
Labels
GeneralTasks relating to the entire applicationTasks relating to the entire applicationenhancementNew feature or requestNew feature or request