How can I make VLC auto-select subtitles in an MKV file?












7















How can I make VLC auto-select subtitles in an MKV when it opens?



I would like to select the 'English Subtitles - [English]' from this image:



subtitles



on auto-load (the reason for this is so I queue a list of media for a TV series to watch on a treadmill uninterrupted)



I was told to fiddle with these settings:



vlc settings



but have tried every combination from 0-3 without any luck.



Is this possible in VLC?










share|improve this question

























  • I'm assuming this is on Windows (per the screenshot)? What version of VLC?

    – Raystafarian
    Nov 6 '14 at 12:44













  • Windows 7 - VLC 2.1.5 Rincewind

    – fostandy
    Nov 6 '14 at 23:24
















7















How can I make VLC auto-select subtitles in an MKV when it opens?



I would like to select the 'English Subtitles - [English]' from this image:



subtitles



on auto-load (the reason for this is so I queue a list of media for a TV series to watch on a treadmill uninterrupted)



I was told to fiddle with these settings:



vlc settings



but have tried every combination from 0-3 without any luck.



Is this possible in VLC?










share|improve this question

























  • I'm assuming this is on Windows (per the screenshot)? What version of VLC?

    – Raystafarian
    Nov 6 '14 at 12:44













  • Windows 7 - VLC 2.1.5 Rincewind

    – fostandy
    Nov 6 '14 at 23:24














7












7








7


2






How can I make VLC auto-select subtitles in an MKV when it opens?



I would like to select the 'English Subtitles - [English]' from this image:



subtitles



on auto-load (the reason for this is so I queue a list of media for a TV series to watch on a treadmill uninterrupted)



I was told to fiddle with these settings:



vlc settings



but have tried every combination from 0-3 without any luck.



Is this possible in VLC?










share|improve this question
















How can I make VLC auto-select subtitles in an MKV when it opens?



I would like to select the 'English Subtitles - [English]' from this image:



subtitles



on auto-load (the reason for this is so I queue a list of media for a TV series to watch on a treadmill uninterrupted)



I was told to fiddle with these settings:



vlc settings



but have tried every combination from 0-3 without any luck.



Is this possible in VLC?







vlc-media-player subtitles






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 6 '14 at 9:10









slhck

160k47444466




160k47444466










asked Nov 6 '14 at 9:07









fostandyfostandy

4242822




4242822













  • I'm assuming this is on Windows (per the screenshot)? What version of VLC?

    – Raystafarian
    Nov 6 '14 at 12:44













  • Windows 7 - VLC 2.1.5 Rincewind

    – fostandy
    Nov 6 '14 at 23:24



















  • I'm assuming this is on Windows (per the screenshot)? What version of VLC?

    – Raystafarian
    Nov 6 '14 at 12:44













  • Windows 7 - VLC 2.1.5 Rincewind

    – fostandy
    Nov 6 '14 at 23:24

















I'm assuming this is on Windows (per the screenshot)? What version of VLC?

– Raystafarian
Nov 6 '14 at 12:44







I'm assuming this is on Windows (per the screenshot)? What version of VLC?

– Raystafarian
Nov 6 '14 at 12:44















Windows 7 - VLC 2.1.5 Rincewind

– fostandy
Nov 6 '14 at 23:24





Windows 7 - VLC 2.1.5 Rincewind

– fostandy
Nov 6 '14 at 23:24










4 Answers
4






active

oldest

votes


















5














For me, it worked with the following settings:



Subtitle track = 1



Subtitle Language = English



Subtitle track ID = 2



Hope you'll find this useful.
(If it doesn't work, click on Tools, Media Information, Codec and look which stream type is Subtitle... That is your subtitle track ID! )






share|improve this answer































    3














    The number you are inputting in Subtitle Track ID within the mkv container. Usually Track ID 0 will be the video stream and ID 1 will be the audio stream. Thus, starting from 2, you might have the embedded subtitle streams. If you have multiple audio tracks, however, those will be pushed back even further. Specifying the number directly like this is thus rarely a good way to do it, as it can vary from file to file unless you specifically encoded them all to be uniform.



    I was unable to find out what exactly the "Subtitle track" setting does, but I would advise to leave it at -1, the default and revert the "Subtitle track ID" setting to -1 again as well.



    If you want to automatically select English subtitles, then put "English" (not "en") in the "Subtitle language" field and it should automatically select the English language subtitles from your file if it is available. This likely does not work if the language is not properly tagged in the file, and I don't think it is possible to select the second English subtitles as you specified automatically.






    share|improve this answer































      1














      To use English subtitles by default, try setting your "Subtitle track" to 1 and your "Subtitle track ID" to -1.



      Set subtitle track to 1 and subtitle track id to -1






      share|improve this answer

































        1














        I got mine working in the same situation.



        AUDIO
        With the audio on my particular files, "disabled" = 0, first track = 1, second track = 2, so with Japanese as my second language option, for example, in the advanced Inputs/Codecs options I put:



        Audio track ID: 2



        As an alternative, I could just type in the name of preferred language, which works fine for audio.



        --



        SUBTITLES
        These are different for some reason; I guess it's as the user above said, and subtitle track IDs begin after the audio track IDs end. My particular subtitle options were "disabled", "(signs/songs) English" and "English subtitles". For English subs, this is what worked for me:



        Subtitle track ID: 4



        So just keep going up by one until you hit the right one. You can test your progress by checking which sub track you've landed on each time you raise the number using the manual selection feature:
        Right click video -> Subtitle -> Sub track -> (check which subtitle option is selected)



        That will show you where your automatic selection is landing you in the subtitle list, so you can find the ID you're looking for by trial and error. If your subs are still showing as "Disabled" keep going (unless you've shot too far). If you've reached "(signs/songs) English" then you're on the right track and probably only need to raise by 1 more track ID.



        --



        For the record, I left both Audio track and Subtitle track unchanged, with values of -1.






        share|improve this answer

























          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f836592%2fhow-can-i-make-vlc-auto-select-subtitles-in-an-mkv-file%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          5














          For me, it worked with the following settings:



          Subtitle track = 1



          Subtitle Language = English



          Subtitle track ID = 2



          Hope you'll find this useful.
          (If it doesn't work, click on Tools, Media Information, Codec and look which stream type is Subtitle... That is your subtitle track ID! )






          share|improve this answer




























            5














            For me, it worked with the following settings:



            Subtitle track = 1



            Subtitle Language = English



            Subtitle track ID = 2



            Hope you'll find this useful.
            (If it doesn't work, click on Tools, Media Information, Codec and look which stream type is Subtitle... That is your subtitle track ID! )






            share|improve this answer


























              5












              5








              5







              For me, it worked with the following settings:



              Subtitle track = 1



              Subtitle Language = English



              Subtitle track ID = 2



              Hope you'll find this useful.
              (If it doesn't work, click on Tools, Media Information, Codec and look which stream type is Subtitle... That is your subtitle track ID! )






              share|improve this answer













              For me, it worked with the following settings:



              Subtitle track = 1



              Subtitle Language = English



              Subtitle track ID = 2



              Hope you'll find this useful.
              (If it doesn't work, click on Tools, Media Information, Codec and look which stream type is Subtitle... That is your subtitle track ID! )







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jun 17 '16 at 20:23









              AlexandruAlexandru

              5112




              5112

























                  3














                  The number you are inputting in Subtitle Track ID within the mkv container. Usually Track ID 0 will be the video stream and ID 1 will be the audio stream. Thus, starting from 2, you might have the embedded subtitle streams. If you have multiple audio tracks, however, those will be pushed back even further. Specifying the number directly like this is thus rarely a good way to do it, as it can vary from file to file unless you specifically encoded them all to be uniform.



                  I was unable to find out what exactly the "Subtitle track" setting does, but I would advise to leave it at -1, the default and revert the "Subtitle track ID" setting to -1 again as well.



                  If you want to automatically select English subtitles, then put "English" (not "en") in the "Subtitle language" field and it should automatically select the English language subtitles from your file if it is available. This likely does not work if the language is not properly tagged in the file, and I don't think it is possible to select the second English subtitles as you specified automatically.






                  share|improve this answer




























                    3














                    The number you are inputting in Subtitle Track ID within the mkv container. Usually Track ID 0 will be the video stream and ID 1 will be the audio stream. Thus, starting from 2, you might have the embedded subtitle streams. If you have multiple audio tracks, however, those will be pushed back even further. Specifying the number directly like this is thus rarely a good way to do it, as it can vary from file to file unless you specifically encoded them all to be uniform.



                    I was unable to find out what exactly the "Subtitle track" setting does, but I would advise to leave it at -1, the default and revert the "Subtitle track ID" setting to -1 again as well.



                    If you want to automatically select English subtitles, then put "English" (not "en") in the "Subtitle language" field and it should automatically select the English language subtitles from your file if it is available. This likely does not work if the language is not properly tagged in the file, and I don't think it is possible to select the second English subtitles as you specified automatically.






                    share|improve this answer


























                      3












                      3








                      3







                      The number you are inputting in Subtitle Track ID within the mkv container. Usually Track ID 0 will be the video stream and ID 1 will be the audio stream. Thus, starting from 2, you might have the embedded subtitle streams. If you have multiple audio tracks, however, those will be pushed back even further. Specifying the number directly like this is thus rarely a good way to do it, as it can vary from file to file unless you specifically encoded them all to be uniform.



                      I was unable to find out what exactly the "Subtitle track" setting does, but I would advise to leave it at -1, the default and revert the "Subtitle track ID" setting to -1 again as well.



                      If you want to automatically select English subtitles, then put "English" (not "en") in the "Subtitle language" field and it should automatically select the English language subtitles from your file if it is available. This likely does not work if the language is not properly tagged in the file, and I don't think it is possible to select the second English subtitles as you specified automatically.






                      share|improve this answer













                      The number you are inputting in Subtitle Track ID within the mkv container. Usually Track ID 0 will be the video stream and ID 1 will be the audio stream. Thus, starting from 2, you might have the embedded subtitle streams. If you have multiple audio tracks, however, those will be pushed back even further. Specifying the number directly like this is thus rarely a good way to do it, as it can vary from file to file unless you specifically encoded them all to be uniform.



                      I was unable to find out what exactly the "Subtitle track" setting does, but I would advise to leave it at -1, the default and revert the "Subtitle track ID" setting to -1 again as well.



                      If you want to automatically select English subtitles, then put "English" (not "en") in the "Subtitle language" field and it should automatically select the English language subtitles from your file if it is available. This likely does not work if the language is not properly tagged in the file, and I don't think it is possible to select the second English subtitles as you specified automatically.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jan 24 '15 at 11:48









                      XQYZXQYZ

                      1785




                      1785























                          1














                          To use English subtitles by default, try setting your "Subtitle track" to 1 and your "Subtitle track ID" to -1.



                          Set subtitle track to 1 and subtitle track id to -1






                          share|improve this answer






























                            1














                            To use English subtitles by default, try setting your "Subtitle track" to 1 and your "Subtitle track ID" to -1.



                            Set subtitle track to 1 and subtitle track id to -1






                            share|improve this answer




























                              1












                              1








                              1







                              To use English subtitles by default, try setting your "Subtitle track" to 1 and your "Subtitle track ID" to -1.



                              Set subtitle track to 1 and subtitle track id to -1






                              share|improve this answer















                              To use English subtitles by default, try setting your "Subtitle track" to 1 and your "Subtitle track ID" to -1.



                              Set subtitle track to 1 and subtitle track id to -1







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited Oct 23 '15 at 3:58









                              Scott

                              15.7k113890




                              15.7k113890










                              answered Oct 23 '15 at 3:29









                              NelbiumNelbium

                              111




                              111























                                  1














                                  I got mine working in the same situation.



                                  AUDIO
                                  With the audio on my particular files, "disabled" = 0, first track = 1, second track = 2, so with Japanese as my second language option, for example, in the advanced Inputs/Codecs options I put:



                                  Audio track ID: 2



                                  As an alternative, I could just type in the name of preferred language, which works fine for audio.



                                  --



                                  SUBTITLES
                                  These are different for some reason; I guess it's as the user above said, and subtitle track IDs begin after the audio track IDs end. My particular subtitle options were "disabled", "(signs/songs) English" and "English subtitles". For English subs, this is what worked for me:



                                  Subtitle track ID: 4



                                  So just keep going up by one until you hit the right one. You can test your progress by checking which sub track you've landed on each time you raise the number using the manual selection feature:
                                  Right click video -> Subtitle -> Sub track -> (check which subtitle option is selected)



                                  That will show you where your automatic selection is landing you in the subtitle list, so you can find the ID you're looking for by trial and error. If your subs are still showing as "Disabled" keep going (unless you've shot too far). If you've reached "(signs/songs) English" then you're on the right track and probably only need to raise by 1 more track ID.



                                  --



                                  For the record, I left both Audio track and Subtitle track unchanged, with values of -1.






                                  share|improve this answer






























                                    1














                                    I got mine working in the same situation.



                                    AUDIO
                                    With the audio on my particular files, "disabled" = 0, first track = 1, second track = 2, so with Japanese as my second language option, for example, in the advanced Inputs/Codecs options I put:



                                    Audio track ID: 2



                                    As an alternative, I could just type in the name of preferred language, which works fine for audio.



                                    --



                                    SUBTITLES
                                    These are different for some reason; I guess it's as the user above said, and subtitle track IDs begin after the audio track IDs end. My particular subtitle options were "disabled", "(signs/songs) English" and "English subtitles". For English subs, this is what worked for me:



                                    Subtitle track ID: 4



                                    So just keep going up by one until you hit the right one. You can test your progress by checking which sub track you've landed on each time you raise the number using the manual selection feature:
                                    Right click video -> Subtitle -> Sub track -> (check which subtitle option is selected)



                                    That will show you where your automatic selection is landing you in the subtitle list, so you can find the ID you're looking for by trial and error. If your subs are still showing as "Disabled" keep going (unless you've shot too far). If you've reached "(signs/songs) English" then you're on the right track and probably only need to raise by 1 more track ID.



                                    --



                                    For the record, I left both Audio track and Subtitle track unchanged, with values of -1.






                                    share|improve this answer




























                                      1












                                      1








                                      1







                                      I got mine working in the same situation.



                                      AUDIO
                                      With the audio on my particular files, "disabled" = 0, first track = 1, second track = 2, so with Japanese as my second language option, for example, in the advanced Inputs/Codecs options I put:



                                      Audio track ID: 2



                                      As an alternative, I could just type in the name of preferred language, which works fine for audio.



                                      --



                                      SUBTITLES
                                      These are different for some reason; I guess it's as the user above said, and subtitle track IDs begin after the audio track IDs end. My particular subtitle options were "disabled", "(signs/songs) English" and "English subtitles". For English subs, this is what worked for me:



                                      Subtitle track ID: 4



                                      So just keep going up by one until you hit the right one. You can test your progress by checking which sub track you've landed on each time you raise the number using the manual selection feature:
                                      Right click video -> Subtitle -> Sub track -> (check which subtitle option is selected)



                                      That will show you where your automatic selection is landing you in the subtitle list, so you can find the ID you're looking for by trial and error. If your subs are still showing as "Disabled" keep going (unless you've shot too far). If you've reached "(signs/songs) English" then you're on the right track and probably only need to raise by 1 more track ID.



                                      --



                                      For the record, I left both Audio track and Subtitle track unchanged, with values of -1.






                                      share|improve this answer















                                      I got mine working in the same situation.



                                      AUDIO
                                      With the audio on my particular files, "disabled" = 0, first track = 1, second track = 2, so with Japanese as my second language option, for example, in the advanced Inputs/Codecs options I put:



                                      Audio track ID: 2



                                      As an alternative, I could just type in the name of preferred language, which works fine for audio.



                                      --



                                      SUBTITLES
                                      These are different for some reason; I guess it's as the user above said, and subtitle track IDs begin after the audio track IDs end. My particular subtitle options were "disabled", "(signs/songs) English" and "English subtitles". For English subs, this is what worked for me:



                                      Subtitle track ID: 4



                                      So just keep going up by one until you hit the right one. You can test your progress by checking which sub track you've landed on each time you raise the number using the manual selection feature:
                                      Right click video -> Subtitle -> Sub track -> (check which subtitle option is selected)



                                      That will show you where your automatic selection is landing you in the subtitle list, so you can find the ID you're looking for by trial and error. If your subs are still showing as "Disabled" keep going (unless you've shot too far). If you've reached "(signs/songs) English" then you're on the right track and probably only need to raise by 1 more track ID.



                                      --



                                      For the record, I left both Audio track and Subtitle track unchanged, with values of -1.







                                      share|improve this answer














                                      share|improve this answer



                                      share|improve this answer








                                      edited Mar 5 '16 at 14:49

























                                      answered Mar 5 '16 at 14:44









                                      PaksPaks

                                      112




                                      112






























                                          draft saved

                                          draft discarded




















































                                          Thanks for contributing an answer to Super User!


                                          • Please be sure to answer the question. Provide details and share your research!

                                          But avoid



                                          • Asking for help, clarification, or responding to other answers.

                                          • Making statements based on opinion; back them up with references or personal experience.


                                          To learn more, see our tips on writing great answers.




                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function () {
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f836592%2fhow-can-i-make-vlc-auto-select-subtitles-in-an-mkv-file%23new-answer', 'question_page');
                                          }
                                          );

                                          Post as a guest















                                          Required, but never shown





















































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown

































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown







                                          Popular posts from this blog

                                          Index of /

                                          Tribalistas

                                          Listed building