Help with Video Codec commands

Hi, I’m testing a new video card and wanted to try the sample transcodes so I threw together a system with CentOS 7.2 on it and I have a Tesla M4 video card on it.
I wanted to experiment with some basic encode/transcode.

I downloaded the Video_Codec_SDK and built the samples. And When trying the samples, I’m not getting any output. Am I running the command wrong? I didn’t see any error messages.

[root@localhost NvTranscoder]# ls -la HB_3840x2160.h264
-rwxr-xr-x. 1 root root 64967700 Sep 23 11:14 HB_3840x2160.h264
[root@localhost NvTranscoder]#
[root@localhost NvTranscoder]# ./NvTranscoder -i HB_3840x2160.h264 -o a.h264 -codec 1
[root@localhost NvTranscoder]#
[root@localhost NvTranscoder]# ls -la a.h264
-rw-r–r–. 1 root root 0 Sep 23 11:18 a.h264
[root@localhost NvTranscoder]#

Is it suppose to spit out any info or error messages?
Any help would be much appreciated.

[root@localhost NvTranscoder]# lsmod | grep nv
nvidia_uvm 76757 0
nvidia 8648036 34 nvidia_uvm
drm 349210 6 ttm,drm_kms_helper,mgag200,nvidia
i2c_core 40582 8 drm,igb,i2c_i801,ipmi_ssif,drm_kms_helper,mgag200,i2c_algo_bit,nvidia
[root@localhost NvTranscoder]#

[root@localhost NvTranscoder]# lspci -s 02:00.0 -v
02:00.0 3D controller: NVIDIA Corporation Device 1431 (rev a1)
Subsystem: NVIDIA Corporation Device 1193
Physical Slot: 785

Kernel driver in use: nvidia

Thanks!
Dan

Update, it looks like SDK version 7 doesn’t work on the Tesla M4 video card.
Moving backwards to SDK version 6 resolved the issue and works fine.

Thanks!