Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Import DVD

    Sorry if this is a stupid question. I just can't seem to figure it out no
    matter where I look. Hopefully someone can help.

    I would like to work with DVD content, I have the VIDEO_TS and AUDIO_TS
    folders in the root of the project directory. I go to import and choose a
    ..VOB file and it tells me it has problems importing this clip. (Link to
    external file is selected).

    I have searched everywhere I know to look and can't find anything other than
    a basic "click on import and select the source".

    Can anyone point me in the right direction?

    Thanks


    steve Guest

  2. Similar Questions and Discussions

    1. @import CSS
      Having recently redeveloped our http://www.newmediaboutique.com site using XHTML Strict and CSS, I've noticed a number of other sites using the...
    2. SWF import ID3.1
      hello, I've just read that if you wanted to use SWF in ID.31 you have to convert it to Quicktime. When I place QT-movie into ID why does the...
    3. hoq to import a gif
      hi, i need to import a transparent gif into a freehand document, but the background of the gif looks black, somebody can help me please i need it...
    4. CSV import
      When using something like this: LOAD DATA LOCAL INFILE '/tmp/phpKBjUWb' INTO TABLE `indoma` FIELDS TERMINATED BY ',' LINES TERMINATED BY '\r\n' ...
    5. import psd into psd
      is there anyway to import an existing psd file into a second psd file so that the layers, masks, etc. remain intact? in the new file, i simply want...
  3. #2

    Default Re: Import DVD

    In article <c23574$1fs$1@forums.macromedia.com>,
    "steve" <steve@fact.usu.edu> wrote:
    > I would like to work with DVD content, I have the VIDEO_TS and AUDIO_TS
    > folders in the root of the project directory. I go to import and choose a
    > .VOB file and it tells me it has problems importing this clip. (Link to
    > external file is selected).
    >
    > I have searched everywhere I know to look and can't find anything other than
    > a basic "click on import and select the source".

    Hi Steve,

    Are you on Windows or Macintosh?
    What version of the OS are you using?
    Do you have all the required files in your video_ts folder (VOB, IFO,
    and BUP)?

    Also, make sure that you set the folder property of the DVD object
    reference to the "video_ts" folder.

    --
    Best regards,
    Aaron Jones
    Macromedia Technical Support
    Aaron Jones - Macromedia TS Guest

  4. #3

    Default Re: Import DVD

    Hello and Thank you Aaron,

    OS = WinXP

    Your comment about the DVD Object folder clued me in that I was going about
    the import all wrong. For some reason, I assumed that I needed to "import"
    the .vob, .bup, and .ifo files through File > Import.

    I also had the problem that I didn't have a DVD software player on my
    computer. Once that was installed, I went through the process and it
    recognized the DVD in the drive off the bat. Then I changed the folder link
    to a video_ts folder on my HD. This also worked great, but I had to put in
    the absolute path (E:\director_test\video\video_ts). Is there a way to make
    this relative? How will this work with distrubution?

    Thanks again for the reply, I feel greatly relieved.

    Steve

    "Aaron Jones - Macromedia TS" <supportinfo@macromedia.com> wrote in message
    news:supportinfo-65E694.14073103032004@forums.macromedia.com...
    > In article <c23574$1fs$1@forums.macromedia.com>,
    > "steve" <steve@fact.usu.edu> wrote:
    >
    > > I would like to work with DVD content, I have the VIDEO_TS and AUDIO_TS
    > > folders in the root of the project directory. I go to import and choose
    a
    > > .VOB file and it tells me it has problems importing this clip. (Link to
    > > external file is selected).
    > >
    > > I have searched everywhere I know to look and can't find anything other
    than
    > > a basic "click on import and select the source".
    >
    >
    > Hi Steve,
    >
    > Are you on Windows or Macintosh?
    > What version of the OS are you using?
    > Do you have all the required files in your video_ts folder (VOB, IFO,
    > and BUP)?
    >
    > Also, make sure that you set the folder property of the DVD object
    > reference to the "video_ts" folder.
    >
    > --
    > Best regards,
    > Aaron Jones
    > Macromedia Technical Support

    steve Guest

  5. #4

    Default Re: Import DVD

    In article <c25o5n$s42$1@forums.macromedia.com>,
    "steve" <steve@fact.usu.edu> wrote:
    > I also had the problem that I didn't have a DVD software player on my
    > computer. Once that was installed, I went through the process and it
    > recognized the DVD in the drive off the bat. Then I changed the folder link
    > to a video_ts folder on my HD. This also worked great, but I had to put in
    > the absolute path (E:\director_test\video\video_ts). Is there a way to make
    > this relative? How will this work with distrubution?

    Hi Steve,

    No, you do not need to hard code the path. You should be able to use
    "the moviePath" to set it up to be relative.

    For example, something like this should work:

    member("dvd").folder=the moviePath&"assets\video_ts"


    p.s. WinXP is fine - I wasn't sure if you might have been trying to use
    the DVD feature on an unsupported OS (such as pre OS X 10.3).

    --
    Best regards,
    Aaron Jones
    Macromedia Technical Support
    Aaron Jones - Macromedia TS Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139