• Skip to content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

Main navigation

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty

Gabriele

  • Profile
  • Topics Started
  • Replies Created

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • 4 years ago in reply to: Set start/end time in an iframe
    Gabriele

    Hello Mária,

    Thank you very much for the quick answer.

    I know the “embed” function, but with it I can only set the start time, but not the time when the video should stop running. The video always plays through the end.

    But I want to play in a video of 5 minutes length only the part from minute 1 to minute 2 for example.

    Best regards!

    André

    4 years ago in reply to: FV Player Pro | Shortcode parameter for timeline previews
    Gabriele

    Great, thanks for the quick support! You rock!

    The shortcode parameter “timeline_previews” works in the beta version as described.

    One more question about this:

    Inside the shortcode I can specify the individual parameters (src, splash, transcript etc.) with releative paths. But for the new parameter “timeline_previews” it only works with absolute paths.

    Will this still be adjusted?

    Thanks,
    André

    4 years ago in reply to: FV Player Pro | Shortcode parameter for timeline previews
    Gabriele

    Thanks for the quick reply.
    Since I want to post more than 500 resources with splashcreens,transcripts,subtitles,timeline_previews a script generates me the shorcodes for these videos, which I can be published (automatically or manually).

    Example:

    ...
    [fvplayer src="//cdn.foliovision.com/videos/intro4.mp4" splash="//cdn.foliovision.com/videos/splash4.jpg" splashend="true" autoplay="true" width="640" height="360" caption="Intro" subtitles="/videos/intro4.vtt" transcript="transcript_video4.vtt" original_formatting="true"]
    ...
    [fvplayer src="//cdn.foliovision.com/videos/intro500.mp4" splash="//cdn.foliovision.com/videos/splash500.jpg" splashend="true" autoplay="true" width="640" height="360" caption="Intro" subtitles="/videos/intro500.vtt" transcript="transcript_video500.vtt" original_formatting="true"]
    ...
    

    So I don’t create individual FV Players via FV Player Database, it would take too long.

    But for my testing scenario I could solve the problem by converting the shortcode, but only via the intermediate step of the FV Player Shortcode Database.

    Is there a parameter supported for the (old) FV Player shortcode, which I could use for the old shortcode to take timeline previews into account?

    Something like this: (pseudo code)

    ...
    [fvplayer src="//cdn.foliovision.com/videos/intro4.mp4" splash="//cdn.foliovision.com/videos/splash4.jpg" splashend="true" autoplay="true" width="640" height="360" caption="Intro" subtitles="/videos/intro4.vtt" transcript="transcript_video4.vtt" original_formatting="true" timeline_previews="timeline_preview_video4.vtt"]
    ...
    [fvplayer src="//cdn.foliovision.com/videos/intro500.mp4" splash="//cdn.foliovision.com/videos/splash500.jpg" splashend="true" autoplay="true" width="640" height="360" caption="Intro" subtitles="/videos/intro500.vtt" transcript="transcript_video500.vtt" original_formatting="true" timeline_previews="timeline_preview_video500.vtt"]
    ...
    

    Thanks,
    André

    4 years ago in reply to: Transcript formatting | using voice spans to display the speaking character
    Gabriele

    O.k. the parameter for a player via manual shortcode is:

    original_formatting="true"

    topic voice span:
    Yes, an option to automatically prefix the voice span in the transcript window sounds good. (at least then you wouldn’t have to create the voices individually via CSS)

    topic indentation:
    An indentation makes the transcript indeed more readable. But I don’t have a suggestion how to solve this dynamically at the moment. Have you already moved on, or is that out of the question for once?

    Thanks,
    André

    4 years ago in reply to: Transcript formatting | using voice spans to display the speaking character
    Gabriele

    The editor did not take over the tabs, so for clarification an example image.

    Thanks,
    André

    transcript_befor_after
    Transcript_Befor_After
    4 years ago in reply to: Transcript formatting | using voice spans to display the speaking character
    Gabriele

    That would be great of course, if you could set this option in the backend.

    It would also be interesting in this context to standardize the distance between voice/character and dialog text so that the transcript is even easier to read.

    For example:

    Before (without space between voice/character and dialog text):

    character-a: Lorem ipsum dolor sit amet, constetur sadipscing.
    character-abcdefgh: At vero eos et accusam et justo duo dolores et ea. 
    character-abs: Stet clita kasd gubergren, no sea takimata sanctus.
    

    After (with space between voice/character and dialoge text):

    character-a:		Lorem ipsum dolor sit amet, constetur sadipscing.
    character-abcdefgh: At vero eos et accusam et justo duo dolores et ea. 
    character-abs:		Stet clita kasd gubergren, no sea takimata sanctus.
    

    Thanks a lot,
    André

    5 years ago in reply to: Transcript formatting | using voice spans to display the speaking character
    Gabriele

    Hi, Martin,

    thanks for the change! Everything works as described.

    With the css “::before” selector” combined with th “attribute” selector you can now also write the voices (v-tags from the webvtt file) in front of the text passages:

    CSS Example:

    span.fv_fp_transcript_item v[character-a]::before {
       content: "Character A: ";
       color: black;
       font-weight: bold;
    }
    
    span.fv_fp_transcript_item v[character-b]::before {
       content: "Character B: ";
       color: black;
       font-weight: bold;
    }
    

    Transcript window before:

    ...
    Lorem ipsum dolor sit amet, consetetur sadipscing.
    At vero eos et accusam et justo duo dolores et ea rebum.
    ...
    

    With css selectors the voices are output before the text passages in the Transcript window:

    ...
    Character A: Lorem ipsum dolor sit amet, consetetur sadipscing.
    Character B: At vero eos et accusam et justo duo dolores et ea rebum.
    ...
    

    Works great for my purposes => Thanks a lot!

    André

    5 years ago in reply to: Transcript formatting | using voice spans to display the speaking character
    Gabriele

    Thank you very much for the quick answer.
    The presentation always depends a little on the context.
    In my case I imagine the output like this:

    Transcription
    
    Character-A:	Lorem ipsum dolor sit amet, consetetur sadipscing
    Character-B:	Sed diam nonumy eirmod tempor invidunt ut
    Character-A:	Magna aliquyam erat, sed diam voluptua
    Character-C:	At vero eos et accusam et justo duo dolores et ea rebum
    Character-D:	Stet clita kasd gubergren, no sea takimata sanctus
    Character-E:	Est Lorem ipsum dolor sit amet
    Character-F:	Lorem ipsum dolor sit amet, consetetur sadipscing elitr
    Character-B:	Sed diam nonumy eirmod tempor invidunt
    ...
    

    Influencing the output via CSS or template would of course be great!
    Is there already a schedule for when you are done with the tests?

    Thanks a lot!
    André

Viewing 8 replies - 1 through 8 (of 8 total)

Primary Sidebar

Sign in Register
FV Player Docs Post New Topic

Welcome

to Foliovision support forums! We'll be happy to provide free support to resolve all the reported bugs. You always can start by specifying your OS and browser and steps to reproduce the bug.

If you need help with the installation on your site, please submit a request for a Pro Support Incident. We'll have you up and running in no time, with detailed instructions on how to resolve your issue yourself in the future.

Facing a hard to solve WordPress problem? On a tight deadline?

Let us take care of it for you
right now.

Pro Support Buy FV Player

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2025 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie allow you to log in and download your software or post to forums.

We use the WordPress login cookie and the session cookie.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Support Cookies

Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.

We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.

Please enable Strictly Necessary Cookies first so that we can save your preferences!

3rd Party Cookies

This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.

Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.

Please enable Strictly Necessary Cookies first so that we can save your preferences!