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

Foliovision

  • 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
Home

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é

    5 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é

    5 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é

    5 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é

    5 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
    5 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

  1. Bios
  2. My Video Bookmarks
  3. My Video Playlists
  4. Privacy Policy
  5. TEST
  6. Test Bunny CDN vs. DigitalOcean Spaces CDN
  7. Video Speed Tests
  8. FV Flowplayer Expiration
  9. About
  10. Checkout
  11. Foliovision Tools
  12. FV Player
  13. Job offers
  14. Store
  15. WordPress
  16. Cookies
  17. Donate
  18. Enter your VAT Information
  19. FV Pro Support
    We’ll solve your WP Video problems right now
  20. FV Publisher
  21. Hosting signup
  22. How to pay your invoice in the new billing system
  23. Humanmetrics Jung Typology Test Result
  24. Best Practices for Sharing Sensitive Information
  25. Billings Page
  26. Client Section
  27. Foliovision Hosting Signup
  28. Renew or upgrade your plugin
  29. Site Map
  30. FV Flowplayer 5 Download Test Page
  31. Referrals
  32. My Profile
  33. Flowplayer
  34. My Licenses
  35. Portfolios
  36. Additional Information
  37. Theme Comparison
  38. Video Services Request
  39. Thanks for your message
  40. Thanks for Applying!
  41. Thoughtful Comments
  42. Teamwork to Basecamp 3 Migration Wizard
  43. Typepad to WordPress deposit payment
  44. Weblog
  45. WordPress 3.3 Upgrade Order Form
  46. WordPress Programmer’s Homework

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 © 2026 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‬