Search found 2 matches

by hodapp
June 23rd, 2011, 11:35 pm
Forum: General Help
Topic: Can't get RSS and/or NZBMatrix working?
Replies: 15
Views: 15020

Re: Can't get RSS and/or NZBMatrix working?

Sorry for bumping such an old thread, but this is the exact same issue I'm having. Things I've done- 1. Verified my NZBMatrix API is valid/correct 2. Subscribed to my Bookmarks RSS feed. 3. Added some junk to my bookmarks. 4. Forced a bookmark refresh. 5. Nothing happens. Every time I mash the "...
by hodapp
February 1st, 2009, 4:11 pm
Forum: Post-Processing Scripts
Topic: Automatic Media Conversion (Ipod / Iphone)
Replies: 51
Views: 45550

Re: Automatic Media Conversion (Ipod / Iphone)

set name=%3 set name=%name:"=% set dirname=%1 set dirname=%dirname:"=% for /R "%dirname%" %%f in (*.avi) do ffmpeg.exe -y -i "%%f" -f mp4 -vcodec libx264 -level 30 -s 480x272 -r 30000/1001 -b 768k -bt 768k -bufsize 2000k -maxrate 768k -g 250 -coder 0 -acodec libfaac -a...