Search found 13 matches

by dashy
August 26th, 2011, 5:07 pm
Forum: Post-Processing Scripts
Topic: [BASH]General bash question - variables in post processing
Replies: 1
Views: 1747

[BASH]General bash question - variables in post processing

Hi all, Not sure this is the best place to ask, but I'm guessing somebody knows. Anyways to introduce, I have a NAS with ARM based debian squeeze. I have a fairly good script in place but would like to improve it just slightly. It's really a question of how variables are passed and stored within a b...
by dashy
August 26th, 2011, 4:58 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 83915

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

Just wanted to say thanks, sweetie, for the help. Unfortunately despite several emails to the tsMuxeR developer I was unable to obtain either a binary or source code, and so this script will definitely not work. I was able to figure out a way to stream directly from my NAS to Showtime, so no need to...
by dashy
August 19th, 2011, 12:37 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 83915

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

SDplinker: what processor does that laptop have, and also what distribution of linux is that based on? Also you might try chmod 777 tsMuxeR
by dashy
August 18th, 2011, 10:00 pm
Forum: Post-Processing Scripts
Topic: [Bash/Linux] Help with Rename script
Replies: 2
Views: 2281

Re: [Bash/Linux] Help with Rename script

Thanks for your help :)
by dashy
August 18th, 2011, 1:36 pm
Forum: Post-Processing Scripts
Topic: [Bash/Linux] Help with Rename script
Replies: 2
Views: 2281

[Bash/Linux] Help with Rename script

Hi all, Newb here - I'm looking for help coding an automatic renamer script which will remove the source/codec/group from commonly downloaded tv files. For example, I'd like the script to change: minute.to.win.it.s02e38.hdtv.xvid-qcf.avi TO minute.to.win.it.s02e38.avi House.S07E22.HDTV.x264-DIMENSIO...
by dashy
August 18th, 2011, 12:33 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 83915

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

That certainly seems promising. Good to know you've got everything set up (most probably). Only thing now is to switch from torrents - you'll never go back! Well, a couple problems still exist. For one, mkv2vob on my laptop is significantly faster than mkvextract --> mp4box, so I'm thinking tsMuxeR...
by dashy
August 17th, 2011, 4:14 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 83915

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

I think I may have found a workaround, but not using tsMuxeR. I'm not sure it will work because I haven't tested streaming to PS3 yet, but basically I extracted audio and video streams using mkvextract, so I figure why not just remux them into an MP4. Thankfully gpac (mp4box) is open source so I com...
by dashy
August 17th, 2011, 2:40 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 83915

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

The autsmuxer.sh errors are caused by the file having carriage returns as EOL. There's a tool called 'dos2unix' to sort this, it can happen if you transfer a script from a Windows machine, and even under some Linux editors. Regarding tsMuxeR source, you're probably right. I believe the source for a...
by dashy
August 17th, 2011, 9:25 am
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 83915

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

I modified autsmuxer.sh simply removing the "aften" (including quotes) from that line. This is the exact file I used. First, I ran mkvinfo so you have a reference for the video file: root@dlink-4C13E6:/mnt/HD/HD_a2/Videos# mkvinfo hi.mkv + EBML head |+ EBML version: 1 |+ EBML read version:...
by dashy
August 16th, 2011, 5:04 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 83915

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

installed a few other packages, now got this after running cmake: CMake Warning (dev) at CMakeLists.txt:274 (ADD_EXECUTABLE): Policy CMP0003 should be set before this line. Add code such as if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) as early as possible but af...
by dashy
August 16th, 2011, 4:25 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 83915

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

Not really familiar with Debian myself. Have you installed 'build-essential' package? haha was about to come here and say "I installed build-essential" and got: root@dlink-4C13E6:~/__aften/aften-0.0.8/__default# cmake .. -DCMAKE_INSTALL_PREFIX:STRING="/usr" -- The C compiler ide...
by dashy
August 16th, 2011, 4:02 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 83915

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

Hm, everything works except cmake. I'm a fairly basic linux user - maybe you have an idea of how to fix this? The Debian build is Squeeze 6.0.2, but it is a very basic build. I installed all the packages through apt-get (also had to install make and bzip2) but this is what I get when I ran the code ...
by dashy
August 16th, 2011, 10:53 am
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 83915

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

This may be a long shot, but I'm wondering if there's any way to port this to CH3NAS systems like DNS-323 and DNS-320. They use ARM-based processors; I have the DNS-320 which has an 800 MHz processor, and it runs a very basic linux system. It is possible to setup a chrooted Debian environment - is i...