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 … 68 69 70 71 72 … 115 Next »
tweaking ffdshow transcoding in config.xml

 
  • 0 Vote(s) - 0 Average
tweaking ffdshow transcoding in config.xml
cakes
Offline

Member

Posts: 204
Threads: 40
Joined: Dec 2005
#1
2006-04-30, 03:47 PM
Hi,

In the wiki it says that you can tweak ffdshow transcoding in config.xml. The only entry I find in config.xml though is <MVPFFmpegTranscodeCmdLinePAL>. Is the same line used for the ffdshow transcoding? Or do I need something else manually?

I've searched for this in the forum but could not find it.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,724
Threads: 767
Joined: Nov 2003
#2
2006-04-30, 04:31 PM
I'm not sure which transcoding you asking about in particular.

There is the transcoding that happens when you try to play an AVI file on the MVP. This uses either:
Code:
<MVPFFmpegTranscodeCmdLinePAL>-y -i "{SOURCE_FILE}" -b 2400 -ac 2 -ab 224 -r 25 -s 352x288 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>
  <MVPFFmpegTranscodeCmdLineNTSC>-y -i "{SOURCE_FILE}" -b 2400 -ac 2 -ab 224 -r 29.97 -s 352x240 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLineNTSC>

There is also the auto transcoding that is used for converting MPEG2 files into AVIs etc.
Code:
<CustomFFmpegConversions>
    <Conversion name="XviD" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 1400 -vtag XVID {DEST_FILE}" targetExtension=".avi" />
    <Conversion name="DivX" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 1400 -vtag DIVX {DEST_FILE}" targetExtension=".avi" />
    <Conversion name="Video Ipod" cmd="-y -i {SOURCE_FILE} -title {TITLE_SUBTITLE} -f mp4 -vcodec mpeg4 -s 320x240 -r 15 {DEST_FILE}" targetExtension=".mp4" />
    <Conversion name="Sony PSP" cmd="-y -i {SOURCE_FILE} -title {TITLE_SUBTITLE} -f psp -r 29.97 -s 368x208 -b 768 -ar 24000 -ab 32 {DEST_FILE}" targetExtension=".mp4" />
    <Conversion name="Mobile .3GP" cmd="-y -i {SOURCE_FILE} -acodec aac -vcodec mpeg4 -s qcif -aspect 4:3 -hq {DEST_FILE}" targetExtension=".3gp" />
    <Conversion name="WMV-1200kb/s" cmd="-y -i {SOURCE_FILE} -vcodec wmv2 -b 1200 {DEST_FILE}" targetExtension=".wmv" />
    <Conversion name="WMV-700kb/s" cmd="-y -i {SOURCE_FILE} -vcodec wmv2 -b 700 {DEST_FILE}" targetExtension=".wmv" />
  </CustomFFmpegConversions>
cakes
Offline

Member

Posts: 204
Threads: 40
Joined: Dec 2005
#3
2006-04-30, 04:44 PM
sub Wrote:There is the transcoding that happens when you try to play an AVI file on the MVP.
It is this one. When you only tick the ffdshow checkbox in the config application, does it also use the parameters in <MVPFFmpegTranscodeCmdLinePAL>? Or do they only apply, as the name suggests, when you tick the ffmpeg checkbox?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,724
Threads: 767
Joined: Nov 2003
#4
2006-04-30, 04:50 PM
If the ffmpeg open is ticked, the ffdshow setting is ignored.

Both of these settings are removed in the next release, and the default is to use ffmpeg.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  MVP transcoding? dinki 12 9,314 2014-02-03, 09:35 PM
Last Post: mvallevand
  Config won't load plugins after NMT install dreiffel 4 2,008 2009-12-23, 02:01 AM
Last Post: dreiffel
  Cannot load dongle.bin.config StevHodge 4 3,986 2009-09-20, 09:15 PM
Last Post: StevHodge
  Trying ffdshow as transcoder to MVP jim08127 2 2,279 2009-08-23, 09:14 PM
Last Post: jim08127
  MVP Transcoding drbenjamin 1 1,726 2008-12-01, 06:07 AM
Last Post: mvallevand
  MVP config.xml settings / incremental updates macgyver 1 1,551 2008-11-24, 12:47 PM
Last Post: mvallevand
  MVP transcoding with TS Mux daneo 0 1,468 2008-11-09, 09:20 AM
Last Post: daneo
  Transcoding files times out before they begin Zato 3 2,197 2008-10-13, 04:01 AM
Last Post: Zato
  Any way to automatically save MPG output file when transcoding jonrigg68 2 2,145 2008-06-27, 04:14 PM
Last Post: HtV
  MVP TS transcoding config.xml bug. BerkA 1 2,002 2008-06-07, 11:47 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode