Jump to content

Recommended Posts

Posted (edited)

Hey All,

 

In amongst the extra workloads we all have recently I wanted to move away from these cheap video recorders they use in dance/drama/english etc. so I bought some cameras that record using the 'camera' app on Windows 10

 

The issue is a 30 minute video is upwards of 5GB+ so add in several departments and there's not enough space for everyone!

 

I found a script here ages ago (thanks to MavHC)

 

https://github.com/mavhc/shrink-video-recursive-python/blob/master/shrink-recursive.py

 

But is there a way to set a gpo or regedit to make all videos record at a lower resolution? 720 instead of 1080 for example?

 

Or even better, record them directly to Stream/OneDrive as we are still having them not upload the videos to the cloud.

 

EDIT

 

The following threads might of interest if you want to script the video conversion using handbrake-cli or ffmpeg...

 

 

there's also these scripts;

 

But I'm after a way of setting the default before the video is recorded.

Edited by Warwick_Tech
Posted

In general you're always going to get a 50% reduction by recompressing video after it's recorded because you can know the future at that point.

 

UWP apps store their data in settings.dat files, which are registry hives it seems

 

https://www.damirscorner.com/blog/posts/20150117-ManipulatingSettingsDatFileWithSettingsFromWindowsStoreApps.html

 

c:\Users\user\AppData\Local\Packages\Microsoft.WindowsCamera_8wekyb3d8bbwe\Settings

  • Thanks 1
Posted
In general you're always going to get a 50% reduction by recompressing video after it's recorded because you can know the future at that point.

 

UWP apps store their data in settings.dat files, which are registry hives it seems

 

https://www.damirscorner.com/blog/posts/20150117-ManipulatingSettingsDatFileWithSettingsFromWindowsStoreApps.html

 

c:\Users\user\AppData\Local\Packages\Microsoft.WindowsCamera_8wekyb3d8bbwe\Settings

 

Assuming the app identifier is always WindowsCamera_8wekyb3d8bbwe,#

 

I figured this would be an unlikely fix!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...