NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 330 331 332 333 334 … 1231 Next »
podcast solution in 1.0.16

 
  • 0 Vote(s) - 0 Average
podcast solution in 1.0.16
ybreton
Offline

Junior Member

Posts: 1
Threads: 1
Joined: Oct 2007
#1
2007-10-02, 03:44 AM
Hey everyone,
I was pretty disappointed that MyVideos ceased to work on the latest release of GBPVR. I have Juice running in the background downloading some of my favorite podcasts like Diggnation, TRS, AAN, etc. I used to use MyVideos to navigate to where they were downloaded and play them in VLC. So I've set up a series of batch files that are scheduled to run at 3:15AM that automatically convert the MOV, M4V and MP4 files into dvd-quality mpeg2 (hard drive space is not an issue on this machine).
If you have any comments or suggestions, I'm more than willing to hear what you have to say. The batch files are typed out below. Windows scheduler runs "startconvert.bat" at 3:15AM every morning.

startconvert.bat

FOR /R %%i in (*.mov) DO CALL convert.bat %%~dpni
FOR /R %%i in (*.mov) DO del %%~dpni

for /R %%j in (*.mp4) do call Convert4.bat %%~dpnj
for /R %%j in (*.mp4) do del %%~dpnj

FOR /R %%l in (*.m4v) do call convertv.bat %%~dpnl
FOR /R %%l in (*.m4v) do del %%~dpnl

for /R %%k in (*.mpeg) do ren "%%~nk.mpeg" "%%~nk.mpg"

convert.bat

if exist "%1.mpg" ren "%1.mpg" "%1.mpeg"
if not exist "%1.mpeg" G:\FFmpeg\ffmpeg -i "%1.mov" -target ntsc-dvd "%1.mpeg"

convert4.bat

if exist "%*.mpg" ren "%*.mpg" "%*.mpeg"
if not exist "%*.mpeg" G:\FFmpeg\ffmpeg -i "%*.mp4" -target ntsc-dvd "%*.mpeg"

convertv.bat

if exist "%1.mpg" ren "%1.mpg" "%1.mpeg"
if not exist "%1.mpeg" G:\FFmpeg\ffmpeg -i "%1.m4v" -target ntsc-dvd "%1.mpeg"
shfaxx
Offline

Member

Posts: 73
Threads: 19
Joined: Oct 2004
#2
2008-04-21, 12:02 AM
Check out this thread, I explain how I do exactly what you are trying to do. In addition I don't have to use VLC to play the vids, they play through GBPVR, so I have all the control over them (play, pause, FF, delete, etc). I DO have a codec pack installed, so that may be part of it.

http://forums.nextpvr.com/showthread.php?t=25817
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Live Internet TV - Best Solution? davidb98 4 2,061 2009-08-19, 06:30 AM
Last Post: Reddwarf
  Corrupted Memory Error - MDAPI Solution dennit 0 1,243 2009-06-08, 01:58 PM
Last Post: dennit
  HVR-1600 QAM Suddenly Not Working Solution 235301 9 4,090 2009-03-03, 03:09 AM
Last Post: SLR_65
  DVB-T crashing during config - a solution spotty 0 968 2009-01-31, 09:40 AM
Last Post: spotty
  Need help with complete GBPVR solution Innocence 10 3,612 2009-01-08, 05:51 PM
Last Post: gazoo
  1.2.13 installation problem & solution mcervi 0 1,261 2008-06-01, 03:24 PM
Last Post: mcervi
  DVD playback problem (and solution) alnaln 0 979 2008-04-01, 12:40 AM
Last Post: alnaln
  video tearing solution? onlinespending 23 12,900 2007-11-13, 05:48 AM
Last Post: onlinespending
  Solution found for problem with the screen saver plug-in not working! indeo 0 954 2007-11-11, 06:01 PM
Last Post: indeo
  EGP Solution Smoker 5 1,991 2007-09-27, 06:16 PM
Last Post: divinehammer

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode