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 … 921 922 923 924 925 … 1231 Next »
Problem with transcoding?

 
  • 0 Vote(s) - 0 Average
Problem with transcoding?
nv40
Offline

Member

Posts: 233
Threads: 45
Joined: Dec 2005
#1
2005-12-04, 04:36 PM
I really want to get the transcoding feature to work, but the only option that has settings is the WMV option. I wanted something like nero recode's mp4 compression, but i'm not sure what setting under wmv might be near that one. I see the psp option (which should be mpeg4), but the settings button is greyed out and I don't think it does anything.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#2
2005-12-04, 04:43 PM
The settings button is supposed to be greyed out for all but the WMV selection. The settings for the others can be changed in config.xml:

Code:
<CustomFFmpegConversions>
    <Conversion name="XviD" cmd="-y -i {SOURCE_FILE} -f avi -ab 128 -ac 2 -vcodec xvid -b 1250 {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} -bitexact -vol 256 -vcodec xvid -s 368x208 -r 29.97 -b 1500 -acodec aac -ac 2 -ar 24000 -ab 64 -f psp -muxvb 768 {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" />
  </CustomFFmpegConversions>

You can also add any additional profiles you may need.
nv40
Offline

Member

Posts: 233
Threads: 45
Joined: Dec 2005
#3
2005-12-04, 05:12 PM
okay...forgive my stupidity. Does that mean that I have to have some other software to make this work (and the wmv is the only one that is built in)? If there is a wmv settings that is close to mpeg4 in compression, i would be happy with that? anyone know?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#4
2005-12-04, 05:20 PM
No, you dont have to have any other software for this to work. It uses ffmpeg, but this is installed with the GB-PVR installation.

You can find information about the command line options here: http://ffmpeg.sourceforge.net/ffmpeg-doc.html
nv40
Offline

Member

Posts: 233
Threads: 45
Joined: Dec 2005
#5
2005-12-04, 07:20 PM (This post was last modified: 2005-12-04, 07:25 PM by nv40.)
sub Wrote:No, you dont have to have any other software for this to work. It uses ffmpeg, but this is installed with the GB-PVR installation.

You can find information about the command line options here: http://ffmpeg.sourceforge.net/ffmpeg-doc.html


Thanks again, I don't get this kind of help with software i've paid 400 dollars for..... So, the way I am understanding this.....if I want mpeg4 compression, i can just set it to "psp", and between 1 and 6 in the morning it will convert files over. There is no other configuration that needs to be done?
slx
Offline

Junior Member

Posts: 9
Threads: 4
Joined: Oct 2005
#6
2005-12-04, 07:27 PM
I made some xvid profiles if anyone is interested, they use quantization Matrixes from doom9s specialists...
I have "shaved" the bitrate as much as I dared, it works great for me but you might want to bump the bitrate some ...

<Conversion name="XviD FULL 1328" cmd="-y -i {SOURCE_FILE} -f avi -vcodec xvid -trell -intra_matrix 8,14,20,28,38,45,56,65,14,20,26,37,44,56,64,70,20,26,36,43,55,64,70,75,28,37,43,54,63,70,76,79,38,44,55,63,70,77,80,83,45,56,64,70,77,81,84,88,56,64,70,76,80,84,89,95,65,70,75,79,83,88,95,102 -inter_matrix 18,19,20,22,24,26,28,30,19,20,22,24,26,28,30,34,20,22,24,26,29,30,34,40,22,24,26,30,32,36,44,50,24,26,29,32,38,48,55,60,26,28,30,36,48,58,74,80,28,30,34,44,55,74,92,104,30,34,40,50,60,80,104,128 -hq -deinterlace -b 1200 -acodec mp3 -ab 128 {DEST_FILE}" targetExtension=".avi" />
<Conversion name="XviD 512x384 964" cmd="-y -i {SOURCE_FILE} -f avi -vcodec xvid -trell -intra_matrix 8,14,20,28,38,45,56,65,14,20,26,37,44,56,64,70,20,26,36,43,55,64,70,75,28,37,43,54,63,70,76,79,38,44,55,63,70,77,80,83,45,56,64,70,77,81,84,88,56,64,70,76,80,84,89,95,65,70,75,79,83,88,95,102 -inter_matrix 18,19,20,22,24,26,28,30,19,20,22,24,26,28,30,34,20,22,24,26,29,30,34,40,22,24,26,30,32,36,44,50,24,26,29,32,38,48,55,60,26,28,30,36,48,58,74,80,28,30,34,44,55,74,92,104,30,34,40,50,60,80,104,128 -hq -s 512x384 -deinterlace -b 900 -acodec mp3 -ar 24000 -ab 64 {DEST_FILE}" targetExtension=".avi" />
<Conversion name="XviD 352x288 512" cmd="-y -i {SOURCE_FILE} -f avi -vcodec xvid -trell -intra_matrix 8,14,20,28,38,45,56,65,14,20,26,37,44,56,64,70,20,26,36,43,55,64,70,75,28,37,43,54,63,70,76,79,38,44,55,63,70,77,80,83,45,56,64,70,77,81,84,88,56,64,70,76,80,84,89,95,65,70,75,79,83,88,95,102 -inter_matrix 18,19,20,22,24,26,28,30,19,20,22,24,26,28,30,34,20,22,24,26,29,30,34,40,22,24,26,30,32,36,44,50,24,26,29,32,38,48,55,60,26,28,30,36,48,58,74,80,28,30,34,44,55,74,92,104,30,34,40,50,60,80,104,128 -hq -s 352x288 -deinterlace -b 468 -acodec mp3 -ar 24000 -ab 64 {DEST_FILE}" targetExtension=".avi" />
<Conversion name="XviD 512x384 Q4" cmd="-y -i {SOURCE_FILE} -f avi -vcodec xvid -trell -intra_matrix 8,14,20,28,38,45,56,65,14,20,26,37,44,56,64,70,20,26,36,43,55,64,70,75,28,37,43,54,63,70,76,79,38,44,55,63,70,77,80,83,45,56,64,70,77,81,84,88,56,64,70,76,80,84,89,95,65,70,75,79,83,88,95,102 -inter_matrix 18,19,20,22,24,26,28,30,19,20,22,24,26,28,30,34,20,22,24,26,29,30,34,40,22,24,26,30,32,36,44,50,24,26,29,32,38,48,55,60,26,28,30,36,48,58,74,80,28,30,34,44,55,74,92,104,30,34,40,50,60,80,104,128 -hq -s 512x384 -deinterlace -qscale 4 -acodec mp3 -ar 24000 -ab 64 {DEST_FILE}" targetExtension=".avi" />
<Conversion name="XviD FULL Q4" cmd="-y -i {SOURCE_FILE} -f avi -vcodec xvid -trell -intra_matrix 8,14,20,28,38,45,56,65,14,20,26,37,44,56,64,70,20,26,36,43,55,64,70,75,28,37,43,54,63,70,76,79,38,44,55,63,70,77,80,83,45,56,64,70,77,81,84,88,56,64,70,76,80,84,89,95,65,70,75,79,83,88,95,102 -inter_matrix 18,19,20,22,24,26,28,30,19,20,22,24,26,28,30,34,20,22,24,26,29,30,34,40,22,24,26,30,32,36,44,50,24,26,29,32,38,48,55,60,26,28,30,36,48,58,74,80,28,30,34,44,55,74,92,104,30,34,40,50,60,80,104,128 -hq -deinterlace -qscale 4 -acodec mp3 -ar 24000 -ab 64 {DEST_FILE}" targetExtension=".avi" />
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Composite channel configuration problem. seymoria 6 4,598 2012-01-15, 10:15 PM
Last Post: seymoria
  Recording problem with Hauppauge Nova-S USB2 ... softfoot 4 3,396 2011-06-27, 02:06 AM
Last Post: sub
  Problem with GB-PVR - Cannot Watch Channels and Administrator Problem Greg Smith 10 4,466 2011-05-22, 05:09 PM
Last Post: sub
  Problem with switch to DST next 4 2,328 2011-03-29, 08:42 PM
Last Post: darag2358
  Huge database (+27GB) - is it a problem? pme 7 3,022 2011-01-24, 12:37 AM
Last Post: gEd
  MCE 2005 IR Blaster problem persim 6 3,453 2010-12-29, 01:28 AM
Last Post: persim
  Another pause problem fleapower 10 3,787 2010-12-15, 09:33 PM
Last Post: fleapower
  remote problem in GBPVR Zacken 5 2,614 2010-12-08, 09:00 PM
Last Post: Zacken
  Transcode Problem axeman91 7 3,315 2010-11-22, 09:02 AM
Last Post: goelectric
  Automatic Transcoding Not Working taz 3 2,253 2010-11-22, 09:01 AM
Last Post: goelectric

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

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

Linear Mode
Threaded Mode