Minimal ffmpeg build configure RTSP cameras H264 e HEVC #1545
Replies: 3 comments
-
Never seen that and never tried compiling ffmpeg that way |
Beta Was this translation helpful? Give feedback.
-
@tosiara thanks you are always willing to help us! Yeah as it is working the default way without problems. It's just a 'branch on my repository' trying to make ffmpeg build faster and optimized. |
Beta Was this translation helpful? Give feedback.
-
Updating with what works for far.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using motion for almost 2 years I guess. I have always built ffmpeg from source due my bad quality IP cameras.
Now I am trying to make a minimal
ffmpeg
build for motion for SOC (nvidia jetson-nano 2GB)I only have h264 an hevc cameras. And I am using a custom library for hardware accelerate those (
--enable-nvmpi
). That makes me include also decoders--enable-decoder=hevc_nvmpi --enable-decoder=h264_nvmpi
.So, I'm trying using the following configure.
I am also enabling
mpeg2video
,mpeg4
,mp4
encoders/muxers for timelapse recording.Everything works fine with ffmpeg command line like to stream through ffmpeg. Like, bellow:
Unfortunately I'm getting errors with timelapse recording . Saying file exists but I check it doesn't exist. Something like:
Someone knows what else is required I am missing on
configure
to make timelapse work in this minimal ffmpeg build?Beta Was this translation helpful? Give feedback.
All reactions