Search found 64 matches

by stabu
September 16th, 2009, 10:17 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 99102

Re: [Linux - Bash] NoArchive scripts - MKV to M2TS and AVI join.

Code: Select all

#if [ $VIDEO_ID -lt $AUDIO_ID ]; then
	    #VIDEO_FPS=`grep "Frame rate" ${MKV_INFO} | sed -n 1p | cut -d'(' -f2 | cut -d' ' -f1`
	#else
	    VIDEO_FPS=`grep "Frame rate" ${MKV_INFO} | sed -n 2p | cut -d'(' -f2 | cut -d' ' -f1`
	#fi
everything works great now, thanks guy
by stabu
September 15th, 2009, 12:20 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 99102

Re: [Linux - Bash] NoArchive scripts - MKV to M2TS and AVI join.

everything was working last night but now i get /home/crc/NZB/Scripts/mkv2m2ts: line 38: [: too many arguments thats with a  bluray x264 rip with DTS audio and i just got this. this was a bluray rip x264 non dts External processing by /home/crc/NZB/Scripts/noarchive-tv: removed `rls.nfo' removed `rl...
by stabu
September 14th, 2009, 5:07 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 99102

Re: [Linux - Bash] NoArchive scripts - MKV to M2TS and AVI join.

nice, thanks

Correction: Replace tsMuxer variable in the second script with 'tsMuxeR'. (or location if not /usr/bin)

its case sensitive.