Jump to content

Duck

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Duck

  1. On 2/8/2024 at 7:15 PM, Tech Support said:

    Sorry, I don't understand you point. The original MKV file may contain subtitles track, and you want to add some command to ffmpeg to extract it to where? And then what?

    that's right. As I already said, I want a new mp4 video with subtitles overlaid. 

  2. 21 hours ago, Tech Support said:

    I don't think this would be possible. FFmpeg should have the ability to bundle subtitles into video as a track, but there is not way from KVS to feed the subtitles file into ffmpeg, unless you want to include the same subtitles into every video and can specify global hardcoded filename into ffmpeg options

     

    What if we are talking about a .mkv file with bundled subtitles? 

  3. On 1/30/2024 at 4:40 AM, Tech Support said:

    KVS doesn't fully support subtitles at the moment. One of the customization option that we provide is to ability to specify either subtitles file URL in a custom field, or subtitles file contents in a custom field. And then it is possible to customize template to show subtitles from this file.

    Thanks for the reply. Perhaps you can suggest to me a ffmpeg command to get the video converted with subtitles by KVS?

  4. On 3/22/2023 at 3:29 PM, tobiasswede said:

    I really want to use KVS but this with videoformat is the only big stopper. To go with your competitors would require a lot of custom work in regards to credit modules and so much more.

     

     

    What competitors have HLS?

  5. I updated KVS to the latest version and realized it was a mistake. It is impossible to use the new admin panel. Terrible usability, terrible design.
    I spent 4 hours in attempts to make custom css and realized that this is a job for days...
    Are there anyone here who had to roll back to a previous version because of this? Anyone waiting for a skin with the old admin panel in new KVS from developers? :)

  6. Does KVS player have a function to skip a certain number of seconds by clicking on the right or left side on the phone? 

    And second question: is it possible to change the orientation of the screen on the phone to portrait mode in full screen play mode? Even if the phone is set to Lock Orientation (xhamster and bunch of others do that) 

    • Like 1
  7. 5 hours ago, Tech Support said:

    After investigating this, the issue looks to be that we are using TinyMCE of 4.0 version, which doesn't have "paste" plugin. Here is the archive of TinyMCE 4.9 version with all plugins:

    https://kernel-scripts.com/updates/tinymce.zip

    Download it and unpack in /admin/tinymce directory. Then in /admin/js/TinyMCEConfig.js you need to add paste under plugins line:

    plugins: 'code, textcolor, link, image, preview, paste',

    And also add this line after plugins line:

    paste_as_text: true,

    Worked for us.

    Thanks for the answer!  Everything is fine now!

×
×
  • Create New...