Indeed, but what in a trimmed zoom if not for the world to watch?
Recorded Zoom files
Moderator: Ken Berry
-
asik1
- Posts: 3446
- Joined: Thu Apr 17, 2014 6:07 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: H170M-E D3
- processor: i5-6600
- ram: 8gb
- Video Card: GTX1050-2GB
- Hard_Drive_Capacity: No hoarder
- Monitor/Display Make & Model: 2K HP-27MQ
- Corel programs: VS-X9.2, 2020, 2023
- Location: Israel
Re: Recorded Zoom files
Panasonic X900m, VXF1
Re: Recorded Zoom files
In my world your advice does not apply. Due to the pandemic, the norm for legal depositions is Zoom with timestamp. Content is only shared amongst privileged parties and the Court. Private or unlisted YouTube channels/videos can be compromised.
-
cybernick
- Posts: 280
- Joined: Mon Jan 21, 2019 7:44 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- Video Card: GTX 1060
- Hard_Drive_Capacity: 1TB nvme
- Corel programs: Video Studio 2020&2021 Ultimate
Re: Recorded Zoom files
That is very cool. It is cool that works. I wish "zoom" had a simple setting in the recording tab instead looking to workaraound?rwernyei wrote: ↑Tue Mar 16, 2021 5:30 am My experience with Zoom recordings is that it tries to optimize the recording based on one's screen resolution. I have an Acer Nitro 5 laptop with native Display resolution 1920x1080 and overclocked Refresh rate of 101 Hz.
Try this:
Test 1: Record 10-15 secords and stop recording. Look at your Zoom mp4 properties: 1280x720, 1804 kbps, 1936kbps, 25 fps, 132kbps 1(mono) 32 kHz
Test 2: Record webcam image for 10 secords or so and now share your screen moving your cursor on the screen for a couple of seconds, now stop sharing and stop recording. Check your new Zoom mp4 properties: 1920x1080, 1804 kbps, 1936kbps, 25 fps, 132kbps 1(mono) 32 kHz
Test 3: Zoom settings in the above screenshot under Recording if you check Record video during screen sharing and also check Place video next to the shared screen in the recording you will get an entirely different resolution using the same procedure in Test 2. After recording and sharing screen you will end up with a mp4 with properties: 2200x1080, 1804 kbps, 1936kbps, 25 fps, 132kbps 1(mono) 32 kHz
Personally, discovering this glitch I use the Test 2 method for all my recordings. Meetings with several participants with screen share privileges throughout the recording I still share my screen for a couple of seconds, stop share and then stop recording to ensure my ending mp4 resolution will be 1920x1080. I find this method has always delivered. Hope this helps.
Also I find FFmpeg does the best at making simple cuts to my Zoom recordings based on start and end times in seconds. Example: 3 hour video, I trim the last 10 seconds off. I use a script like: ffmpeg -i D:\Z\zoom_0.mp4 -ss 00:00:00 -to 02:59:50 -c copy output.mp4
Z represents the name of the folder where I store my mp4 after my Zoom recording. The above script takes Smart Rendering to a whole new level. Encodes an exact copy with edit in less than 15 seconds!
thanks
