KirillLykov / oni2avi

Command-line converter from oni (OpenNI) to avi data format
Other
12 stars 10 forks source link

Unable to play Output video files #12

Open Kish27051995 opened 6 years ago

Kish27051995 commented 6 years ago

I have recorded a video using ORBBEC camera and stored the recorded stream in a video file(i.e., video.oni). After running the executable : ./oni2avi video.oni video1.avi --codec=FLV1, I have got 2 video files(video1-depth.avi and video1-img.avi). But unable to play those in VLC. How do i play those videos in VLC?

KirillLykov commented 6 years ago

It might be due to different reasons - codecs problem (try another codec) or may be something wrong with generated files (verify that the size of these files is comparable with the size of oni file).