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?
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).
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?