使用固件 ITX-3588J_Ubuntu20.04-Gnome-r211_v0.1.0a_220424.img
在osal/linux/os_log.cpp
中的函数 os_log(const char* tag, const char* msg, va_list list)
vsyslog(LOG_INFO, line, list);下面
中加入
vfprintf(stdout, line, list);
函数 void os_err(const char* tag, const char* msg, va_list list)
vsyslog(LOG_ERR, line, list);
下面加入:
vfprintf(stderr, line, list);
问题得以解决,即在 终端中有打印,也在 /var/log/syslog
有打印。
去掉 -d 0 -x 0
sudo ./mpi_dec_test-i Tennis1080p.h264 -o 1080P_n.yuv -w1920 -h 1080 -t 7
或者用
sudo ./mpi_dec_mt_test-i Tennis1080p.h264 -o 1080P_n.yuv -w1920 -h 1080 -t 7
我这边用
sudo ./mpi_dec_mt_test-i Tennis1080p.h264 -w1920 -h 1080 -t 7 -s 32
只解码不写 yuv文件 ,可以解码 32 路;
使用固件 ITX-3588J_Ubuntu20.04-Gnome-r211_v0.1.0a_220424.img
在osal/linux/os_log.cpp
中的函数 os_log(const char* tag, const char* msg, va_list list)
vsyslog(LOG_INFO, line, list);下面
中加入
vfprintf(stdout, line, list);
函数 void os_err(const char* tag, const char* msg, va_list list)
vsyslog(LOG_ERR, line, list);
下面加入:
vfprintf(stderr, line, list);
问题得以解决,即在 终端中有打印,也在 /var/log/syslog
有打印。
去掉 -d 0 -x 0
sudo ./mpi_dec_test-i Tennis1080p.h264 -o 1080P_n.yuv -w1920 -h 1080 -t 7
或者用
sudo ./mpi_dec_mt_test-i Tennis1080p.h264 -o 1080P_n.yuv -w1920 -h 1080 -t 7
我这边用
sudo ./mpi_dec_mt_test-i Tennis1080p.h264 -w1920 -h 1080 -t 7 -s 32
只解码不写 yuv文件 ,可以解码 32 路;
举报