View Single Post
  #10  
Old 03-02-2014, 11:01 AM
Rhade Rhade is offline
Member
 
Join Date: Jan 2011
Posts: 50
Rhade is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


ver 4.0
http://www.multiupload.nl/13E4HIY8RL

Dont trust it fully yet lol, only tested it for about 1 hour on a 40 file dir
But it seems to work nice lol

New Features

The newest ffpmeg dosent parse QV files properly, i suspect Itsme has modded it to reflect his edited QV files, so reverted to old ffmpeg

FFMPEG_Interface

Now my bundle will pass on the stream fixed and QV edited F4v's to FFMPEG_interface. This will allow you to change custom settings on your own (i.e FPS, CRF values, x264 profiles)

Once FFMPEG_interface opens up the only field that you MUST fill in is the x264 preset at the buttom left of the window.

The other settings are all your preference, but i would advise the following

fps = 30
CRF = 18
Delete new file if ratio > 0.9 = Unticked
1st pass preset = libx264-hq.ffpreset
Process only edited caps = unticked ( shouldnt matter but if some of your files get skipped this is the reason)

These how ever are only suggestions, and you can play with them as you wish

You may see in the FFMPEG_interface window all your files will report the same size, you can ignore this. It just parses a txt file list of files and im not smart enough to inset the correct file size into the txt. This will have no impact on your file nor your encode

When all your files are encoded in ffmpeg_interface, just close the window, and my scripts will continue their magic


Last edited by Rhade : 03-02-2014 at 11:58 AM.
Reply With Quote