lxllsl

Results 2 issues of lxllsl

/usr/lib/python3.7/site-packages/bmf/modules/null_sink.py in process(self, task) 21 elif pkt.get_timestamp() != Timestamp.UNSET: 22 Log.log_node(LogLevel.DEBUG, task.get_node(), ---> 23 "process data", pkt.get_data(), 'time', 24 pkt.get_timestamp()) 25 return ProcessResult.OK AttributeError: 'bmf.lib._bmf.sdk.Packet' object has no attribute 'get_data'

case: ffmpeg -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -hwaccel_device 0 -c:v h264_cuvid -i input.h264 -c:v nvenc_h264 output.h264 Q: The encoding and decoding are both hardware-accelerated using GPUs, with decoding completed...