Well for past few months now i have been doing my research on encryption cipher and i have tested on plane text , its not a problem .
If i have to test the fastness of the cipher i got to try it on movie and audio files and check for processing time .
Is there any way i can process movie / audio files in C++ ? any primitive file format would suffice for now.
rahul8590 71 Posting Whiz
Recommended Answers
Jump to Post> Is there any way i can process movie / audio files in C++ ?
Why would it matter to you?Like for compression, as far as you're concerned, it's just a meaningless array of bytes to encrypt. So long as you get back what you put in, why …
Jump to PostSo what's the problem?
In Unix/Linux, there is the time command
time myprog sometextfile.txt time myprog somemoviefile.mov
Your program just opens the byte stream, does something and closes it again. The type of file (or it's content) matters not.
Jump to PostWell if you open the file as a binary stream, I suggest you just try it and see what happens!
All 12 Replies
Excizted 67 Posting Whiz
rahul8590 71 Posting Whiz
Salem 5,265 Posting Sage
rahul8590 71 Posting Whiz
Salem 5,265 Posting Sage
rahul8590 71 Posting Whiz
Salem 5,265 Posting Sage
rahul8590 71 Posting Whiz
Salem 5,265 Posting Sage
rahul8590 71 Posting Whiz
Salem 5,265 Posting Sage
rahul8590 71 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.