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 … 410 411 412 413 414 … 1231 Next »
Help For Anyone Tweaking FFMPEG to Encode to XVID

 
  • 0 Vote(s) - 0 Average
Help For Anyone Tweaking FFMPEG to Encode to XVID
SANGER_A2
Offline

Member

Posts: 51
Threads: 8
Joined: Nov 2007
#1
2007-12-04, 12:54 PM (This post was last modified: 2007-12-05, 01:50 PM by SANGER_A2.)
I was playing around for a while and had a few issues getting FFMPEG to work. I though I'd share this in case anyone else was struggling as I was with files that were too large or aspect ratios that were weird. I then use Virtualdub to delete the adverts afterwards and this only takes a few seconds as it does not need to reencode the files.

I use Mencoder instead of ffmpeg as I can't get ffmpeg to create constant bitrate mp3s and average bitrate mp3s screw up the sound syncing when deleting parts of the file. I just renamed the original ffmpeg folder in the gbpvr folder, copied the mencoder folder in there and renamed it to ffmpeg and renamed mencoder.exe to ffmpeg.exe Smile

This is the line of code I added to the config.xml file to have a new processing option (none of the others will now work unless the original ffmpeg is put back):-
Code:
<Conversion name="MPEG4" cmd="{SOURCE_FILE} -o {DEST_FILE}  -oac mp3lame -ovc xvid -xvidencopts fixed_quant=5 -lameopts cbr:br=128/>


I made a very useful little batchfile that I just saved into my root directory as ConvertToAVI.bat and I use to encode files manually. Once you right-click on a file and do "open with", find the batchfile and click OK then you can reencode a file whenever you want just by right-clicking on it. VERY useful. The one line of text in the batch code is below, it will probably only work in Windows XP as I set the priority to low:-

Code:
start "Encoding MPEG" /low /min "C:\Program Files\devnz\gbpvr\Third Party\ffmpeg\ffmpeg.exe" "%~f1" -o "%~dp1%~n1.avi" -oac mp3lame -ovc xvid -xvidencopts fixed_quant=5 -lameopts cbr:br=128


Enjoy



Andy
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I activate ffmpeg to automaticaliy convert MPG video to AVI format in GbPVR HYBRiD.BLiNG 0 1,219 2010-04-18, 01:52 AM
Last Post: HYBRiD.BLiNG
  Tweaking the setup. SD video on a 4x3 television that thinks it is 16x9 Ommina 14 6,191 2010-03-15, 11:10 PM
Last Post: johnsonx42
  tweaking the recording filename format jrousell 7 2,678 2010-03-06, 04:58 PM
Last Post: snewpy
  ffmpeg mpeg4 codec problem VBR TS file luttrell1962 12 7,816 2010-02-24, 07:53 PM
Last Post: luttrell1962
  Problem playing xvid in FSE Clanky 3 1,906 2009-12-17, 03:01 PM
Last Post: Clanky
  Transcode Xvid profile aspect ratio Warwick 0 1,250 2009-10-07, 08:46 AM
Last Post: Warwick
  Encoding .MPG Files To .AVI XviD Files Using HandBrake BTJustice 2 4,703 2009-07-08, 09:52 PM
Last Post: BTJustice
  Hardware MPEG2 directly to Xvid clubrulz 0 1,208 2009-06-22, 06:17 PM
Last Post: clubrulz
  Set Process Priority of ffmpeg gnutech 1 2,439 2009-06-21, 03:13 AM
Last Post: zehd
  FFMPEG Priority Dan the man 8 5,442 2009-06-07, 09:15 PM
Last Post: gnutech

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

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

Linear Mode
Threaded Mode