Playing VideoTS files?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Playing VideoTS files?
I want to play a Video_TS file from a button on my stack. I've tried a few scripts with no success - so now I'm wondering if it is in fact possible?
Ideally, I want to include a full DVD quality video on a presentation disc. I want the video to be activated by a button on a stack - opening in the native DVD program.
I know I can run programs and open files/folders, but a Video-TS file is different.
Does anyone know how to do this?
Peter
Ideally, I want to include a full DVD quality video on a presentation disc. I want the video to be activated by a button on a stack - opening in the native DVD program.
I know I can run programs and open files/folders, but a Video-TS file is different.
Does anyone know how to do this?
Peter
I am beginning to wonder if my first message didn't make any sense. Maybe a Video_TS file is not well known?
Here is a little clarification in the hope it may get some suggestions from forum readers...
If you open a Video DVD in your computer, you will be presented with a Audio_TS folder and a Video_TS folder. Usually (and especially if you produce your own movies like I do) the Audio_TS folder is empty - so the only folder of importance is the Video_TS.
Inside the Video_TS folder is a collection of files which make up the movie watching experience - menus, subtitles, video and so on. The DVD playing software and the standalone DVD player hooked up to your T.V knows what to do with these files.
What I want to do is have a button on my stack open the default DVD player and play the movie of a designated Video_TS folder (complete with menu, subtitles and so on). If possible, I would also want the movie to be playable on a standalone DVD playing machine.
Any suggestions?
Peter
Here is a little clarification in the hope it may get some suggestions from forum readers...
If you open a Video DVD in your computer, you will be presented with a Audio_TS folder and a Video_TS folder. Usually (and especially if you produce your own movies like I do) the Audio_TS folder is empty - so the only folder of importance is the Video_TS.
Inside the Video_TS folder is a collection of files which make up the movie watching experience - menus, subtitles, video and so on. The DVD playing software and the standalone DVD player hooked up to your T.V knows what to do with these files.
What I want to do is have a button on my stack open the default DVD player and play the movie of a designated Video_TS folder (complete with menu, subtitles and so on). If possible, I would also want the movie to be playable on a standalone DVD playing machine.
Any suggestions?
Peter
Hi Peter
Bit of a guess:
Or perhaps you have to launch "DVD Player" first...
It's around that sort of territory, I reckon.

Bit of a guess:
Code: Select all
launch document "Video_TS folder" with "DVD Player"
It's around that sort of territory, I reckon.

Hi Gyroscope,
Thanks for your thoughts. I agree, I think it is somewhere in that territory - however, I think the trouble with launching "DVD Player" first is, how then does one get Player to open the VTS folder? Also, specifying a Player would run into cross-platform issues.
Another idea is this:
When one puts a Video DVD into a machine it automatically launched the default DVD Player - regardless of OS. I am wondering where this command is (maybe it's part of the disc identification?) and how I can exploit it. If it is some kind of "autorun" file or a disc ID, perhaps I can replicate it and call it from my stack?
Might be possible... of course, I haven't a clue of how to do it.
Any thoughts?
Peter
Thanks for your thoughts. I agree, I think it is somewhere in that territory - however, I think the trouble with launching "DVD Player" first is, how then does one get Player to open the VTS folder? Also, specifying a Player would run into cross-platform issues.
Another idea is this:
When one puts a Video DVD into a machine it automatically launched the default DVD Player - regardless of OS. I am wondering where this command is (maybe it's part of the disc identification?) and how I can exploit it. If it is some kind of "autorun" file or a disc ID, perhaps I can replicate it and call it from my stack?
Might be possible... of course, I haven't a clue of how to do it.
Any thoughts?
Peter