Camcorder

Camcorder Used AI

2 devlogs
53m
Created by Marco

Camcorder is a program that let you transfer your videos taken with a Sony HDR-CX405 camcorder to your pc.

Timeline

Changed the hashing algorithm that enables the program to understand whether a video has already been transferred or not:
now the program only looks at the file lenght and the modified time and not make an hash of the file content. In this way scanning new videos is way faster.

Also fixed things about HW acceleration and deinterlacing (now using CPU for deinterlacing and GPU for transcoding) and added HW acclration also for H265 with CRF.

The next thing to do is to crate a way to store information about the transferred videos like codecs and pathnames for each version to enable further elaboration and visualization.

Update attachment

Added support to CUDA for harware accelerated transcoding and deinterlaccing for h264.

Also fixed a thing in the UI (mixed up progressbars)

Update attachment