some question about snapshot
Posted: 19 Mar 2015 08:38
1.hi, guys,i use parameter as following:
vlc_argv[vlc_argc++] = "--snapshot-format=jpg";
but i get the file is also png format, the first 4 bytes is 89,50,4e 47, it means 'PNG'
2.another question is can vlc snapshot to memory buffer, not to file?
because i want to process it latter, if save to file, i need read from file;
vlc_argv[vlc_argc++] = "--snapshot-format=jpg";
but i get the file is also png format, the first 4 bytes is 89,50,4e 47, it means 'PNG'
2.another question is can vlc snapshot to memory buffer, not to file?
because i want to process it latter, if save to file, i need read from file;