the problem about video of tegra_multimedia_api . how to get the videofile which can be used for it .

i want to use another videofiler for tracking by tegra_multimedia_api ,and the format is different.i really don’t know how to transcode,besides my video is H264 - MPEG-4 AVC (part 10) (avc1),and the format of sample_outdoors_car_1080p_10fps.h264 is H264 - MPEG-4 AVC (part 10) (H264). i try to use my video and failed. the log as follows:
bash: source/opt/ros/kinetic/setup.bash: No such file or directory
ubuntu@tegra-ubuntu:~/tegra_multimedia_api/samples/backend$ ndbackend 1 …/…/data/video/sample_outdoor_car_11.h264 H264
Net has batch_size, channel, net_height, net_width:1 3 540 960
Using cached GIE model
Failed to query video capabilities: Bad address
NvMMLiteOpen : Block : BlockType = 261
TVMR: NvMMLiteTVMRDecBlockOpen: 7580: NvMMLiteBlockOpen
NvMMLiteBlockCreate : Block : BlockType = 261
Failed to query video capabilities: Bad address
Failed to query video capabilities: Bad address
Starting decoder capture loop thread
Timed out waiting for first V4L2_EVENT_RESOLUTION_CHANGE
Exiting decoder capture loop thread
TVMR: TVMRFrameStatusReporting: 6067: Closing TVMR Frame Status Thread -------------
TVMR: TVMRVPRFloorSizeSettingThread: 5885: Closing TVMRVPRFloorSizeSettingThread -------------
TVMR: TVMRFrameDelivery: 5917: Closing TVMR Frame Delivery Thread -------------
TVMR: NvMMLiteTVMRDecBlockClose: 7740: Done
App run failed
ubuntu@tegra-ubuntu:~/tegra_multimedia_api/samples/backend$

please help me

i ues the Wondershare Video Converter Converter Ultimate to transcode the video ,and make it .

Hi QTXu,
Have you tried the video with 00_video_decode sample or gstreamer command?