I may have missed something obvious here, but for me right now it looks like there is something funny going on with the downloaded mp4 event files.
I have experienced this on 1.37.40 and 1.37.41 on different installations.
The downloaded files can be viewed in many applications but some don't like those files at all, and I guess that it maybe can have something to do with framerate and/or detected length of the clip.
The reason for that guess is that is based on those three observations:
1. If I import the video file to "VideoPad Video Editor" it see all files as 0.5s regardless of original length.
2. If I try to use some file in a Home Assistant video notification it fails due to to short clip, as it looks like.
3. If I pass the file through the conversation in VLC media player, some of the converted files works fine in both cases above.
What have I missed...?
Edit 230724: I may mention that I have never experienced those problems with any files from other sources.
The setup
- ZM in vm on Proxmox
- Some different cameras (Reolink, D-link, TP-link)
Monitor Settings
- Source Type: Ffmpeg
- Method: TCP
- Decoder: Auto
- Video Writer: Passthrough
- OutputContainer: Auto
Strange behavior on downloaded mp4 video files
Re: Strange behavior on downloaded mp4 video files
Maybe you'd like to post a clip?
Re: Strange behavior on downloaded mp4 video files
Sure.
Here is two clips from different cameras and different ZM installations.
(I renamed the files as .txt to be able to attach them. Is there any other way to do it?)
This test file for example works as expected.
Here is two clips from different cameras and different ZM installations.
(I renamed the files as .txt to be able to attach them. Is there any other way to do it?)
This test file for example works as expected.
- Attachments
-
- 1210980-video.h264 - Copy.mp4.txt
- (649.16 KiB) Downloaded 216 times
-
- 8786-video.h264 - Copy.mp4.txt
- (164.22 KiB) Downloaded 199 times
Re: Strange behavior on downloaded mp4 video files
This file is one of the attached above that I have convert trough VLC media player using the profile "Video -H.264 + MP3 (MP4)" and that makes it possible to use in e.g. the applications mentioned earlier.
- Attachments
-
- 8786_2-video.h264 - Copy.mp4.txt
- (244.13 KiB) Downloaded 193 times
Re: Strange behavior on downloaded mp4 video files
All files look good to me... play well in vlc/ffplay. Looking at the converted video, some metadata differences, but mostly just missing dts values, allowing the player more flexibility I guess. All values look good to me at first glance though.
Weird.
Weird.
Re: Strange behavior on downloaded mp4 video files
The file produced by zm is variable frame rate, the converted is fixed frame rate, perhaps that is it.
We don't actually set frame rate, we copy it from the input....
We don't actually set frame rate, we copy it from the input....
Re: Strange behavior on downloaded mp4 video files
Thanks for checking.
I tested the files in the old Windows Movie Maker and have the same problem. It will not even open the original files, but the converted works.
As I understand you, there is not possible (in this case) to have contant framerate with passthrough?
What do you recommend to use for some basic editing on Windows and Linux?
I tested the files in the old Windows Movie Maker and have the same problem. It will not even open the original files, but the converted works.
As I understand you, there is not possible (in this case) to have contant framerate with passthrough?
What do you recommend to use for some basic editing on Windows and Linux?
Re: Strange behavior on downloaded mp4 video files
kdenlive works here on your files.
I would imagine any linux based video software will like them as they will likely use the ffmpeg libraries to read the video.
I would imagine any linux based video software will like them as they will likely use the ffmpeg libraries to read the video.