I have 2 streams, one for video and one for audio. Can I create a bouquet entry where I combine these two so that I can get both sound and picture? These are legal streams from our state television. Unfortunately, there is no master file available for this."
- Forums
- → Viewing Profile: Topics: eura
ATTENTION !!!
Due to a database corruption issue, we were forced to restore last-nights backup. This means all posts of Saterday Febuary 17th have been lost.Community Stats
- Group Senior Member
- Active Posts 83 ( per day)
- Profile Views 2,961
- Age 38 years old
- Birthday September 15, 1986
-
Gender
Not Telling
Contact Information
User Tools
Friends
eura hasn't added any friends yet.
Topics I've Started
Combine audio+video stream
18 June 2024 - 18:40
Clipbord in vim
22 January 2024 - 17:50
I notes that vim is missing a nice feature I think that vim is compiling with xterm_clipboard option instead of +clipboard, it means that it can only interact with the clipboard using the * and + registers. These registers are not the same as the system clipboard, but they can be used to exchange data between Vim and other applications.
That means that you need to switch between Insert and visual mode to copy inside vim. Is it possible to fix this I think it nice if you can copy / paste the same way inside Vim as outside and Linux / Windows that means you just set copy and paste shortcuts in the terminal.
P.S I made this changes in my .vimrc
set clipboard=unnamedplus set clipboard+=unnamed vnoremap <C-c> "+y nnoremap <C-v> "+p
But it will not fix this issue
Incorrect character set encoding for subtitles
5 November 2023 - 22:32
Incorrect character set encoding for subtitles in an .str file when playing an MP4 file with a .str subtitle file. Can't encode å,ä,ö properly.
Have try it on Openpli 8,3 and Night build 9 on a Vu+ Ultimo4k and a Vu+uno4K se
- Forums
- → Viewing Profile: Topics: eura