Problems when used nvm_sep_sci sample

Please provide the following info (tick the boxes after creating this topic):
Software Version
[*] DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other

Target Operating System
[*] Linux
QNX
other

Hardware Platform
[*] DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other

SDK Manager Version
1.9.0.10816
[*] other

Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
[*] native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other

When I use the nvm_iep_sci to encode a yuv video, I met some trouble. The program exited after encoding 138 frames, but the video has 300 frames. I don’t know how to encode it correctly.Could you give me some advices, like how to setup the config file?
the log.txt is the output when I execed ./nvm_iep_sci -cf h265_1.cfg -v 3 > log.txt
h265_1.cfg (18.1 KB)
log.txt (40.2 KB)

The video is https://media.xiph.org/video/derf/ElFuente/Netflix_Narrator_4096x2160_60fps_10bit_420.y4m.
and It’s a 4096x2160, 60 frames/s 10bit yuv video.

Please try specifying more frames via “FramesToBeEncoded” and see if it will help.

After downloading it, renaming is needed to run your command, right?
How did you check how many frames the file has?

I have tried to set “FramesToBeEncoded” to 300, it didn’t work.
After downloading, you can use ffmpeg to transform file from y4m to yuv.
ffmpeg -i xxx.y4m -f rawvideo xxx.yuv
and you also can ffmpeg to check its frames, like ffprobe -v error -count_frames -select_streams v:0 -show_entries stream=nb_read_frames -of default=nokey=1:noprint_wrappers=1 xxx.y4m

Did you still have only 138 frames encoded?

Please also share the transcoded file.

I’m able to reproduce this issue and will get back to you after checking internally.

Yes,it was still 138 frames.
N4.265 (6.3 MB)

And you should also check the decoder sample. It may fail too.

Please create another topic for this and elaborate the details there. Thanks.

This is a file size issue. The fix will be available in any release from DRIVE OS 6.0.6. Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.