i want use subtitle files(srt, vtt…..) with JWPlayer7….

by

Home Forums JW Player 7 for WordPress i want use subtitle files(srt, vtt…..) with JWPlayer7….

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1784
    wordpressbloger
    Participant

    ilghera, your JWPlayer7 for wordpress-premium plug-in is great work.
    but subtitle is… um… not perfect…

    i use your JWPlayer7 plug-in when that movie is, not subtitle required.

    but subtitle required, i use this HTML CODE. it work about Subtitles…

    anybody need use subtitles, look this example reference….
    have a good luck!

    HTML SOURCE EXAMPLE

    /////////////////////////////////////STANDARD////////////////////////////////

    <script src=”JWPLAYER js LINK ADDRESS”></script>
    <script>jwplayer.key=”SELF HOST JWPLAYER KEY”;</script>
    <div id=”player”>Loading the player…1</div>
    <script>
    jwplayer(“player”).setup({
    file: “MOVIE FILE LINK”,
    image: “THUMNAIL IMAGE LINK”,
    tracks: [{
    file:”DEFAULT SUBTITLES FILE LINK(SRT,VTT…)”,
    label: “(ex, korean,english)”,
    kind: “captions”,
    “default”: true
    },{
    file:”2ND SUBTITLES FILE LINK(srt,vtt…)”,
    label: “2ND SUBTITLES LABEL (ex, korean,english)”,
    kind: “captions”,
    },{
    file:”3RD SUBTITLES FILE LINK(srt,vtt…)”,
    label: “3RD SUBTITLES LABEL (ex, korean,english)”,
    kind: “captions”,
    }],
    captions:{
    color:’#ffffff’,
    fontSize:15,
    backgroundOpacity:0,
    edgeStyle:’raised’
    }
    });
    </script>

    /////////////////////////////////////STANDARD////////////////////////////////

    ////////////////////////////////////PLAYLIST/////////////////////////////////

    <script src=”JWPLAYER js LINK ADDRESS”></script>
    <script>jwplayer.key=”SELF HOST JWPLAYER KEY”;</script>
    <div id=”player”>Loading the player…</div>
    <script>
    jwplayer(“player”).setup({
    playlist:[{
    title:’MOVIE TITLE 01′,
    sources:[{file:’MOVIE FILE LINK’}],
    tracks: [{
    file:”DEFAULT SUBTITLES FILE LINK(SRT,VTT…)”,
    label: “(ex, korean,english)”,
    kind: “captions”,
    “default”: true
    },{
    file:”2ND SUBTITLES FILE LINK(srt,vtt…)”,
    label: “2ND SUBTITLES LABEL (ex, korean,english)”,
    kind: “captions”
    }],
    },{
    title:’MOVIE TITLE 02′,
    sources:[{file:’MOVIE FILE LINK’}],
    tracks: [{
    file:”DEFAULT SUBTITLES FILE LINK(SRT,VTT…)”,
    label: “(ex, korean,english)”,
    kind: “captions”,
    “default”: true
    },{
    file:”2ND SUBTITLES FILE LINK(srt,vtt…)”,
    label: “2ND SUBTITLES LABEL (ex, korean,english)”,
    kind: “captions”
    }],
    },{
    title:’MOVIE TITLE 03′,
    sources:[{file:’MOVIE FILE LINK’}],
    tracks: [{
    file:”DEFAULT SUBTITLES FILE LINK(SRT,VTT…)”,
    label: “(ex, korean,english)”,
    kind: “captions”,
    “default”: true
    },{
    file:”2ND SUBTITLES FILE LINK(srt,vtt…)”,
    label: “2ND SUBTITLES LABEL (ex, korean,english)”,
    kind: “captions”
    }],
    },{
    title:’MOVIE TITLE 04′,
    sources:[{file:’MOVIE FILE LINK’}],
    tracks: [{
    file:”DEFAULT SUBTITLES FILE LINK(SRT,VTT…)”,
    label: “(ex, korean,english)”,
    kind: “captions”,
    “default”: true
    },{
    file:”2ND SUBTITLES FILE LINK(srt,vtt…)”,
    label: “2ND SUBTITLES LABEL (ex, korean,english)”,
    kind: “captions”
    }],
    }],
    captions:{
    color:’#ffffff’,
    fontSize:15,
    backgroundOpacity:0,
    edgeStyle:’raised’
    }
    });
    </script>

    ////////////////////////////////////PLAYLIST/////////////////////////////////

    #1796
    ilGhera
    Keymaster

    Hi @wordpressblogger, thanks for using my product and for this thread.
    I know that the subtitles tool is not complete at the moment. It is good for translating short videos adding directly the text, but is not a good solution in most of cases.
    Don’t worry anyway, I will continue to improve the plugin and I will make something for subtitles too in the future.
    Thanks again.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.