Search found 1 match
- Wed Jan 08, 2014 4:21 am
- Forum: Blu-ray discs
- Topic: RED 2
- Replies: 43
- Views: 136094
Re: RED 2
The perl script can be run successfully under windows (ActiveState Perl) if you change all the directory forward slashes '/' to the windows backward slash '\\'. Specifically the following lines: my $clips = read_m2ts("$path\\BDMV\\CLIPINF", ".clpi"); my $playlists = read_m2ts(&qu...