-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] qarv_player functionality #13
Comments
arif already has something like this, I can port it to qarv_videoplayer. Basically, it has an Open dialog for raw video where you can specify the format. As for adding it to the "Open with" menu, I'm not sure that it can be done properly/unobtrusively because there is no standard filename extension for raw video; I'll look into it. Keyboard shortcuts can be added, sure. If you have suggestions that would feel natural to users of video editors, please say so. For seeking, I guess something in the spirit of mplayer would be fine. |
Great! Maybe something could be done for the program to try detect at the beginning of the file? Maybe Qarv could make some sort of header to the raw file or a totally separate file named like the recording, but with an file extension, which qarv_videoplayer could then look for? As I understand, VLC (and most video players) for example doesn't care for filename extensions, but just read the header from the file. I don't know much about raw formats.. Maybe they don't have a header and cannot have one. Like I said, functionality as in VLC would be a very good start, functionality like in Kinovea (https://www.kinovea.org/) would be more than I need. At least these would be appreciated:
The default VLC shortkey setup is good - too (except for going through individual frames): https://wiki.videolan.org/hotkeys_table/ |
This is how it already works when the option "Write video information file" is enabled; qarv_videoplayer is associated to the *.qarv files that are created in this fashion. |
Opening raw videos even without *.qarv files is implemented in e796eab. Hotkeys are still TODO. |
Currently at least on Ubuntu it is not possible to open raw video files from file manager with "open with" and qarv_videoplayer being the target.
Does anyone know of better players for Linux that can play the raw files or TIFFs as video? I'm looking for a program that has similar functionality to any video editor program, where frames can easily be skipped with keyboard hotkeys.
These features would also be nice for qarv_player, along with the possibility of using a similar structure (or even code) as with VLC, where space bar works as play/pause etc..
The text was updated successfully, but these errors were encountered: