Marti McFly

Results 39 comments of Marti McFly

I'm using tcp, yes. Is there a quick command I could run to do a pure copy for you?

Sorry for the delay. It took me a second to get everything together. Here you go... ```script # ffmpeg -t 5 -rtsp_transport tcp -i "rtsp://frigate:[email protected]:554/cam/realmonitor?channel=1&subtype=1" -c copy output_xxx_xxx.mp4 -y ```...

Speaking about the hardware encoding and limitations. I am able to switch my cameras video to H.265 (HEVC). I dont know how far frigate and ffmpeg do support h.265 of...

Have you had luck encoding the attached recording?

That video is only available until tuesday.

Does that mean you had no luck decoding it, too?

I updated my kernel-information. It's Kernel: 5.15.55-2-rpi-ARCH (armv7). I'm not sure if that's containing that problem, since everybodys writing about Linux pi5 5.15.61-v8. Did anybody report that issue prior 5.15.61?...

This is still beeing an issue. Meanwhile I took a look at Raspberries specifications. The limitation of 1080p maximum meanes 1080 rows. Which is 1920x1080 pixels. With my videosize of...

I can't confirm that. See my message. > I updated my kernel-information. It's Kernel: 5.15.55-2-rpi-ARCH (armv7). > > I'm not sure if that's containing that problem, since everybodys writing about...

Heres another sample... [sample.mp4.zip](https://github.com/blakeblackshear/frigate/files/9800789/sample.mp4.zip) **$ docker run -it -v $(pwd):/config linuxserver/ffmpeg -i "rtsp://user:pass@ip:port/cam/realmonitor?channel=1&subtype=2" -acodec copy -vcodec copy /config/sample.mp4** ``` ffmpeg version 4.4 Copyright (c) 2000-2021 the FFmpeg developers built with...