i have a video file with extension .dsf, taken from a cctv surveillance camera (i don't known model or producer of the appliance).

how i can watch it? suggest some free software (any os)

thank you

link|improve this question
feedback

2 Answers

Sorry to disappoint you, but .dsf looks like it may be a sound file.

Have you tried VLC? It's not on the list of supported formats, but still might be worth a try - and always useful to have VLC installed anyway.

link|improve this answer
feedback

Download FFMPEG (there are sources as well as binaries for every system)

then do this: ffmpeg -i myvideo.dsf

It will show you what codecs are in there. After you know which, you can try getting that codec and playing the file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.