Burning DVD's on Ubuntu (NOT ISO-files)











up vote
0
down vote

favorite












I have a load of self-compiled video dvd's made on Cyberlink PowerDirector which I used to burn to dvd's through Ashampoo Burning Studio 16. These are NOT images of DVD (ie. ISO-files) but instead VIDEO_TS folders with .BUP, .IFO and .VOB -files.



They include custom-made menus, music etc.



Neither programme I used to use (and paid licenses for) sadly seems to work through WINE programmes (tried Crossover and some others). Thus I have already given up of creating more dvd's (for now), but would dearly love to burn the ones I created earlier.



Is there any dvd burner for Ubuntu which handles VIDEO_TS floders instead of ISO images? I have no clue how I would create ISOs...










share|improve this question







New contributor




Petri Paimander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    0
    down vote

    favorite












    I have a load of self-compiled video dvd's made on Cyberlink PowerDirector which I used to burn to dvd's through Ashampoo Burning Studio 16. These are NOT images of DVD (ie. ISO-files) but instead VIDEO_TS folders with .BUP, .IFO and .VOB -files.



    They include custom-made menus, music etc.



    Neither programme I used to use (and paid licenses for) sadly seems to work through WINE programmes (tried Crossover and some others). Thus I have already given up of creating more dvd's (for now), but would dearly love to burn the ones I created earlier.



    Is there any dvd burner for Ubuntu which handles VIDEO_TS floders instead of ISO images? I have no clue how I would create ISOs...










    share|improve this question







    New contributor




    Petri Paimander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a load of self-compiled video dvd's made on Cyberlink PowerDirector which I used to burn to dvd's through Ashampoo Burning Studio 16. These are NOT images of DVD (ie. ISO-files) but instead VIDEO_TS folders with .BUP, .IFO and .VOB -files.



      They include custom-made menus, music etc.



      Neither programme I used to use (and paid licenses for) sadly seems to work through WINE programmes (tried Crossover and some others). Thus I have already given up of creating more dvd's (for now), but would dearly love to burn the ones I created earlier.



      Is there any dvd burner for Ubuntu which handles VIDEO_TS floders instead of ISO images? I have no clue how I would create ISOs...










      share|improve this question







      New contributor




      Petri Paimander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I have a load of self-compiled video dvd's made on Cyberlink PowerDirector which I used to burn to dvd's through Ashampoo Burning Studio 16. These are NOT images of DVD (ie. ISO-files) but instead VIDEO_TS folders with .BUP, .IFO and .VOB -files.



      They include custom-made menus, music etc.



      Neither programme I used to use (and paid licenses for) sadly seems to work through WINE programmes (tried Crossover and some others). Thus I have already given up of creating more dvd's (for now), but would dearly love to burn the ones I created earlier.



      Is there any dvd burner for Ubuntu which handles VIDEO_TS floders instead of ISO images? I have no clue how I would create ISOs...







      dvd burning






      share|improve this question







      New contributor




      Petri Paimander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Petri Paimander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Petri Paimander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 23 at 15:15









      Petri Paimander

      1




      1




      New contributor




      Petri Paimander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Petri Paimander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Petri Paimander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          I know that brasero and tovid work pretty well with VIDEO_TS files
          brasero is available in ubuntu repository, so feel free to start with this one.






          share|improve this answer





















          • Brasero? Brasero's main menu doesn't even have a suitable option to select for burning VIDEO_TS folder??? Or if it has - then I can't figure out what it is... Because I am not burning Data Disk, I'm not creating a Video DVD (that work is already done) and I'm not burning an image (as I don't have an image). Those seem to be the only options available in Brasero...???
            – Petri Paimander
            Nov 23 at 15:41






          • 1




            well if your VIDEO_TS and AUDIO_TS are already done, just drop them onto the video project dir and burnd it. this also works with k3b and here's detailed tutorial on it: ubuntugenius.wordpress.com/2010/06/08/…
            – janmyszkier
            Nov 23 at 15:59


















          up vote
          0
          down vote













          From Your question you have already have the VIDEO_TS folders so create a TOC (table of contents) so that genisoimage can read it to create the .udf file:



          dvdauthor -o /parent folder/containing/VIDEO_TS -T


          Now convert your dvd to the dvd compatible filesystem:



          genisoimage [-V label] -dvd-video -o output.fs  /parent folder/containing/VIDEO_TS/


          tip: -dvd-video creates udf filesystem required for video playback



          at this point you can go ahead and burn it to a physical dvd:



          wodim -v dev=/dev/sr0  output.fs


          where /dev/sr0 is the path to the dvd rom






          share|improve this answer





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            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',
            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
            });


            }
            });






            Petri Paimander is a new contributor. Be nice, and check out our Code of Conduct.










             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095410%2fburning-dvds-on-ubuntu-not-iso-files%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I know that brasero and tovid work pretty well with VIDEO_TS files
            brasero is available in ubuntu repository, so feel free to start with this one.






            share|improve this answer





















            • Brasero? Brasero's main menu doesn't even have a suitable option to select for burning VIDEO_TS folder??? Or if it has - then I can't figure out what it is... Because I am not burning Data Disk, I'm not creating a Video DVD (that work is already done) and I'm not burning an image (as I don't have an image). Those seem to be the only options available in Brasero...???
              – Petri Paimander
              Nov 23 at 15:41






            • 1




              well if your VIDEO_TS and AUDIO_TS are already done, just drop them onto the video project dir and burnd it. this also works with k3b and here's detailed tutorial on it: ubuntugenius.wordpress.com/2010/06/08/…
              – janmyszkier
              Nov 23 at 15:59















            up vote
            0
            down vote













            I know that brasero and tovid work pretty well with VIDEO_TS files
            brasero is available in ubuntu repository, so feel free to start with this one.






            share|improve this answer





















            • Brasero? Brasero's main menu doesn't even have a suitable option to select for burning VIDEO_TS folder??? Or if it has - then I can't figure out what it is... Because I am not burning Data Disk, I'm not creating a Video DVD (that work is already done) and I'm not burning an image (as I don't have an image). Those seem to be the only options available in Brasero...???
              – Petri Paimander
              Nov 23 at 15:41






            • 1




              well if your VIDEO_TS and AUDIO_TS are already done, just drop them onto the video project dir and burnd it. this also works with k3b and here's detailed tutorial on it: ubuntugenius.wordpress.com/2010/06/08/…
              – janmyszkier
              Nov 23 at 15:59













            up vote
            0
            down vote










            up vote
            0
            down vote









            I know that brasero and tovid work pretty well with VIDEO_TS files
            brasero is available in ubuntu repository, so feel free to start with this one.






            share|improve this answer












            I know that brasero and tovid work pretty well with VIDEO_TS files
            brasero is available in ubuntu repository, so feel free to start with this one.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Nov 23 at 15:28









            janmyszkier

            37315




            37315












            • Brasero? Brasero's main menu doesn't even have a suitable option to select for burning VIDEO_TS folder??? Or if it has - then I can't figure out what it is... Because I am not burning Data Disk, I'm not creating a Video DVD (that work is already done) and I'm not burning an image (as I don't have an image). Those seem to be the only options available in Brasero...???
              – Petri Paimander
              Nov 23 at 15:41






            • 1




              well if your VIDEO_TS and AUDIO_TS are already done, just drop them onto the video project dir and burnd it. this also works with k3b and here's detailed tutorial on it: ubuntugenius.wordpress.com/2010/06/08/…
              – janmyszkier
              Nov 23 at 15:59


















            • Brasero? Brasero's main menu doesn't even have a suitable option to select for burning VIDEO_TS folder??? Or if it has - then I can't figure out what it is... Because I am not burning Data Disk, I'm not creating a Video DVD (that work is already done) and I'm not burning an image (as I don't have an image). Those seem to be the only options available in Brasero...???
              – Petri Paimander
              Nov 23 at 15:41






            • 1




              well if your VIDEO_TS and AUDIO_TS are already done, just drop them onto the video project dir and burnd it. this also works with k3b and here's detailed tutorial on it: ubuntugenius.wordpress.com/2010/06/08/…
              – janmyszkier
              Nov 23 at 15:59
















            Brasero? Brasero's main menu doesn't even have a suitable option to select for burning VIDEO_TS folder??? Or if it has - then I can't figure out what it is... Because I am not burning Data Disk, I'm not creating a Video DVD (that work is already done) and I'm not burning an image (as I don't have an image). Those seem to be the only options available in Brasero...???
            – Petri Paimander
            Nov 23 at 15:41




            Brasero? Brasero's main menu doesn't even have a suitable option to select for burning VIDEO_TS folder??? Or if it has - then I can't figure out what it is... Because I am not burning Data Disk, I'm not creating a Video DVD (that work is already done) and I'm not burning an image (as I don't have an image). Those seem to be the only options available in Brasero...???
            – Petri Paimander
            Nov 23 at 15:41




            1




            1




            well if your VIDEO_TS and AUDIO_TS are already done, just drop them onto the video project dir and burnd it. this also works with k3b and here's detailed tutorial on it: ubuntugenius.wordpress.com/2010/06/08/…
            – janmyszkier
            Nov 23 at 15:59




            well if your VIDEO_TS and AUDIO_TS are already done, just drop them onto the video project dir and burnd it. this also works with k3b and here's detailed tutorial on it: ubuntugenius.wordpress.com/2010/06/08/…
            – janmyszkier
            Nov 23 at 15:59












            up vote
            0
            down vote













            From Your question you have already have the VIDEO_TS folders so create a TOC (table of contents) so that genisoimage can read it to create the .udf file:



            dvdauthor -o /parent folder/containing/VIDEO_TS -T


            Now convert your dvd to the dvd compatible filesystem:



            genisoimage [-V label] -dvd-video -o output.fs  /parent folder/containing/VIDEO_TS/


            tip: -dvd-video creates udf filesystem required for video playback



            at this point you can go ahead and burn it to a physical dvd:



            wodim -v dev=/dev/sr0  output.fs


            where /dev/sr0 is the path to the dvd rom






            share|improve this answer

























              up vote
              0
              down vote













              From Your question you have already have the VIDEO_TS folders so create a TOC (table of contents) so that genisoimage can read it to create the .udf file:



              dvdauthor -o /parent folder/containing/VIDEO_TS -T


              Now convert your dvd to the dvd compatible filesystem:



              genisoimage [-V label] -dvd-video -o output.fs  /parent folder/containing/VIDEO_TS/


              tip: -dvd-video creates udf filesystem required for video playback



              at this point you can go ahead and burn it to a physical dvd:



              wodim -v dev=/dev/sr0  output.fs


              where /dev/sr0 is the path to the dvd rom






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                From Your question you have already have the VIDEO_TS folders so create a TOC (table of contents) so that genisoimage can read it to create the .udf file:



                dvdauthor -o /parent folder/containing/VIDEO_TS -T


                Now convert your dvd to the dvd compatible filesystem:



                genisoimage [-V label] -dvd-video -o output.fs  /parent folder/containing/VIDEO_TS/


                tip: -dvd-video creates udf filesystem required for video playback



                at this point you can go ahead and burn it to a physical dvd:



                wodim -v dev=/dev/sr0  output.fs


                where /dev/sr0 is the path to the dvd rom






                share|improve this answer












                From Your question you have already have the VIDEO_TS folders so create a TOC (table of contents) so that genisoimage can read it to create the .udf file:



                dvdauthor -o /parent folder/containing/VIDEO_TS -T


                Now convert your dvd to the dvd compatible filesystem:



                genisoimage [-V label] -dvd-video -o output.fs  /parent folder/containing/VIDEO_TS/


                tip: -dvd-video creates udf filesystem required for video playback



                at this point you can go ahead and burn it to a physical dvd:



                wodim -v dev=/dev/sr0  output.fs


                where /dev/sr0 is the path to the dvd rom







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 24 at 15:28









                ptetteh227

                900218




                900218






















                    Petri Paimander is a new contributor. Be nice, and check out our Code of Conduct.










                     

                    draft saved


                    draft discarded


















                    Petri Paimander is a new contributor. Be nice, and check out our Code of Conduct.













                    Petri Paimander is a new contributor. Be nice, and check out our Code of Conduct.












                    Petri Paimander is a new contributor. Be nice, and check out our Code of Conduct.















                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095410%2fburning-dvds-on-ubuntu-not-iso-files%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

                    Category:香港粉麵

                    List *all* the tuples!

                    Channel [V]