NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 53 54 55 56 57 … 115 Next »
MVP Transcode

 
  • 0 Vote(s) - 0 Average
MVP Transcode
Hunter Sun
Offline

Junior Member

Posts: 32
Threads: 10
Joined: Jun 2005
#1
2006-11-28, 06:14 AM
Howdy,..

I've been playing around with some of the transcode options for ffmpeg. Wondering if anyone else has tried this line. It's seemed to work remarkably better for me under NTSC.

<MVPFFmpegTranscodeCmdLineNTSC>-y -i "{SOURCE_FILE}" -b 2400 -ac 2 -s 352x240 -f vob -vcodec mpeg2video "{DEST_FILE}" </MVPFFmpegTranscodeCmdLineNTSC>

I've actually had some ability to rewind (skip reverse works better). Though it can still lose audio sync.


Sub,
I was wondering if you have any thoughts of adding the MVPFFMPeg Transcode as a setting to the MVP Specific settings section. In playing around I've noticed I can adjust the padding however, I have 3 different TVs and each one takes a bit different setting.

- Scott
rscheller
Offline

Senior Member

Posts: 279
Threads: 30
Joined: Jul 2006
#2
2006-12-03, 04:04 AM (This post was last modified: 2006-12-03, 04:13 AM by rscheller.)
Not to rain on your parade but when I tried your transcode line, the resulting video was very blocky.

I've done some experimenting with ffmpeg lately too and here's a short and sweet one that works well for me.

<MVPFFmpegTranscodeCmdLineNTSC>-y -i "{SOURCE_FILE}" -target ntsc-vcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLineNTSC>

Edit... I shoulld have mentioned I'm not using the version of ffmpeg program supplied with GBPVR. If I can find where I got it, I'll attach a link later.
[SIZE="1"]Gigabyte nForce4 SLI - GA-K8N-SLI | AMD Athlon 64 3400+ @ 2.2GHz | 1GB DDR400 RAM | Windows XP MCE 2005 SP2 | 320GB SATA WD drive | 500GB Fantom USB media drive | 2X PVR-150s | nVidia GeForce 6600GT
D-Link DI-524 Wireless Router | 2X wMVP Model 86017 ver H3 lot 0106 & 2606 both used wireless | Logitech Harmony 520 remote | GBPVR staying with v0.98.13 + stock dongle.bin[/SIZE]
rscheller
Offline

Senior Member

Posts: 279
Threads: 30
Joined: Jul 2006
#3
2006-12-03, 05:53 PM
For some reason under GBPVR, the above line won't properly transcode avi files on-the-fly to the MVP even though after I transcode the same avi files using the ffmpeg command line interface, the resulting mpg files play fine on my MVP.

So... due to the wishy-washyness and un-friendly interface of ffmpeg, I've gone back to using ffdshow. ffdshow has worked out-of-the-box in all cases, except for one wmv file, I've thrown at it from my MVP.
[SIZE="1"]Gigabyte nForce4 SLI - GA-K8N-SLI | AMD Athlon 64 3400+ @ 2.2GHz | 1GB DDR400 RAM | Windows XP MCE 2005 SP2 | 320GB SATA WD drive | 500GB Fantom USB media drive | 2X PVR-150s | nVidia GeForce 6600GT
D-Link DI-524 Wireless Router | 2X wMVP Model 86017 ver H3 lot 0106 & 2606 both used wireless | Logitech Harmony 520 remote | GBPVR staying with v0.98.13 + stock dongle.bin[/SIZE]
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#4
2006-12-03, 10:35 PM
Are you using 98.13b or 98.13. I remember there was a problem with the directories where ffmpeg was placed (or expected to be) in 98.13. I think 98.13 wants ffmpeg.exe in devnz\gbpvr\third party instead of devnz\gbpvr\third party\ffmpeg for the newer version 98.13b.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,732
Threads: 767
Joined: Nov 2003
#5
2006-12-03, 10:44 PM
HtV Wrote:Are you using 98.13b or 98.13. I remember there was a problem with the directories where ffmpeg was placed (or expected to be) in 98.13. I think 98.13 wants ffmpeg.exe in devnz\gbpvr\third party instead of devnz\gbpvr\third party\ffmpeg for the newer version 98.13b.
From memory that was a bug in v0.98.8. v0.98.13 should be correctly looking in the devnz\gbpvr\third party\ffmpeg directory. You can tell by looking in gbpvr.exe.log, since it'll log the complete ffmpeg command line that it tries to run.
rscheller
Offline

Senior Member

Posts: 279
Threads: 30
Joined: Jul 2006
#6
2006-12-04, 02:44 AM
Yes, my GBPVR is looking in the proper directory for ffmpeg and I spoke too soon about ffdshow...

It seems to transcode much better than ffmpeg but when 'Use ffdshow post processing if installed' is selected in config / playback, it causes my live TV feed on the PC to have a blank screen and no sound and it seems to mess with the stability of GBPVR when I've attempted to watch live TV. Not sure if it affects the MVP live TV stream.

Bottom line I uninstalled ffdshow and I'm again using ffmpeg even though it's transcoding to the MVP is less than perfect.
[SIZE="1"]Gigabyte nForce4 SLI - GA-K8N-SLI | AMD Athlon 64 3400+ @ 2.2GHz | 1GB DDR400 RAM | Windows XP MCE 2005 SP2 | 320GB SATA WD drive | 500GB Fantom USB media drive | 2X PVR-150s | nVidia GeForce 6600GT
D-Link DI-524 Wireless Router | 2X wMVP Model 86017 ver H3 lot 0106 & 2606 both used wireless | Logitech Harmony 520 remote | GBPVR staying with v0.98.13 + stock dongle.bin[/SIZE]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#7
2006-12-04, 06:37 AM
rscheller Wrote:For some reason under GBPVR, the above line won't properly transcode avi files on-the-fly to the MVP even though after I transcode the same avi files using the ffmpeg command line interface, the resulting mpg files play fine on my MVP.

So... due to the wishy-washyness and un-friendly interface of ffmpeg, I've gone back to using ffdshow. ffdshow has worked out-of-the-box in all cases, except for one wmv file, I've thrown at it from my MVP.

Would you be able to write a walkthrough on using ffdshow and the MVP?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#8
2006-12-04, 06:39 AM
rscheller Wrote:Yes, my GBPVR is looking in the proper directory for ffmpeg and I spoke too soon about ffdshow...

It seems to transcode much better than ffmpeg but when 'Use ffdshow post processing if installed' is selected in config / playback, it causes my live TV feed on the PC to have a blank screen and no sound and it seems to mess with the stability of GBPVR when I've attempted to watch live TV. Not sure if it affects the MVP live TV stream.

Bottom line I uninstalled ffdshow and I'm again using ffmpeg even though it's transcoding to the MVP is less than perfect.

I'd love a copy of the ffmpeg you are using... I wonder how well that version will intergrate into ZProcess
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
rscheller
Offline

Senior Member

Posts: 279
Threads: 30
Joined: Jul 2006
#9
2006-12-04, 11:41 AM
I'm using version 7087 from http://ffdshow.faireal.net/mirror/ffmpeg/.

Sorry... I'm too much of a noob to GBPVR to write a walk-through on anything GBPVR related. :o
[SIZE="1"]Gigabyte nForce4 SLI - GA-K8N-SLI | AMD Athlon 64 3400+ @ 2.2GHz | 1GB DDR400 RAM | Windows XP MCE 2005 SP2 | 320GB SATA WD drive | 500GB Fantom USB media drive | 2X PVR-150s | nVidia GeForce 6600GT
D-Link DI-524 Wireless Router | 2X wMVP Model 86017 ver H3 lot 0106 & 2606 both used wireless | Logitech Harmony 520 remote | GBPVR staying with v0.98.13 + stock dongle.bin[/SIZE]
rscheller
Offline

Senior Member

Posts: 279
Threads: 30
Joined: Jul 2006
#10
2006-12-04, 12:03 PM
The reason I stepped away from the version of ffmpeg included with GBPVR is discussed in the thread http://forums.gbpvr.com/showpost.php?p=1...ostcount=6.

When I switched to ffmpeg ver7087, all my dozen or so wmv's transcoded on the fly on the MPV properly (except for one) without errors. But I still had failures transcoding the avi's on my MVP created with my Canon camera even though ffmpeg command line execution generated mpg files that play fine on my MVP. However as I said, ffdshow transcoded the avi's and the wmv's on the fly to my MVP without error but as I previously wrote ffdshow causes a live TV / GBPVR stability problem on my PC.
[SIZE="1"]Gigabyte nForce4 SLI - GA-K8N-SLI | AMD Athlon 64 3400+ @ 2.2GHz | 1GB DDR400 RAM | Windows XP MCE 2005 SP2 | 320GB SATA WD drive | 500GB Fantom USB media drive | 2X PVR-150s | nVidia GeForce 6600GT
D-Link DI-524 Wireless Router | 2X wMVP Model 86017 ver H3 lot 0106 & 2606 both used wireless | Logitech Harmony 520 remote | GBPVR staying with v0.98.13 + stock dongle.bin[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  transcode nto working natty 10 3,501 2008-03-18, 08:43 PM
Last Post: natty
  Good transcode option for MVP-environment to save space nia 5 2,118 2007-11-12, 01:42 AM
Last Post: jksmurf
  MVP Transcode directory aslade 2 1,579 2007-03-14, 10:44 PM
Last Post: aslade
  mpv tiling on transcode kent 6 2,141 2007-02-25, 09:53 PM
Last Post: kent
  config.xml, transcode commandline zehd 2 1,756 2006-12-08, 11:57 PM
Last Post: zehd
  FFMpeg Transcode ALAN1 4 3,007 2006-01-31, 12:28 AM
Last Post: otron
  Problem with MVP decoding FFMpeg Transcode markspark 25 8,938 2005-12-16, 03:48 PM
Last Post: wtg

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

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

Linear Mode
Threaded Mode