Closed felipecrs closed 1 year ago
Here are the input RTSP URL codecs information:
Filtering and streamcopy cannot be used together.
You can't change stream without transcoding. Thats why rotation or resize also needs #video=h264
.
I see. Do you have any idea why it fails with the below?
Corrupted H264 codec. Or not respect specs.
Apparently it was only missing hardware acceleration. I added #hardware=vaapi
and it worked just fine!
Out of curiosity, the filter didn't do anything useful (I could not see any difference). 😅
Hi,
I'm looking for some help. The documentation says that
#raw=
can be used and there is even an example for-vf
, a filter.I'm trying to set
ffmpeg:<rtsp-url>#raw=-vf hqdn3d#video=h264
to denoise some CFTV cameras I have, but it fails with:If I try with
ffmpeg:<rtsp-url>#raw=-vf hqdn3d#video=copy
, it fails with:If I try with
ffmpeg:<rtsp-url>#raw=-vf hqdn3d
only:Or, with
ffmpeg:<rtsp-url>#raw=-vf hqdn3d#video=
: