Tx2: jetson_multimedia_api/samples/01_video_encode output h.264 file can not be opened by windows media player

Hi,
You can install ffmpeg

$ sudp apt install ffmpeg

and mux h264 stream to an mp4 file

$ ffmpeg -i sample_outdoor_car_1080p_10fps.h264 -c copy a.mp4