Search found 5 matches

by protocall
January 6th, 2012, 6:13 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 75715

Re: [LiNUX/OSX/BSD - bash] autsmuxer [v4 - MKV2VOB for *NiX]

Aye, I'm painfully aware of the ps3 dts limitation, and how the LPCM trick bypasses the device. I guess the question is differences between the header applied by spdifconvert versus mkv2vob 2.6.6 which might be to blame for VLC's failure on files from only the former and not the latter. Happy to hel...
by protocall
January 6th, 2012, 1:30 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 75715

Re: [LiNUX/OSX/BSD - bash] autsmuxer [v4 - MKV2VOB for *NiX]

Alright, one final question. The way spdifconvert is encapsulating dts in LPCM must differ a bit from mkv2vob 2.4.6. With mkv2vob, the resulting dts/LPCM file is still playable in VLC with audio. Media information in VLC sees the stream as "bpcm" with "3F2R/LFE". When the same fi...
by protocall
January 6th, 2012, 11:09 am
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 75715

Re: [LiNUX/OSX/BSD - bash] autsmuxer [v4 - MKV2VOB for *NiX]

Off the top of my head, I couldn't tell you. I do remember however that it didn't take long to get it up and running. By the way, you'll new python up and running for it to work, and you'll likely have to edit the SPDIF python script to point to your python executable. Ah, I should have just opened...
by protocall
January 6th, 2012, 1:46 am
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 75715

Re: [LiNUX/OSX/BSD - bash] autsmuxer [v4 - MKV2VOB for *NiX]

geggog wrote: You'll find this trick is in fact the SPDIF support within autsmuxer. I have this working flawlessly through my PS3 and DTS amp!

G
Awesome. Missed that one. Incidentally, how does the option affect output between spdif option 0/1/2?

Thanks!
by protocall
January 5th, 2012, 11:53 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 75715

Re: [LiNUX/OSX/BSD - bash] autsmuxer [v4 - MKV2VOB for *NiX]

Sweetie - thank you for making life a little easier. Wondering if there is any way to add the mkv2vob dts trick - the author added an option to retain dts playback by marking the audio track as LSPCM, iirc. The PS3 will then skip audio decoding altogether and pass the stream to the audio receiver. U...