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 … 918 919 920 921 922 … 1231 Next »
Transcoding and ffmpeg details?

 
  • 0 Vote(s) - 0 Average
Transcoding and ffmpeg details?
nv40
Offline

Member

Posts: 233
Threads: 45
Joined: Dec 2005
#1
2005-12-08, 12:37 AM
The options for transcoding have very little info.....which format produces the smallest file. I use nero recode to make 4.7 gb movies into about 1.5 gb mp4's that look almost identical, but I want something automated and I can't figure out if/how the built in transcoding can support something similar to this format/compression/quality?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#2
2005-12-08, 12:48 AM
The FFmpeg command lines used for transcoding are listed in the config.xml file:
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} -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" />
  </CustomFFmpegConversions>

You can find documentation about the ffmpeg command line parameters at http://ffmpeg.sourceforge.net/ffmpeg-doc.html
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG - no show details Ger 12 3,290 2025-04-03, 12:19 PM
Last Post: mvallevand
  Automatic Transcoding Not Working taz 3 2,232 2010-11-22, 09:01 AM
Last Post: goelectric
  IR Blaster doesn't change to channel missing show details Kid_Ego5150 3 2,063 2010-11-13, 02:11 AM
Last Post: sub
  No Show Details kirschey 0 1,208 2010-05-24, 05:50 PM
Last Post: kirschey
  Unknown channels; (no show details) JosephWebber 12 4,362 2010-05-20, 09:48 PM
Last Post: s_daykin
  How do I activate ffmpeg to automaticaliy convert MPG video to AVI format in GbPVR HYBRiD.BLiNG 0 1,223 2010-04-18, 01:52 AM
Last Post: HYBRiD.BLiNG
  Guide says "no show details" for all channels Probedude 15 4,306 2010-03-10, 05:50 AM
Last Post: Probedude
  ffmpeg mpeg4 codec problem VBR TS file luttrell1962 12 7,836 2010-02-24, 07:53 PM
Last Post: luttrell1962
  recurring problem? channels have No Show Details but still record? 8ace 6 2,113 2010-02-05, 08:41 PM
Last Post: luttrell1962
  Transcoding dvr-ms to DivX and recording to Mpeg2 Boworr 23 10,819 2010-02-04, 07:54 AM
Last Post: LeCoux

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

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

Linear Mode
Threaded Mode