topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 1:51 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: a program similar to DropFolder  (Read 10628 times)

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
a program similar to DropFolder
« on: December 14, 2013, 03:32 PM »


I ran across this program DropFolders that uses Handbrake, along with Adobe Air to automatically convert videos to another type of video format.  One of the problems that I have is taking a video file over 1 gb and converting it to .mp4 takes a very long time as in hours and then there is a chance that the program will lock up on me and not finish.  The nice thing about this program is it can watch MULTIPLE source folder and then after the conversion is done, place it in MULTIPLE destination folders.

Yes the program has not been updated in over 3 years.  Has anyone stumbled across another program similar to this that will watch multiple folders?  I have searched and only found some that watch a single folder.

If this program would work and work faster it would save me a lot of work.  Some of my teachers are wanting to video their class and then upload it to our media server where the students could access it.  So math teacher would upload a video to a folder called source/math and the program would do its thing, converting it to .mp4 and place it in a folder called destination/math.

Hoping that someone here can help.

thanks
dave

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #1 on: December 16, 2013, 04:12 AM »
I guess I left out one very important detail.  Our camcorder records in .mst by default, it can record in .mp4 but that one has a default time length that cannot be overrode.  Our productions are always longer than the default of like 15 minutes.  if we use the other camera that has a mini DV tape, then I have to record it to DVD first so it is in the Video_TS format.

Procomptor, as near as I can tell the program you mention only goes from FLV to mp4.

I would like one that will let me "optimize for the web" and then it plays well on any device.

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,640
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #2 on: December 16, 2013, 05:32 AM »
One of the problems that I have is taking a video file over 1 gb and converting it to .mp4 takes a very long time as in hours and then there is a chance that the program will lock up on me and not finish.

It sounds like you don't have the optimum configuration for HandBrake that you need, since HandBrake is one of the fastest free h.264 encoders available.

At a guess, I'd say you're doing two-pass encoding with a view to maximum quality or a specific target file size.

Any chance you can tell us what settings you're currently using for HandBrake?

BTW, are you using the current version of HandBrake?

Also, regarding the output:
Same resolution as input required?
Same number of audio channels required, (ie. is stereo enough considering content)?
Is a specific target size required?
Is this meant purely for internal LAN streaming or is it going to be accessed via the internet also?

To give an example of time taken for a typical encoding operation for me, a 90 minute DVD  will encode to a ~1GB MP4 in approx. 10 minutes, (AMD Phenom X6).

That's at a Constant Quality (CQ) of 20 and 5.1 channel discrete mixdown, (or AC3 passthrough) - which is more than enough for that type of content.

I would like one that will let me "optimize for the web" and then it plays well on any device.

There's really no such thing as "optimize for the web" when it comes to video as everyone's web experience is different - it's why YouTube, TV stations, etc offer different resolutions, bitrates, etc.

The best you can hope for is it will play on the majority of devices, (it's why I use a 5.1 channel discrete mixdown, my WDTV Live won't handle DTS).

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #3 on: December 16, 2013, 07:01 AM »
yes, we are using the latest version of Handbrake.  DropFolders just uses the command line of Handbrake for the conversion and encoding stuff.

not sure if this will help but here is the handbrake settings ( i think).  --encoder x264 --vb 1800 --ab 128 --maxWidth 640 --maxHeight 480 --two-pass --optimize

I am using an old HP ProLiant ML150G2 server that has 2 Xeon 3.0 ghz processors with 2gb of RAM.  I do have more RAM on order.  I am running Win 2008R2 64 bit server.  and yes, we are using the 64 bit verison of handbrake.

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,640
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #4 on: December 16, 2013, 05:30 PM »
OK, the resolution change and two pass encoding are what will slow it down a lot, give me a few hours I'll run some alternate configs and post some results, I'll use the following for the tests:

Source: 1.29GB MPG2 Transport Stream, 15000kbps MPG2 + 200kpbs 48kHz MPG1, 720 x 576  (straight DVB-T capture) 26 minutes 40 seconds

But if you want an immediate speed increase, add the -T option.

-T, --turbo             When using 2-pass use the turbo options
                            on the first pass to improve speed
                            (only works with x264, affects PSNR by about 0.05dB,
                            and increases first pass speed two to four times)

This will enable a faster first pass analysis, as an example of what it can do:

Without it: 700.12 seconds to encode above file using your settings
With it:     495.49 seconds

Addendum:
I've used the abbreviated parameters and thrown in a couple of times for the other machines I've got.

NOTE: Apart from the first two configs below, I haven't included any parameters that are default, (eg. -e x264, -q 20).

ConfigCommand parametersOutput filesize (MB)Phenom II X6 1100T (3.3GHz 2010) Time (s)Athlon II X2 235e (2.7GHz 2009) Time (s)AMD Turion II Neo N40L (1.5GHz 2011) Time (s)Core 2 Quad 9450 (2.66GHz 2008) Time (s)
techidave-e x264 -b 1800 -B 128 -X 640 -2 -O368700432048711251
techidave+Turbo-e x264 -b 1800 -B 128 -X 640 -2 -T -O368495866
techidave+Turbo+Baseline+Audio copy-e x264 --x264-profile baseline -b 1800 -E copy:aac -X 640 -2 -T -O368333
techidave+Turbo+Superfast+Baseline+Audio copy-e x264 --x264-preset superfast --x264-profile baseline -b 1800 -E copy:aac -X 640 -2 -T -O368152
Constant Quality 20 (default bitrate 1000, default ffmpeg4 encoder)-B 128 -X 640 -O203296
CQ+bitrate 1800-b 1800 -B 128 -X 640 -O203290
CQ+Main profile (default is High)-e x264 --x264-profile main -B 128 -X 640 -O190278
CQ+FastDecode-e x264 --x264-tune fastdecode -B 128 -X 640 -O229279
CQ+Main+FastDecode-e x264 --x264-profile main --x264-tune fastdecode -B 128 -X 640 -O219262
CQ+SuperFast preset-e x264 --x264-preset superfast -B 128 -X 640 -O307140360632
CQ+Main+SuperFast-e x264 --x264-preset superfast --x264-profile main -B 128 -X 640 -O306139
CQ+SuperFast+bitrate 1800-e x264 --x264-preset superfast -b 1800 -B 128 -X 640 -O368135.50175
CQ+SuperFast+bitrate 1800+Baseline+audio copy-e x264 --x264-tune film --x264-preset superfast --x264-profile baseline -b 1800 -E copy:aac -X 640 -O36775

Add -I for compatibility with 5.5G iPods.

A more modern CPU, (eg. Core or later), would make a bigger difference but you work with what you have  :)

A couple of 2 minute samples for comparison:
techidave.mp4 (27MB) (-e x264 -b 1800 -B 128 -X 640 -Y 480 -2 -O) (ie. your current parameters)
superfast.mp4 (22MB) (-e x264 --x264-preset superfast -B 128 -X 640 -Y 480 -O)

Also, next time you do an encode on it check Task Manager to see if it's using all CPUs - it should be running all of them flat out unless you've told it otherwise.
« Last Edit: December 29, 2013, 04:20 PM by 4wd, Reason: Removed vertical resize to fix MiniDV aspect ratio. »

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #5 on: December 17, 2013, 05:33 AM »
WOW!  thanks a lot 4wd for doing this!  It is really appreciated!   :) :Thmbsup:

yes, using my current settings, it does max out the CPU at 100%.  Someone else told me that a "modern CPU" would make a bigger difference than more RAM will.

the part that I don't understand is how did you know what the different parameters will do??

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,640
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #6 on: December 17, 2013, 06:14 AM »
WOW!  thanks a lot 4wd for doing this!  It is really appreciated!   :) :Thmbsup:

No problem  :)

Someone else told me that a "modern CPU" would make a bigger difference than more RAM will.

One of the Core CPUs with Quick Syncw plus a HandBrake version with Quick Sync capability would tear through the encodes, (or if they finish the OpenCL versions of HandBrake then you can use a cheap AMD GPU).

the part that I don't understand is how did you know what the different parameters will do??

Magic, my son, magic  ;)

Or if you don't believe that, how about: I use VidCoder a lot, which is a more user friendly version of HandBrake - all the GUI interface options have a CLI equivalent.  Plus the default encoding options for HandBrake/VidCoder are pretty good for 95% of the usage cases.

HandBrakeCLI Guide

Just as a note, the only time I use two pass encoding is when I want to hit a specific filesize, eg. 350MB, normally the default CQ setting, (20), is more than adequate for this type of stuff.

My test source video is sufficiently close enough to what I get from my PAL MiniDV camcorder, (which sadly lies unloved under a bed), so you should see a similar speed increase there, (hardware notwithstanding).

I noticed with the SuperFast sample I put up, (I chose that section because of the fast action brush strokes and contrast between black/white plus a few colour daubs), that it is slightly brighter which causes a very slight loss of detail, (due to wash out effect), that you can see in some of the fine brush strokes he does.

Depending on your needs this may be acceptable, if not can you post a short section of some of your source video, (a reasonably complex section - fast movement, contrast, etc), somewhere, PM me a link, and I'll have a play with the settings.

EDIT: Just noticed I must have been dyslexic when I was copying and pasting from the command files I used - fixed parameters above.
« Last Edit: December 17, 2013, 10:27 AM by 4wd »

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #7 on: December 17, 2013, 11:48 AM »
I changed to the "techidave+turbo" values and uploaded a 1.79gb of .mov (9 files) and it took a little over an hour.  then end results was 9 files totaling 410 meg of .mp4.

so we are improving. 

 here is the process log of the encoding process.
Spoiler
BEGIN ENCODE[11:15:54] hb_init: starting libhb thread
HandBrake 0.9.9 (2013051800) - MinGW i686 - http://handbrake.fr
4 CPUs detected
Opening C:\Media\Cheerleaders\VideoQueue\1387296341936_9 Movie 9.mov...
[11:15:54] hb_scan: path=C:\Media\Cheerleaders\VideoQueue\1387296341936_9 Movie 9.mov, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening C:\Media\Cheerleaders\VideoQueue\1387296341936_9 Movie 9.mov/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening C:\Media\Cheerleaders\VideoQueue\1387296341936_9 Movie 9.mov/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(C:\Media\Cheerleaders\VideoQueue\1387296341936_9 Movie 9.mov) failed (01C9FB30)
[11:15:54] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[11:15:54] dvd: not a dvd - trying as a stream/file instead
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Media\Cheerleaders\VideoQueue\1387296341936_9 Movie 9.mov':
  Metadata:
    major_brand     : qt 
    minor_version   : 537331968
    compatible_brands: qt  niko
    creation_time   : 2011-01-01 00:00:00
  Duration: 00:01:02.06, start: 0.000000, bitrate: 8690 kb/s
    Stream #0.0(eng): Video: h264 (Constrained Baseline), yuvj420p, 1280x720 [PAR 1:1 DAR 16:9], 8412 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
    Metadata:
      creation_time   : 2011-01-01 00:00:00
    Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, fltp, 127 kb/s
    Metadata:
      creation_time   : 2011-01-01 00:00:00
[11:15:54] scan: decoding previews for title 1
[11:15:54] scan: audio 0x1: aac, rate=48000Hz, bitrate=127360 English (aac) (2.0 ch)

Scanning title 1 of 1, preview 3, 30.00 %
Scanning title 1 of 1, preview 7, 70.00 %[11:15:54] scan: 10 previews, 1280x720, 29.970 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1

Scanning title 1 of 1, preview 10, 100.00 %[11:15:55] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: C:\Media\Cheerleaders\VideoQueue\1387296341936_9 Movie 9.mov
  + duration: 00:01:02
  + size: 1280x720, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 0/0/0/0
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:01:02
  + audio tracks:
    + 1, English (aac) (2.0 ch) (iso639-2: eng)
  + subtitle tracks:
[11:15:55] Height out of bounds, scaling down to 480
[11:15:55] New dimensions 848 * 480
[11:15:55] Width out of bounds, scaling down to 640
[11:15:55] New dimensions 640 * 352
[11:15:55] 2 job(s) to process
[11:15:55] starting job
[11:15:55] work: mixdown not specified, track 1 setting mixdown Stereo
[11:15:55] sync: expecting 1860 video frames
[11:15:55] job configuration:
[11:15:55]  * source
[11:15:55]    + C:\Media\Cheerleaders\VideoQueue\1387296341936_9 Movie 9.mov
[11:15:55]    + title 1, chapter(s) 1 to 1
[11:15:55]    + container: mov,mp4,m4a,3gp,3g2,mj2
[11:15:55]    + data rate: 8690 kbps
[11:15:55]  * destination
[11:15:55]    + C:\wwwroot\Cheerleaders\9 Movie 9.mp4
[11:15:55]    + container: MPEG-4 (.mp4 and .m4v)
[11:15:55]  * video track
[11:15:55]    + decoder: h264
[11:15:55]      + bitrate 8412 kbps
[11:15:55]    + frame rate: same as source (around 29.970 fps)
[11:15:55]    + filters
[11:15:55]      + Framerate Shaper (0:27000000:900900)
[11:15:55]        + frame rate: same as source (around 29.970 fps)
[11:15:55]      + Crop and Scale (640:352:0:0:0:0)
[11:15:55]        + source: 1280 * 720, crop (0/0/0/0): 1280 * 720, scale: 640 * 352
[11:15:55]    + dimensions: 640 * 352, mod 0
[11:15:55]    + encoder: H.264 (x264)
[11:15:55]      + bitrate: 1800 kbps, pass: 1
[11:15:55]      + fast first pass
[11:15:55]      + options: ref=1:8x8dct=0:me=dia:trellis=0
[11:15:55]                 analyse=i4x4 (if originally enabled, else analyse=none)
[11:15:55]                 subq=2 (if originally greater than 2, else subq unchanged)
[11:15:55]  * audio track 1
[11:15:55]    + decoder: English (aac) (2.0 ch) (track 1, id 0x1)
[11:15:55]      + bitrate: 127 kbps, samplerate: 48000 Hz
[11:15:55]    + mixdown: Stereo
[11:15:55]    + encoder: AAC (faac)
[11:15:55]      + bitrate: 128 kbps, samplerate: 48000 Hz

Encoding: task 1 of 2, 0.00 %[11:15:55] reader: first SCR 0 id 0x0 DTS 0
[11:15:55] encx264: min-keyint: 30, keyint: 300
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using cpu capabilities: MMX2 SSE2 SSE3 Cache64
x264 [info]: profile Main, level 3.0

Encoding: task 1 of 2, 0.00 %
Encoding: task 1 of 2, 0.48 %
Encoding: task 1 of 2, 0.81 %
Encoding: task 1 of 2, 1.77 %
Encoding: task 1 of 2, 2.63 %
Encoding: task 1 of 2, 3.12 %
Encoding: task 1 of 2, 3.66 %
Encoding: task 1 of 2, 4.30 %
Encoding: task 1 of 2, 4.52 %
Encoding: task 1 of 2, 4.84 %
Encoding: task 1 of 2, 5.54 %
Encoding: task 1 of 2, 6.13 %
Encoding: task 1 of 2, 6.56 %
Encoding: task 1 of 2, 6.72 %
Encoding: task 1 of 2, 7.10 %
Encoding: task 1 of 2, 7.31 %
Encoding: task 1 of 2, 8.12 %
Encoding: task 1 of 2, 8.55 %
Encoding: task 1 of 2, 8.87 % (37.80 fps, avg 38.10 fps, ETA 00h00m45s)
Encoding: task 1 of 2, 9.41 % (35.25 fps, avg 37.68 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 9.78 % (35.25 fps, avg 37.68 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 10.00 % (35.25 fps, avg 37.68 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 10.70 % (35.25 fps, avg 37.68 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 10.86 % (35.25 fps, avg 37.68 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 11.02 % (35.88 fps, avg 37.27 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 11.72 % (35.88 fps, avg 37.27 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 12.04 % (35.88 fps, avg 37.27 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 12.42 % (35.88 fps, avg 37.27 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 12.74 % (35.88 fps, avg 37.27 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 13.28 % (35.51 fps, avg 36.84 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 13.60 % (35.51 fps, avg 36.84 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 13.98 % (35.51 fps, avg 36.84 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 14.35 % (35.51 fps, avg 36.84 fps, ETA 00h00m44s)
Encoding: task 1 of 2, 15.38 % (36.38 fps, avg 37.14 fps, ETA 00h00m42s)
Encoding: task 1 of 2, 15.75 % (36.38 fps, avg 37.14 fps, ETA 00h00m42s)
Encoding: task 1 of 2, 16.13 % (36.38 fps, avg 37.14 fps, ETA 00h00m42s)
Encoding: task 1 of 2, 16.51 % (36.38 fps, avg 37.14 fps, ETA 00h00m42s)
Encoding: task 1 of 2, 16.67 % (36.38 fps, avg 37.14 fps, ETA 00h00m42s)
Encoding: task 1 of 2, 16.94 % (36.38 fps, avg 37.14 fps, ETA 00h00m42s)
Encoding: task 1 of 2, 17.80 % (34.94 fps, avg 36.40 fps, ETA 00h00m42s)
Encoding: task 1 of 2, 18.01 % (34.94 fps, avg 36.40 fps, ETA 00h00m42s)
Encoding: task 1 of 2, 18.92 % (34.94 fps, avg 36.40 fps, ETA 00h00m42s)
Encoding: task 1 of 2, 19.35 % (34.94 fps, avg 36.40 fps, ETA 00h00m42s)
Encoding: task 1 of 2, 19.46 % (37.16 fps, avg 36.95 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 19.84 % (37.16 fps, avg 36.95 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 20.54 % (37.16 fps, avg 36.95 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 20.70 % (37.16 fps, avg 36.95 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 21.02 % (37.16 fps, avg 36.95 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 21.77 % (33.47 fps, avg 36.00 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 22.15 % (33.47 fps, avg 36.00 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 22.63 % (33.47 fps, avg 36.00 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 23.17 % (33.47 fps, avg 36.00 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 23.66 % (33.47 fps, avg 36.00 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 23.76 % (33.47 fps, avg 36.00 fps, ETA 00h00m40s)
Encoding: task 1 of 2, 24.19 % (36.79 fps, avg 36.51 fps, ETA 00h00m38s)
Encoding: task 1 of 2, 24.35 % (36.79 fps, avg 36.51 fps, ETA 00h00m38s)
Encoding: task 1 of 2, 25.22 % (36.79 fps, avg 36.51 fps, ETA 00h00m38s)
Encoding: task 1 of 2, 25.43 % (36.79 fps, avg 36.51 fps, ETA 00h00m38s)
Encoding: task 1 of 2, 25.97 % (32.62 fps, avg 35.81 fps, ETA 00h00m38s)
Encoding: task 1 of 2, 26.61 % (32.62 fps, avg 35.81 fps, ETA 00h00m38s)
Encoding: task 1 of 2, 26.83 % (32.62 fps, avg 35.81 fps, ETA 00h00m38s)
Encoding: task 1 of 2, 27.20 % (32.62 fps, avg 35.81 fps, ETA 00h00m38s)
Encoding: task 1 of 2, 27.58 % (32.62 fps, avg 35.81 fps, ETA 00h00m38s)
Encoding: task 1 of 2, 27.90 % (32.62 fps, avg 35.81 fps, ETA 00h00m38s)
Encoding: task 1 of 2, 28.76 % (36.49 fps, avg 36.12 fps, ETA 00h00m37s)
Encoding: task 1 of 2, 29.41 % (36.49 fps, avg 36.12 fps, ETA 00h00m37s)
Encoding: task 1 of 2, 29.68 % (36.49 fps, avg 36.12 fps, ETA 00h00m37s)
Encoding: task 1 of 2, 30.43 % (34.15 fps, avg 36.00 fps, ETA 00h00m36s)
Encoding: task 1 of 2, 30.75 % (34.15 fps, avg 36.00 fps, ETA 00h00m36s)
Encoding: task 1 of 2, 30.91 % (34.15 fps, avg 36.00 fps, ETA 00h00m36s)
Encoding: task 1 of 2, 31.77 % (34.15 fps, avg 36.00 fps, ETA 00h00m36s)
Encoding: task 1 of 2, 31.94 % (34.15 fps, avg 36.00 fps, ETA 00h00m36s)
Encoding: task 1 of 2, 32.10 % (34.15 fps, avg 36.00 fps, ETA 00h00m36s)
Encoding: task 1 of 2, 32.31 % (36.08 fps, avg 35.87 fps, ETA 00h00m35s)
Encoding: task 1 of 2, 32.90 % (36.08 fps, avg 35.87 fps, ETA 00h00m35s)
Encoding: task 1 of 2, 33.44 % (36.08 fps, avg 35.87 fps, ETA 00h00m35s)
Encoding: task 1 of 2, 33.76 % (36.08 fps, avg 35.87 fps, ETA 00h00m35s)
Encoding: task 1 of 2, 33.98 % (36.08 fps, avg 35.87 fps, ETA 00h00m35s)
Encoding: task 1 of 2, 34.57 % (33.87 fps, avg 35.69 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 35.00 % (33.87 fps, avg 35.69 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 35.65 % (33.87 fps, avg 35.69 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 36.29 % (33.87 fps, avg 35.69 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 36.40 % (33.87 fps, avg 35.69 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 36.61 % (35.69 fps, avg 35.95 fps, ETA 00h00m32s)
Encoding: task 1 of 2, 37.15 % (35.69 fps, avg 35.95 fps, ETA 00h00m32s)
Encoding: task 1 of 2, 37.80 % (35.69 fps, avg 35.95 fps, ETA 00h00m32s)
Encoding: task 1 of 2, 38.17 % (35.69 fps, avg 35.95 fps, ETA 00h00m32s)
Encoding: task 1 of 2, 38.60 % (36.93 fps, avg 36.04 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 38.98 % (36.93 fps, avg 36.04 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 39.30 % (36.93 fps, avg 36.04 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 39.68 % (36.93 fps, avg 36.04 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 39.95 % (36.93 fps, avg 36.04 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 40.11 % (34.87 fps, avg 35.57 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 40.81 % (34.87 fps, avg 35.57 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 41.02 % (34.87 fps, avg 35.57 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 41.67 % (34.87 fps, avg 35.57 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 41.67 % (34.87 fps, avg 35.57 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 42.53 % (31.12 fps, avg 35.26 fps, ETA 00h00m30s)
Encoding: task 1 of 2, 42.90 % (31.12 fps, avg 35.26 fps, ETA 00h00m30s)
Encoding: task 1 of 2, 43.33 % (31.12 fps, avg 35.26 fps, ETA 00h00m30s)
Encoding: task 1 of 2, 43.71 % (31.12 fps, avg 35.26 fps, ETA 00h00m30s)
Encoding: task 1 of 2, 44.46 % (30.11 fps, avg 35.20 fps, ETA 00h00m29s)
Encoding: task 1 of 2, 44.89 % (30.11 fps, avg 35.20 fps, ETA 00h00m29s)
Encoding: task 1 of 2, 45.16 % (30.11 fps, avg 35.20 fps, ETA 00h00m29s)
Encoding: task 1 of 2, 45.54 % (30.11 fps, avg 35.20 fps, ETA 00h00m29s)
Encoding: task 1 of 2, 46.18 % (30.11 fps, avg 35.20 fps, ETA 00h00m29s)
Encoding: task 1 of 2, 46.61 % (35.57 fps, avg 35.57 fps, ETA 00h00m28s)
Encoding: task 1 of 2, 47.04 % (35.57 fps, avg 35.57 fps, ETA 00h00m28s)
Encoding: task 1 of 2, 47.63 % (35.57 fps, avg 35.57 fps, ETA 00h00m28s)
Encoding: task 1 of 2, 48.01 % (35.57 fps, avg 35.57 fps, ETA 00h00m28s)
Encoding: task 1 of 2, 48.23 % (36.91 fps, avg 35.47 fps, ETA 00h00m27s)
Encoding: task 1 of 2, 48.76 % (36.91 fps, avg 35.47 fps, ETA 00h00m27s)
Encoding: task 1 of 2, 48.98 % (36.91 fps, avg 35.47 fps, ETA 00h00m27s)
Encoding: task 1 of 2, 49.52 % (36.91 fps, avg 35.47 fps, ETA 00h00m27s)
Encoding: task 1 of 2, 49.89 % (36.91 fps, avg 35.47 fps, ETA 00h00m27s)
Encoding: task 1 of 2, 50.05 % (35.83 fps, avg 35.28 fps, ETA 00h00m26s)
Encoding: task 1 of 2, 50.43 % (35.83 fps, avg 35.28 fps, ETA 00h00m26s)
Encoding: task 1 of 2, 50.97 % (35.83 fps, avg 35.28 fps, ETA 00h00m26s)
Encoding: task 1 of 2, 51.51 % (35.83 fps, avg 35.28 fps, ETA 00h00m26s)
Encoding: task 1 of 2, 52.15 % (30.53 fps, avg 34.97 fps, ETA 00h00m25s)
Encoding: task 1 of 2, 52.58 % (30.53 fps, avg 34.97 fps, ETA 00h00m25s)
Encoding: task 1 of 2, 52.63 % (30.53 fps, avg 34.97 fps, ETA 00h00m25s)
Encoding: task 1 of 2, 53.01 % (30.53 fps, avg 34.97 fps, ETA 00h00m25s)
Encoding: task 1 of 2, 53.23 % (30.53 fps, avg 34.97 fps, ETA 00h00m25s)
Encoding: task 1 of 2, 53.92 % (29.78 fps, avg 34.82 fps, ETA 00h00m24s)
Encoding: task 1 of 2, 54.09 % (29.78 fps, avg 34.82 fps, ETA 00h00m24s)
Encoding: task 1 of 2, 54.46 % (29.78 fps, avg 34.82 fps, ETA 00h00m24s)
Encoding: task 1 of 2, 54.84 % (29.78 fps, avg 34.82 fps, ETA 00h00m24s)
Encoding: task 1 of 2, 55.38 % (29.78 fps, avg 34.82 fps, ETA 00h00m24s)
Encoding: task 1 of 2, 55.70 % (31.84 fps, avg 34.91 fps, ETA 00h00m23s)
Encoding: task 1 of 2, 55.70 % (31.84 fps, avg 34.91 fps, ETA 00h00m23s)
Encoding: task 1 of 2, 56.56 % (31.84 fps, avg 34.91 fps, ETA 00h00m23s)
Encoding: task 1 of 2, 56.99 % (31.84 fps, avg 34.91 fps, ETA 00h00m23s)
Encoding: task 1 of 2, 57.47 % (33.31 fps, avg 34.80 fps, ETA 00h00m22s)
Encoding: task 1 of 2, 58.01 % (33.31 fps, avg 34.80 fps, ETA 00h00m22s)
Encoding: task 1 of 2, 58.33 % (33.31 fps, avg 34.80 fps, ETA 00h00m22s)
Encoding: task 1 of 2, 58.71 % (33.31 fps, avg 34.80 fps, ETA 00h00m22s)
Encoding: task 1 of 2, 59.03 % (33.31 fps, avg 34.80 fps, ETA 00h00m22s)
Encoding: task 1 of 2, 59.68 % (35.10 fps, avg 34.85 fps, ETA 00h00m21s)
Encoding: task 1 of 2, 60.27 % (35.10 fps, avg 34.85 fps, ETA 00h00m21s)
Encoding: task 1 of 2, 60.86 % (35.10 fps, avg 34.85 fps, ETA 00h00m21s)
Encoding: task 1 of 2, 61.40 % (35.10 fps, avg 34.85 fps, ETA 00h00m21s)
Encoding: task 1 of 2, 61.40 % (35.10 fps, avg 34.85 fps, ETA 00h00m21s)
Encoding: task 1 of 2, 61.94 % (33.25 fps, avg 34.74 fps, ETA 00h00m20s)
Encoding: task 1 of 2, 62.42 % (33.25 fps, avg 34.74 fps, ETA 00h00m20s)
Encoding: task 1 of 2, 63.06 % (33.25 fps, avg 34.74 fps, ETA 00h00m20s)
Encoding: task 1 of 2, 63.49 % (33.25 fps, avg 34.74 fps, ETA 00h00m20s)
Encoding: task 1 of 2, 63.87 % (34.60 fps, avg 34.78 fps, ETA 00h00m19s)
Encoding: task 1 of 2, 64.25 % (34.60 fps, avg 34.78 fps, ETA 00h00m19s)
Encoding: task 1 of 2, 64.57 % (34.60 fps, avg 34.78 fps, ETA 00h00m19s)
Encoding: task 1 of 2, 65.11 % (34.60 fps, avg 34.78 fps, ETA 00h00m19s)
Encoding: task 1 of 2, 65.81 % (33.94 fps, avg 34.76 fps, ETA 00h00m18s)
Encoding: task 1 of 2, 66.34 % (33.94 fps, avg 34.76 fps, ETA 00h00m18s)
Encoding: task 1 of 2, 66.77 % (33.94 fps, avg 34.76 fps, ETA 00h00m18s)
Encoding: task 1 of 2, 66.99 % (33.94 fps, avg 34.76 fps, ETA 00h00m18s)
Encoding: task 1 of 2, 67.53 % (33.94 fps, avg 34.76 fps, ETA 00h00m18s)
Encoding: task 1 of 2, 67.74 % (34.58 fps, avg 34.72 fps, ETA 00h00m17s)
Encoding: task 1 of 2, 68.44 % (34.58 fps, avg 34.72 fps, ETA 00h00m17s)
Encoding: task 1 of 2, 69.09 % (34.58 fps, avg 34.72 fps, ETA 00h00m17s)
Encoding: task 1 of 2, 69.41 % (34.58 fps, avg 34.72 fps, ETA 00h00m17s)
Encoding: task 1 of 2, 70.00 % (37.26 fps, avg 34.99 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 70.38 % (37.26 fps, avg 34.99 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 70.75 % (37.26 fps, avg 34.99 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 70.97 % (37.26 fps, avg 34.99 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 71.29 % (37.26 fps, avg 34.99 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 71.83 % (33.83 fps, avg 34.68 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 72.31 % (33.83 fps, avg 34.68 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 72.63 % (33.83 fps, avg 34.68 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 72.85 % (33.83 fps, avg 34.68 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 73.39 % (33.83 fps, avg 34.68 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 74.14 % (34.42 fps, avg 34.70 fps, ETA 00h00m14s)
Encoding: task 1 of 2, 74.35 % (34.42 fps, avg 34.70 fps, ETA 00h00m14s)
Encoding: task 1 of 2, 74.78 % (34.42 fps, avg 34.70 fps, ETA 00h00m14s)
Encoding: task 1 of 2, 75.16 % (34.42 fps, avg 34.70 fps, ETA 00h00m14s)
Encoding: task 1 of 2, 75.38 % (30.46 fps, avg 34.64 fps, ETA 00h00m13s)
Encoding: task 1 of 2, 75.86 % (30.46 fps, avg 34.64 fps, ETA 00h00m13s)
Encoding: task 1 of 2, 76.45 % (30.46 fps, avg 34.64 fps, ETA 00h00m13s)
Encoding: task 1 of 2, 77.10 % (30.46 fps, avg 34.64 fps, ETA 00h00m13s)
Encoding: task 1 of 2, 77.15 % (30.46 fps, avg 34.64 fps, ETA 00h00m13s)
Encoding: task 1 of 2, 77.69 % (34.75 fps, avg 34.69 fps, ETA 00h00m12s)
Encoding: task 1 of 2, 78.23 % (34.75 fps, avg 34.69 fps, ETA 00h00m12s)
Encoding: task 1 of 2, 78.44 % (34.75 fps, avg 34.69 fps, ETA 00h00m12s)
Encoding: task 1 of 2, 78.98 % (34.75 fps, avg 34.69 fps, ETA 00h00m12s)
Encoding: task 1 of 2, 79.46 % (33.38 fps, avg 34.60 fps, ETA 00h00m11s)
Encoding: task 1 of 2, 79.78 % (33.38 fps, avg 34.60 fps, ETA 00h00m11s)
Encoding: task 1 of 2, 80.22 % (33.38 fps, avg 34.60 fps, ETA 00h00m11s)
Encoding: task 1 of 2, 80.22 % (33.38 fps, avg 34.60 fps, ETA 00h00m11s)
Encoding: task 1 of 2, 80.86 % (33.38 fps, avg 34.60 fps, ETA 00h00m11s)
Encoding: task 1 of 2, 81.45 % (33.57 fps, avg 34.56 fps, ETA 00h00m10s)
Encoding: task 1 of 2, 81.67 % (33.57 fps, avg 34.56 fps, ETA 00h00m10s)
Encoding: task 1 of 2, 81.88 % (33.57 fps, avg 34.56 fps, ETA 00h00m10s)
Encoding: task 1 of 2, 83.01 % (34.19 fps, avg 34.65 fps, ETA 00h00m09s)
Encoding: task 1 of 2, 83.60 % (34.19 fps, avg 34.65 fps, ETA 00h00m09s)
Encoding: task 1 of 2, 83.98 % (34.19 fps, avg 34.65 fps, ETA 00h00m09s)
Encoding: task 1 of 2, 84.14 % (34.19 fps, avg 34.65 fps, ETA 00h00m09s)
Encoding: task 1 of 2, 84.35 % (34.19 fps, avg 34.65 fps, ETA 00h00m09s)
Encoding: task 1 of 2, 84.84 % (31.75 fps, avg 34.40 fps, ETA 00h00m08s)
Encoding: task 1 of 2, 84.89 % (31.75 fps, avg 34.40 fps, ETA 00h00m08s)
Encoding: task 1 of 2, 85.54 % (31.75 fps, avg 34.40 fps, ETA 00h00m08s)
Encoding: task 1 of 2, 86.13 % (31.75 fps, avg 34.40 fps, ETA 00h00m08s)
Encoding: task 1 of 2, 86.51 % (31.75 fps, avg 34.40 fps, ETA 00h00m08s)
Encoding: task 1 of 2, 86.83 % (33.28 fps, avg 34.47 fps, ETA 00h00m07s)
Encoding: task 1 of 2, 87.10 % (33.28 fps, avg 34.47 fps, ETA 00h00m07s)
Encoding: task 1 of 2, 88.23 % (33.28 fps, avg 34.47 fps, ETA 00h00m07s)
Encoding: task 1 of 2, 88.60 % (33.28 fps, avg 34.47 fps, ETA 00h00m07s)
Encoding: task 1 of 2, 88.87 % (34.61 fps, avg 34.65 fps, ETA 00h00m05s)
Encoding: task 1 of 2, 89.35 % (34.61 fps, avg 34.65 fps, ETA 00h00m05s)
Encoding: task 1 of 2, 89.78 % (34.61 fps, avg 34.65 fps, ETA 00h00m05s)
Encoding: task 1 of 2, 90.27 % (34.61 fps, avg 34.65 fps, ETA 00h00m05s)
Encoding: task 1 of 2, 91.02 % (38.90 fps, avg 34.69 fps, ETA 00h00m04s)
Encoding: task 1 of 2, 91.34 % (38.90 fps, avg 34.69 fps, ETA 00h00m04s)
Encoding: task 1 of 2, 91.56 % (38.90 fps, avg 34.69 fps, ETA 00h00m04s)
Encoding: task 1 of 2, 92.10 % (38.90 fps, avg 34.69 fps, ETA 00h00m04s)
Encoding: task 1 of 2, 92.63 % (38.90 fps, avg 34.69 fps, ETA 00h00m04s)
Encoding: task 1 of 2, 92.90 % (36.79 fps, avg 34.62 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 93.23 % (36.79 fps, avg 34.62 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 93.82 % (36.79 fps, avg 34.62 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 94.35 % (36.79 fps, avg 34.62 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 94.52 % (36.79 fps, avg 34.62 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 94.68 % (31.69 fps, avg 34.46 fps, ETA 00h00m02s)
Encoding: task 1 of 2, 95.32 % (31.69 fps, avg 34.46 fps, ETA 00h00m02s)
Encoding: task 1 of 2, 95.97 % (31.69 fps, avg 34.46 fps, ETA 00h00m02s)
Encoding: task 1 of 2, 96.13 % (31.69 fps, avg 34.46 fps, ETA 00h00m02s)
Encoding: task 1 of 2, 96.51 % (31.69 fps, avg 34.46 fps, ETA 00h00m02s)
Encoding: task 1 of 2, 97.15 % (31.09 fps, avg 34.45 fps, ETA 00h00m01s)[11:16:48] reader: done. 1 scr changes

Encoding: task 1 of 2, 97.31 % (31.09 fps, avg 34.45 fps, ETA 00h00m01s)
Encoding: task 1 of 2, 97.63 % (31.09 fps, avg 34.45 fps, ETA 00h00m01s)
Encoding: task 1 of 2, 98.49 % (31.09 fps, avg 34.45 fps, ETA 00h00m01s)
Encoding: task 1 of 2, 98.60 % (31.09 fps, avg 34.45 fps, ETA 00h00m01s)
Encoding: task 1 of 2, 99.14 % (30.26 fps, avg 34.32 fps, ETA 00h00m00s)
Encoding: task 1 of 2, 99.73 % (30.26 fps, avg 34.32 fps, ETA 00h00m00s)
Encoding: task 1 of 2, 99.95 % (30.26 fps, avg 34.32 fps, ETA 00h00m00s)
Encoding: task 1 of 2, 99.95 % (30.26 fps, avg 34.32 fps, ETA 00h00m00s)
Encoding: task 1 of 2, 99.95 % (30.26 fps, avg 34.32 fps, ETA 00h00m00s)[11:16:50] work: average encoding speed for job is 34.318310 fps
[11:16:50] sync: got 1860 frames, 1860 expected
[11:16:50] render: lost time: 0 (0 frames)
[11:16:50] render: gained time: 0 (0 frames) (0 not accounted for)

Encoding: task 1 of 2, 99.95 % (30.26 fps, avg 34.32 fps, ETA 00h00m00s)[11:16:50] h264-decoder done: 1860 frames, 0 decoder errors, 0 drops
x264 [info]: frame I:7     Avg QP:19.61  size: 47597  PSNR Mean Y:42.77 U:46.10 V:47.02 Avg:43.70 Global:43.61
x264 [info]: frame P:935   Avg QP:22.39  size: 12779  PSNR Mean Y:39.31 U:42.92 V:44.06 Avg:40.31 Global:40.24
x264 [info]: frame B:918   Avg QP:27.75  size:  1882  PSNR Mean Y:37.38 U:42.75 V:43.94 Avg:38.62 Global:38.57
x264 [info]: consecutive B-frames:  1.6% 97.4%  1.0%  0.0%
x264 [info]: mb I  I16..4:  4.7%  0.0% 95.3%
x264 [info]: mb P  I16..4:  1.5%  0.0%  0.0%  P16..4: 92.1%  0.0%  0.0%  0.0%  0.0%    skip: 6.4%
x264 [info]: mb B  I16..4:  0.1%  0.0%  0.0%  B16..8: 22.1%  0.0%  0.0%  direct: 9.5%  skip:68.3%  L0:21.2% L1:33.2% BI:45.5%
x264 [info]: final ratefactor: 19.82
x264 [info]: coded y,uvDC,uvAC intra: 87.2% 88.6% 65.9% inter: 32.7% 20.0% 1.9%
x264 [info]: i16 v,h,dc,p: 35% 30% 27%  8%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 30% 13%  3% 10%  4%  7%  4% 10%
x264 [info]: i8c dc,h,v,p: 39% 24% 29%  8%
x264 [info]: Weighted P-Frames: Y:0.0% UV:0.0%
x264 [info]: SSIM Mean Y:0.9782855 (16.633db)
x264 [info]: PSNR Mean Y:38.373 U:42.846 V:44.014 Avg:39.486 Global:39.342 kb/s:1805.82
[11:16:50] aac-decoder done: 0 frames, 0 decoder errors, 0 drops
[11:16:50] starting job
[11:16:50] work: mixdown not specified, track 1 setting mixdown Stereo
[11:16:50] sync: expecting 1860 video frames
[11:16:50] job configuration:
[11:16:50]  * source
[11:16:50]    + C:\Media\Cheerleaders\VideoQueue\1387296341936_9 Movie 9.mov
[11:16:50]    + title 1, chapter(s) 1 to 1
[11:16:50]    + container: mov,mp4,m4a,3gp,3g2,mj2
[11:16:50]    + data rate: 8690 kbps
[11:16:50]  * destination
[11:16:50]    + C:\wwwroot\Cheerleaders\9 Movie 9.mp4
[11:16:50]    + container: MPEG-4 (.mp4 and .m4v)
[11:16:50]  * video track
[11:16:50]    + decoder: h264
[11:16:50]      + bitrate 8412 kbps
[11:16:50]    + frame rate: same as source (around 29.970 fps)
[11:16:50]    + filters
[11:16:50]      + Framerate Shaper (0:27000000:900900)
[11:16:50]        + frame rate: same as source (around 29.970 fps)
[11:16:50]      + Crop and Scale (640:352:0:0:0:0)
[11:16:50]        + source: 1280 * 720, crop (0/0/0/0): 1280 * 720, scale: 640 * 352
[11:16:50]    + dimensions: 640 * 352, mod 0
[11:16:50]    + encoder: H.264 (x264)
[11:16:50]      + bitrate: 1800 kbps, pass: 2
[11:16:50]  * audio track 1
[11:16:50]    + decoder: English (aac) (2.0 ch) (track 1, id 0x1)
[11:16:50]      + bitrate: 127 kbps, samplerate: 48000 Hz
[11:16:50]    + mixdown: Stereo
[11:16:50]    + encoder: AAC (faac)
[11:16:50]      + bitrate: 128 kbps, samplerate: 48000 Hz

Encoding: task 1 of 2, 99.95 % (30.26 fps, avg 34.32 fps, ETA 00h00m00s)
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %[11:16:50] reader: first SCR 0 id 0x0 DTS 0
[11:16:50] encx264: min-keyint: 30, keyint: 300
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using cpu capabilities: MMX2 SSE2 SSE3 Cache64

Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 1.02 %
Encoding: task 2 of 2, 1.24 %x264 [info]: profile High, level 3.0

Encoding: task 2 of 2, 2.15 %
Encoding: task 2 of 2, 2.42 %
Encoding: task 2 of 2, 2.74 %
Encoding: task 2 of 2, 3.17 %
Encoding: task 2 of 2, 3.17 %
Encoding: task 2 of 2, 3.55 %
Encoding: task 2 of 2, 4.09 %
Encoding: task 2 of 2, 4.25 %
Encoding: task 2 of 2, 4.68 %
Encoding: task 2 of 2, 4.84 %
Encoding: task 2 of 2, 4.84 %
Encoding: task 2 of 2, 5.05 % (23.49 fps, avg 23.76 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 5.59 % (23.49 fps, avg 23.76 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 5.97 % (23.49 fps, avg 23.76 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 6.34 % (17.28 fps, avg 22.13 fps, ETA 00h01m18s)
Encoding: task 2 of 2, 6.72 % (17.28 fps, avg 22.13 fps, ETA 00h01m18s)
Encoding: task 2 of 2, 6.72 % (17.28 fps, avg 22.13 fps, ETA 00h01m18s)
Encoding: task 2 of 2, 7.26 % (17.28 fps, avg 22.13 fps, ETA 00h01m18s)
Encoding: task 2 of 2, 7.47 % (20.72 fps, avg 21.71 fps, ETA 00h01m19s)
Encoding: task 2 of 2, 7.96 % (20.72 fps, avg 21.71 fps, ETA 00h01m19s)
Encoding: task 2 of 2, 8.17 % (17.20 fps, avg 20.53 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 8.44 % (17.20 fps, avg 20.53 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 8.60 % (17.20 fps, avg 20.53 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 8.82 % (17.20 fps, avg 20.53 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 9.30 % (16.80 fps, avg 20.04 fps, ETA 00h01m24s)
Encoding: task 2 of 2, 9.73 % (16.80 fps, avg 20.04 fps, ETA 00h01m24s)
Encoding: task 2 of 2, 9.84 % (16.80 fps, avg 20.04 fps, ETA 00h01m24s)
Encoding: task 2 of 2, 10.32 % (16.80 fps, avg 20.04 fps, ETA 00h01m24s)
Encoding: task 2 of 2, 10.48 % (18.11 fps, avg 20.51 fps, ETA 00h01m21s)
Encoding: task 2 of 2, 10.65 % (18.11 fps, avg 20.51 fps, ETA 00h01m21s)
Encoding: task 2 of 2, 10.86 % (18.11 fps, avg 20.51 fps, ETA 00h01m21s)
Encoding: task 2 of 2, 10.86 % (18.11 fps, avg 20.51 fps, ETA 00h01m21s)
Encoding: task 2 of 2, 11.72 % (16.62 fps, avg 19.34 fps, ETA 00h01m25s)
Encoding: task 2 of 2, 11.77 % (16.62 fps, avg 19.34 fps, ETA 00h01m25s)
Encoding: task 2 of 2, 12.20 % (16.62 fps, avg 19.34 fps, ETA 00h01m25s)
Encoding: task 2 of 2, 12.31 % (16.62 fps, avg 19.34 fps, ETA 00h01m25s)
Encoding: task 2 of 2, 12.47 % (18.77 fps, avg 19.67 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 13.01 % (18.77 fps, avg 19.67 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 13.17 % (18.77 fps, avg 19.67 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 13.82 % (15.89 fps, avg 19.30 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 13.92 % (15.89 fps, avg 19.30 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 14.25 % (15.89 fps, avg 19.30 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 14.41 % (15.89 fps, avg 19.30 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 14.62 % (19.49 fps, avg 19.38 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 14.84 % (19.49 fps, avg 19.38 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 15.05 % (19.49 fps, avg 19.38 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 15.38 % (19.49 fps, avg 19.38 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 15.38 % (19.49 fps, avg 19.38 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 16.08 % (16.29 fps, avg 18.89 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 16.24 % (16.29 fps, avg 18.89 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 16.40 % (16.29 fps, avg 18.89 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 16.40 % (16.29 fps, avg 18.89 fps, ETA 00h01m23s)
Encoding: task 2 of 2, 16.83 % (17.08 fps, avg 18.82 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 17.31 % (17.08 fps, avg 18.82 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 17.31 % (17.08 fps, avg 18.82 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 17.63 % (17.08 fps, avg 18.82 fps, ETA 00h01m22s)
Encoding: task 2 of 2, 18.06 % (17.51 fps, avg 19.01 fps, ETA 00h01m20s)
Encoding: task 2 of 2, 18.44 % (17.51 fps, avg 19.01 fps, ETA 00h01m20s)
Encoding: task 2 of 2, 18.76 % (17.51 fps, avg 19.01 fps, ETA 00h01m20s)
Encoding: task 2 of 2, 19.09 % (19.27 fps, avg 18.96 fps, ETA 00h01m19s)
Encoding: task 2 of 2, 19.09 % (19.27 fps, avg 18.96 fps, ETA 00h01m19s)
Encoding: task 2 of 2, 19.30 % (19.27 fps, avg 18.96 fps, ETA 00h01m19s)
Encoding: task 2 of 2, 19.84 % (19.27 fps, avg 18.96 fps, ETA 00h01m19s)
Encoding: task 2 of 2, 20.22 % (18.95 fps, avg 18.84 fps, ETA 00h01m19s)
Encoding: task 2 of 2, 20.38 % (18.95 fps, avg 18.84 fps, ETA 00h01m19s)
Encoding: task 2 of 2, 20.81 % (18.95 fps, avg 18.84 fps, ETA 00h01m19s)
Encoding: task 2 of 2, 20.81 % (18.95 fps, avg 18.84 fps, ETA 00h01m19s)
Encoding: task 2 of 2, 21.02 % (17.51 fps, avg 18.76 fps, ETA 00h01m18s)
Encoding: task 2 of 2, 21.40 % (17.51 fps, avg 18.76 fps, ETA 00h01m18s)
Encoding: task 2 of 2, 21.40 % (17.51 fps, avg 18.76 fps, ETA 00h01m18s)
Encoding: task 2 of 2, 21.99 % (17.51 fps, avg 18.76 fps, ETA 00h01m18s)
Encoding: task 2 of 2, 22.20 % (17.74 fps, avg 18.77 fps, ETA 00h01m17s)
Encoding: task 2 of 2, 22.42 % (17.74 fps, avg 18.77 fps, ETA 00h01m17s)
Encoding: task 2 of 2, 22.90 % (17.74 fps, avg 18.77 fps, ETA 00h01m17s)
Encoding: task 2 of 2, 22.90 % (17.74 fps, avg 18.77 fps, ETA 00h01m17s)
Encoding: task 2 of 2, 23.33 % (17.61 fps, avg 18.67 fps, ETA 00h01m16s)
Encoding: task 2 of 2, 23.55 % (17.61 fps, avg 18.67 fps, ETA 00h01m16s)
Encoding: task 2 of 2, 23.76 % (17.61 fps, avg 18.67 fps, ETA 00h01m16s)
Encoding: task 2 of 2, 23.76 % (17.61 fps, avg 18.67 fps, ETA 00h01m16s)
Encoding: task 2 of 2, 24.41 % (16.50 fps, avg 18.45 fps, ETA 00h01m16s)
Encoding: task 2 of 2, 24.62 % (16.50 fps, avg 18.45 fps, ETA 00h01m16s)
Encoding: task 2 of 2, 25.16 % (16.50 fps, avg 18.45 fps, ETA 00h01m16s)
Encoding: task 2 of 2, 25.48 % (18.48 fps, avg 18.73 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 25.91 % (18.48 fps, avg 18.73 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 25.97 % (18.48 fps, avg 18.73 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 26.18 % (17.56 fps, avg 18.53 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 26.77 % (17.56 fps, avg 18.53 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 26.94 % (17.56 fps, avg 18.53 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 27.31 % (17.55 fps, avg 18.34 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 27.31 % (17.55 fps, avg 18.34 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 27.90 % (17.55 fps, avg 18.34 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 28.12 % (17.55 fps, avg 18.34 fps, ETA 00h01m14s)
Encoding: task 2 of 2, 28.33 % (16.27 fps, avg 18.44 fps, ETA 00h01m12s)
Encoding: task 2 of 2, 28.33 % (16.27 fps, avg 18.44 fps, ETA 00h01m12s)
Encoding: task 2 of 2, 28.92 % (16.27 fps, avg 18.44 fps, ETA 00h01m12s)
Encoding: task 2 of 2, 28.92 % (16.27 fps, avg 18.44 fps, ETA 00h01m12s)
Encoding: task 2 of 2, 29.52 % (16.73 fps, avg 18.31 fps, ETA 00h01m11s)
Encoding: task 2 of 2, 29.52 % (16.73 fps, avg 18.31 fps, ETA 00h01m11s)
Encoding: task 2 of 2, 29.95 % (16.73 fps, avg 18.31 fps, ETA 00h01m11s)
Encoding: task 2 of 2, 30.16 % (16.73 fps, avg 18.31 fps, ETA 00h01m11s)
Encoding: task 2 of 2, 30.32 % (18.29 fps, avg 18.33 fps, ETA 00h01m10s)
Encoding: task 2 of 2, 30.81 % (18.29 fps, avg 18.33 fps, ETA 00h01m10s)
Encoding: task 2 of 2, 31.18 % (18.29 fps, avg 18.33 fps, ETA 00h01m10s)
Encoding: task 2 of 2, 31.40 % (18.29 fps, avg 18.33 fps, ETA 00h01m10s)
Encoding: task 2 of 2, 31.88 % (16.78 fps, avg 18.25 fps, ETA 00h01m09s)
Encoding: task 2 of 2, 32.37 % (16.78 fps, avg 18.25 fps, ETA 00h01m09s)
Encoding: task 2 of 2, 32.42 % (16.78 fps, avg 18.25 fps, ETA 00h01m09s)
Encoding: task 2 of 2, 33.01 % (17.61 fps, avg 18.24 fps, ETA 00h01m08s)
Encoding: task 2 of 2, 33.01 % (17.61 fps, avg 18.24 fps, ETA 00h01m08s)
Encoding: task 2 of 2, 33.23 % (17.61 fps, avg 18.24 fps, ETA 00h01m08s)
Encoding: task 2 of 2, 33.87 % (18.45 fps, avg 18.35 fps, ETA 00h01m07s)
Encoding: task 2 of 2, 34.03 % (18.45 fps, avg 18.35 fps, ETA 00h01m07s)
Encoding: task 2 of 2, 34.46 % (18.45 fps, avg 18.35 fps, ETA 00h01m07s)
Encoding: task 2 of 2, 34.62 % (18.45 fps, avg 18.35 fps, ETA 00h01m07s)
Encoding: task 2 of 2, 34.78 % (17.91 fps, avg 18.22 fps, ETA 00h01m06s)
Encoding: task 2 of 2, 35.43 % (17.91 fps, avg 18.22 fps, ETA 00h01m06s)
Encoding: task 2 of 2, 35.43 % (17.91 fps, avg 18.22 fps, ETA 00h01m06s)
Encoding: task 2 of 2, 35.59 % (17.91 fps, avg 18.22 fps, ETA 00h01m06s)
Encoding: task 2 of 2, 35.97 % (17.79 fps, avg 18.20 fps, ETA 00h01m05s)
Encoding: task 2 of 2, 35.97 % (17.79 fps, avg 18.20 fps, ETA 00h01m05s)
Encoding: task 2 of 2, 36.18 % (17.79 fps, avg 18.20 fps, ETA 00h01m05s)
Encoding: task 2 of 2, 36.61 % (17.79 fps, avg 18.20 fps, ETA 00h01m05s)
Encoding: task 2 of 2, 37.15 % (19.01 fps, avg 18.40 fps, ETA 00h01m03s)
Encoding: task 2 of 2, 37.15 % (19.01 fps, avg 18.40 fps, ETA 00h01m03s)
Encoding: task 2 of 2, 37.31 % (19.01 fps, avg 18.40 fps, ETA 00h01m03s)
Encoding: task 2 of 2, 37.31 % (19.01 fps, avg 18.40 fps, ETA 00h01m03s)
Encoding: task 2 of 2, 38.12 % (19.01 fps, avg 18.40 fps, ETA 00h01m03s)
Encoding: task 2 of 2, 38.33 % (18.67 fps, avg 18.26 fps, ETA 00h01m02s)
Encoding: task 2 of 2, 38.33 % (18.67 fps, avg 18.26 fps, ETA 00h01m02s)
Encoding: task 2 of 2, 38.60 % (18.67 fps, avg 18.26 fps, ETA 00h01m02s)
Encoding: task 2 of 2, 39.46 % (20.23 fps, avg 18.38 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 39.46 % (20.23 fps, avg 18.38 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 39.89 % (20.23 fps, avg 18.38 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 39.89 % (20.23 fps, avg 18.38 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 40.16 % (20.23 fps, avg 18.38 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 40.38 % (16.09 fps, avg 18.20 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 40.59 % (16.09 fps, avg 18.20 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 40.81 % (16.09 fps, avg 18.20 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 40.81 % (16.09 fps, avg 18.20 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 41.18 % (14.86 fps, avg 17.99 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 41.88 % (14.86 fps, avg 17.99 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 42.10 % (14.86 fps, avg 17.99 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 42.42 % (14.86 fps, avg 17.99 fps, ETA 00h01m01s)
Encoding: task 2 of 2, 42.85 % (16.01 fps, avg 18.19 fps, ETA 00h00m58s)
Encoding: task 2 of 2, 43.23 % (16.01 fps, avg 18.19 fps, ETA 00h00m58s)
Encoding: task 2 of 2, 43.23 % (16.01 fps, avg 18.19 fps, ETA 00h00m58s)
Encoding: task 2 of 2, 43.71 % (16.55 fps, avg 18.07 fps, ETA 00h00m58s)
Encoding: task 2 of 2, 44.30 % (16.55 fps, avg 18.07 fps, ETA 00h00m58s)
Encoding: task 2 of 2, 44.52 % (20.14 fps, avg 18.15 fps, ETA 00h00m56s)
Encoding: task 2 of 2, 44.73 % (20.14 fps, avg 18.15 fps, ETA 00h00m56s)
Encoding: task 2 of 2, 44.73 % (20.14 fps, avg 18.15 fps, ETA 00h00m56s)
Encoding: task 2 of 2, 45.54 % (20.14 fps, avg 18.15 fps, ETA 00h00m56s)
Encoding: task 2 of 2, 45.54 % (20.14 fps, avg 18.15 fps, ETA 00h00m56s)
Encoding: task 2 of 2, 45.75 % (17.29 fps, avg 18.12 fps, ETA 00h00m55s)
Encoding: task 2 of 2, 45.75 % (17.29 fps, avg 18.12 fps, ETA 00h00m55s)
Encoding: task 2 of 2, 46.29 % (17.29 fps, avg 18.12 fps, ETA 00h00m55s)
Encoding: task 2 of 2, 46.29 % (17.29 fps, avg 18.12 fps, ETA 00h00m55s)
Encoding: task 2 of 2, 46.51 % (17.10 fps, avg 18.01 fps, ETA 00h00m55s)
Encoding: task 2 of 2, 47.26 % (17.10 fps, avg 18.01 fps, ETA 00h00m55s)
Encoding: task 2 of 2, 47.47 % (17.10 fps, avg 18.01 fps, ETA 00h00m55s)
Encoding: task 2 of 2, 48.01 % (17.10 fps, avg 18.08 fps, ETA 00h00m53s)
Encoding: task 2 of 2, 48.23 % (17.10 fps, avg 18.08 fps, ETA 00h00m53s)
Encoding: task 2 of 2, 48.44 % (17.10 fps, avg 18.08 fps, ETA 00h00m53s)
Encoding: task 2 of 2, 48.66 % (17.10 fps, avg 18.08 fps, ETA 00h00m53s)
Encoding: task 2 of 2, 48.66 % (17.10 fps, avg 18.08 fps, ETA 00h00m53s)
Encoding: task 2 of 2, 48.76 % (16.85 fps, avg 18.04 fps, ETA 00h00m52s)
Encoding: task 2 of 2, 49.30 % (16.85 fps, avg 18.04 fps, ETA 00h00m52s)
Encoding: task 2 of 2, 49.62 % (16.85 fps, avg 18.04 fps, ETA 00h00m52s)
Encoding: task 2 of 2, 49.62 % (16.85 fps, avg 18.04 fps, ETA 00h00m52s)
Encoding: task 2 of 2, 49.62 % (16.85 fps, avg 18.04 fps, ETA 00h00m52s)
Encoding: task 2 of 2, 50.38 % (16.88 fps, avg 17.93 fps, ETA 00h00m52s)
Encoding: task 2 of 2, 50.75 % (16.88 fps, avg 17.93 fps, ETA 00h00m52s)
Encoding: task 2 of 2, 50.91 % (16.88 fps, avg 17.93 fps, ETA 00h00m52s)
Encoding: task 2 of 2, 51.08 % (16.88 fps, avg 17.93 fps, ETA 00h00m52s)
Encoding: task 2 of 2, 51.51 % (17.07 fps, avg 18.00 fps, ETA 00h00m50s)
Encoding: task 2 of 2, 51.72 % (17.07 fps, avg 18.00 fps, ETA 00h00m50s)
Encoding: task 2 of 2, 51.77 % (17.07 fps, avg 18.00 fps, ETA 00h00m50s)
Encoding: task 2 of 2, 51.99 % (17.07 fps, avg 18.00 fps, ETA 00h00m50s)
Encoding: task 2 of 2, 52.37 % (16.82 fps, avg 17.95 fps, ETA 00h00m49s)
Encoding: task 2 of 2, 52.58 % (16.82 fps, avg 17.95 fps, ETA 00h00m49s)
Encoding: task 2 of 2, 52.58 % (16.82 fps, avg 17.95 fps, ETA 00h00m49s)
Encoding: task 2 of 2, 52.80 % (16.82 fps, avg 17.95 fps, ETA 00h00m49s)
Encoding: task 2 of 2, 53.17 % (16.82 fps, avg 17.95 fps, ETA 00h00m49s)
Encoding: task 2 of 2, 53.71 % (18.49 fps, avg 17.96 fps, ETA 00h00m48s)
Encoding: task 2 of 2, 53.87 % (18.49 fps, avg 17.96 fps, ETA 00h00m48s)
Encoding: task 2 of 2, 54.09 % (18.49 fps, avg 17.96 fps, ETA 00h00m48s)
Encoding: task 2 of 2, 54.46 % (18.49 fps, avg 17.96 fps, ETA 00h00m48s)
Encoding: task 2 of 2, 54.68 % (18.32 fps, avg 18.02 fps, ETA 00h00m46s)
Encoding: task 2 of 2, 54.84 % (18.32 fps, avg 18.02 fps, ETA 00h00m46s)
Encoding: task 2 of 2, 55.38 % (18.32 fps, avg 18.02 fps, ETA 00h00m46s)
Encoding: task 2 of 2, 55.38 % (18.32 fps, avg 18.02 fps, ETA 00h00m46s)
Encoding: task 2 of 2, 55.65 % (17.97 fps, avg 17.95 fps, ETA 00h00m46s)
Encoding: task 2 of 2, 55.86 % (17.97 fps, avg 17.95 fps, ETA 00h00m46s)
Encoding: task 2 of 2, 56.24 % (17.97 fps, avg 17.95 fps, ETA 00h00m46s)
Encoding: task 2 of 2, 56.72 % (17.65 fps, avg 17.94 fps, ETA 00h00m45s)
Encoding: task 2 of 2, 56.94 % (17.65 fps, avg 17.94 fps, ETA 00h00m45s)
Encoding: task 2 of 2, 57.42 % (17.65 fps, avg 17.94 fps, ETA 00h00m45s)
Encoding: task 2 of 2, 57.90 % (16.49 fps, avg 17.94 fps, ETA 00h00m44s)
Encoding: task 2 of 2, 58.28 % (16.49 fps, avg 17.94 fps, ETA 00h00m44s)
Encoding: task 2 of 2, 58.28 % (16.49 fps, avg 17.94 fps, ETA 00h00m44s)
Encoding: task 2 of 2, 58.87 % (16.64 fps, avg 17.88 fps, ETA 00h00m43s)
Encoding: task 2 of 2, 58.98 % (16.64 fps, avg 17.88 fps, ETA 00h00m43s)
Encoding: task 2 of 2, 59.14 % (16.64 fps, avg 17.88 fps, ETA 00h00m43s)
Encoding: task 2 of 2, 59.41 % (16.64 fps, avg 17.88 fps, ETA 00h00m43s)
Encoding: task 2 of 2, 59.84 % (17.07 fps, avg 17.90 fps, ETA 00h00m42s)
Encoding: task 2 of 2, 60.16 % (17.07 fps, avg 17.90 fps, ETA 00h00m42s)
Encoding: task 2 of 2, 60.16 % (17.07 fps, avg 17.90 fps, ETA 00h00m42s)
Encoding: task 2 of 2, 60.38 % (17.07 fps, avg 17.90 fps, ETA 00h00m42s)
Encoding: task 2 of 2, 61.08 % (17.06 fps, avg 17.89 fps, ETA 00h00m41s)
Encoding: task 2 of 2, 61.24 % (17.06 fps, avg 17.89 fps, ETA 00h00m41s)
Encoding: task 2 of 2, 61.94 % (18.28 fps, avg 17.90 fps, ETA 00h00m39s)
Encoding: task 2 of 2, 61.99 % (18.28 fps, avg 17.90 fps, ETA 00h00m39s)
Encoding: task 2 of 2, 62.31 % (18.28 fps, avg 17.90 fps, ETA 00h00m39s)
Encoding: task 2 of 2, 62.53 % (18.28 fps, avg 17.90 fps, ETA 00h00m39s)
Encoding: task 2 of 2, 63.01 % (18.06 fps, avg 17.91 fps, ETA 00h00m38s)
Encoding: task 2 of 2, 63.23 % (18.06 fps, avg 17.91 fps, ETA 00h00m38s)
Encoding: task 2 of 2, 63.33 % (18.06 fps, avg 17.91 fps, ETA 00h00m38s)
Encoding: task 2 of 2, 64.03 % (18.06 fps, avg 17.91 fps, ETA 00h00m38s)
Encoding: task 2 of 2, 64.03 % (18.06 fps, avg 17.91 fps, ETA 00h00m38s)
Encoding: task 2 of 2, 64.89 % (17.84 fps, avg 17.89 fps, ETA 00h00m37s)
Encoding: task 2 of 2, 65.00 % (17.84 fps, avg 17.89 fps, ETA 00h00m37s)
Encoding: task 2 of 2, 65.00 % (17.84 fps, avg 17.89 fps, ETA 00h00m37s)
Encoding: task 2 of 2, 65.16 % (17.84 fps, avg 17.89 fps, ETA 00h00m37s)
Encoding: task 2 of 2, 65.32 % (17.81 fps, avg 17.90 fps, ETA 00h00m36s)
Encoding: task 2 of 2, 66.08 % (17.81 fps, avg 17.90 fps, ETA 00h00m36s)
Encoding: task 2 of 2, 66.34 % (17.81 fps, avg 17.90 fps, ETA 00h00m36s)
Encoding: task 2 of 2, 66.72 % (18.26 fps, avg 17.93 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 67.10 % (18.26 fps, avg 17.93 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 67.37 % (18.26 fps, avg 17.93 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 67.74 % (18.26 fps, avg 17.93 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 67.90 % (20.02 fps, avg 17.99 fps, ETA 00h00m33s)
Encoding: task 2 of 2, 68.23 % (20.02 fps, avg 17.99 fps, ETA 00h00m33s)
Encoding: task 2 of 2, 68.92 % (20.02 fps, avg 17.99 fps, ETA 00h00m33s)
Encoding: task 2 of 2, 69.14 % (19.57 fps, avg 17.98 fps, ETA 00h00m32s)
Encoding: task 2 of 2, 69.35 % (19.57 fps, avg 17.98 fps, ETA 00h00m32s)
Encoding: task 2 of 2, 69.35 % (19.57 fps, avg 17.98 fps, ETA 00h00m32s)
Encoding: task 2 of 2, 69.73 % (19.57 fps, avg 17.98 fps, ETA 00h00m32s)
Encoding: task 2 of 2, 69.73 % (19.57 fps, avg 17.98 fps, ETA 00h00m32s)
Encoding: task 2 of 2, 70.32 % (17.97 fps, avg 17.93 fps, ETA 00h00m31s)
Encoding: task 2 of 2, 70.65 % (17.97 fps, avg 17.93 fps, ETA 00h00m31s)
Encoding: task 2 of 2, 70.97 % (17.97 fps, avg 17.93 fps, ETA 00h00m31s)
Encoding: task 2 of 2, 71.13 % (17.97 fps, avg 17.93 fps, ETA 00h00m31s)
Encoding: task 2 of 2, 71.13 % (17.97 fps, avg 17.93 fps, ETA 00h00m31s)
Encoding: task 2 of 2, 71.34 % (16.61 fps, avg 17.92 fps, ETA 00h00m29s)
Encoding: task 2 of 2, 71.72 % (16.61 fps, avg 17.92 fps, ETA 00h00m29s)
Encoding: task 2 of 2, 72.04 % (16.61 fps, avg 17.92 fps, ETA 00h00m29s)
Encoding: task 2 of 2, 72.47 % (16.61 fps, avg 17.92 fps, ETA 00h00m29s)
Encoding: task 2 of 2, 72.90 % (17.36 fps, avg 17.95 fps, ETA 00h00m28s)
Encoding: task 2 of 2, 73.01 % (17.36 fps, avg 17.95 fps, ETA 00h00m28s)
Encoding: task 2 of 2, 73.33 % (17.36 fps, avg 17.95 fps, ETA 00h00m28s)
Encoding: task 2 of 2, 73.87 % (17.36 fps, avg 17.95 fps, ETA 00h00m28s)
Encoding: task 2 of 2, 73.87 % (17.36 fps, avg 17.95 fps, ETA 00h00m28s)
Encoding: task 2 of 2, 74.35 % (17.97 fps, avg 17.93 fps, ETA 00h00m27s)
Encoding: task 2 of 2, 74.57 % (17.97 fps, avg 17.93 fps, ETA 00h00m27s)
Encoding: task 2 of 2, 75.00 % (17.97 fps, avg 17.93 fps, ETA 00h00m27s)
Encoding: task 2 of 2, 75.22 % (18.83 fps, avg 17.97 fps, ETA 00h00m25s)
Encoding: task 2 of 2, 75.59 % (18.83 fps, avg 17.97 fps, ETA 00h00m25s)
Encoding: task 2 of 2, 75.91 % (18.83 fps, avg 17.97 fps, ETA 00h00m25s)
Encoding: task 2 of 2, 75.91 % (18.83 fps, avg 17.97 fps, ETA 00h00m25s)
Encoding: task 2 of 2, 76.40 % (16.74 fps, avg 17.89 fps, ETA 00h00m24s)
Encoding: task 2 of 2, 76.56 % (16.74 fps, avg 17.89 fps, ETA 00h00m24s)
Encoding: task 2 of 2, 76.83 % (16.74 fps, avg 17.89 fps, ETA 00h00m24s)
Encoding: task 2 of 2, 76.99 % (16.74 fps, avg 17.89 fps, ETA 00h00m24s)
Encoding: task 2 of 2, 77.26 % (17.41 fps, avg 17.91 fps, ETA 00h00m23s)
Encoding: task 2 of 2, 77.80 % (17.41 fps, avg 17.91 fps, ETA 00h00m23s)
Encoding: task 2 of 2, 77.80 % (17.41 fps, avg 17.91 fps, ETA 00h00m23s)
Encoding: task 2 of 2, 78.23 % (17.41 fps, avg 17.91 fps, ETA 00h00m23s)
Encoding: task 2 of 2, 78.23 % (17.41 fps, avg 17.91 fps, ETA 00h00m23s)
Encoding: task 2 of 2, 78.49 % (16.22 fps, avg 17.89 fps, ETA 00h00m22s)
Encoding: task 2 of 2, 78.87 % (16.22 fps, avg 17.89 fps, ETA 00h00m22s)
Encoding: task 2 of 2, 79.35 % (16.22 fps, avg 17.89 fps, ETA 00h00m22s)
Encoding: task 2 of 2, 79.57 % (16.22 fps, avg 17.89 fps, ETA 00h00m22s)
Encoding: task 2 of 2, 79.78 % (18.42 fps, avg 17.92 fps, ETA 00h00m21s)
Encoding: task 2 of 2, 80.16 % (18.42 fps, avg 17.92 fps, ETA 00h00m21s)
Encoding: task 2 of 2, 80.38 % (18.42 fps, avg 17.92 fps, ETA 00h00m21s)
Encoding: task 2 of 2, 80.70 % (18.42 fps, avg 17.92 fps, ETA 00h00m21s)
Encoding: task 2 of 2, 81.08 % (18.46 fps, avg 17.93 fps, ETA 00h00m19s)
Encoding: task 2 of 2, 81.72 % (18.46 fps, avg 17.93 fps, ETA 00h00m19s)
Encoding: task 2 of 2, 81.88 % (18.46 fps, avg 17.93 fps, ETA 00h00m19s)
Encoding: task 2 of 2, 82.10 % (20.03 fps, avg 17.97 fps, ETA 00h00m18s)
Encoding: task 2 of 2, 82.26 % (20.03 fps, avg 17.97 fps, ETA 00h00m18s)
Encoding: task 2 of 2, 82.26 % (20.03 fps, avg 17.97 fps, ETA 00h00m18s)
Encoding: task 2 of 2, 82.96 % (20.03 fps, avg 17.97 fps, ETA 00h00m18s)
Encoding: task 2 of 2, 83.33 % (18.86 fps, avg 17.95 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 83.33 % (18.86 fps, avg 17.95 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 83.49 % (18.86 fps, avg 17.95 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 83.87 % (18.86 fps, avg 17.95 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 84.30 % (17.26 fps, avg 17.91 fps, ETA 00h00m16s)
Encoding: task 2 of 2, 84.30 % (17.26 fps, avg 17.91 fps, ETA 00h00m16s)
Encoding: task 2 of 2, 84.68 % (17.26 fps, avg 17.91 fps, ETA 00h00m16s)
Encoding: task 2 of 2, 84.89 % (17.26 fps, avg 17.91 fps, ETA 00h00m16s)
Encoding: task 2 of 2, 85.16 % (17.26 fps, avg 17.91 fps, ETA 00h00m16s)
Encoding: task 2 of 2, 85.65 % (16.92 fps, avg 17.93 fps, ETA 00h00m15s)
Encoding: task 2 of 2, 85.81 % (16.92 fps, avg 17.93 fps, ETA 00h00m15s)
Encoding: task 2 of 2, 86.18 % (16.92 fps, avg 17.93 fps, ETA 00h00m15s)
Encoding: task 2 of 2, 86.51 % (17.20 fps, avg 17.92 fps, ETA 00h00m14s)
Encoding: task 2 of 2, 86.61 % (17.20 fps, avg 17.92 fps, ETA 00h00m14s)
Encoding: task 2 of 2, 86.77 % (17.20 fps, avg 17.92 fps, ETA 00h00m14s)
Encoding: task 2 of 2, 86.88 % (17.20 fps, avg 17.92 fps, ETA 00h00m14s)
Encoding: task 2 of 2, 87.69 % (15.53 fps, avg 17.81 fps, ETA 00h00m13s)
Encoding: task 2 of 2, 88.12 % (15.53 fps, avg 17.81 fps, ETA 00h00m13s)
Encoding: task 2 of 2, 88.49 % (15.53 fps, avg 17.81 fps, ETA 00h00m13s)
Encoding: task 2 of 2, 88.49 % (15.53 fps, avg 17.81 fps, ETA 00h00m13s)
Encoding: task 2 of 2, 88.87 % (15.73 fps, avg 17.84 fps, ETA 00h00m11s)
Encoding: task 2 of 2, 88.87 % (15.73 fps, avg 17.84 fps, ETA 00h00m11s)
Encoding: task 2 of 2, 89.78 % (15.73 fps, avg 17.84 fps, ETA 00h00m11s)
Encoding: task 2 of 2, 89.84 % (15.73 fps, avg 17.84 fps, ETA 00h00m11s)
Encoding: task 2 of 2, 90.27 % (17.43 fps, avg 17.90 fps, ETA 00h00m10s)
Encoding: task 2 of 2, 90.43 % (17.43 fps, avg 17.90 fps, ETA 00h00m10s)
Encoding: task 2 of 2, 90.70 % (17.43 fps, avg 17.90 fps, ETA 00h00m10s)
Encoding: task 2 of 2, 90.70 % (17.43 fps, avg 17.90 fps, ETA 00h00m10s)
Encoding: task 2 of 2, 91.13 % (18.35 fps, avg 17.83 fps, ETA 00h00m09s)
Encoding: task 2 of 2, 91.72 % (18.35 fps, avg 17.83 fps, ETA 00h00m09s)
Encoding: task 2 of 2, 91.77 % (18.35 fps, avg 17.83 fps, ETA 00h00m09s)
Encoding: task 2 of 2, 92.15 % (18.35 fps, avg 17.83 fps, ETA 00h00m09s)
Encoding: task 2 of 2, 92.37 % (19.94 fps, avg 17.91 fps, ETA 00h00m08s)
Encoding: task 2 of 2, 92.80 % (19.94 fps, avg 17.91 fps, ETA 00h00m08s)
Encoding: task 2 of 2, 92.80 % (19.94 fps, avg 17.91 fps, ETA 00h00m08s)
Encoding: task 2 of 2, 93.23 % (17.34 fps, avg 17.88 fps, ETA 00h00m07s)
Encoding: task 2 of 2, 93.82 % (17.34 fps, avg 17.88 fps, ETA 00h00m07s)
Encoding: task 2 of 2, 94.14 % (17.34 fps, avg 17.88 fps, ETA 00h00m07s)
Encoding: task 2 of 2, 94.46 % (19.25 fps, avg 17.88 fps, ETA 00h00m06s)
Encoding: task 2 of 2, 94.84 % (19.25 fps, avg 17.88 fps, ETA 00h00m06s)
Encoding: task 2 of 2, 94.84 % (19.25 fps, avg 17.88 fps, ETA 00h00m06s)
Encoding: task 2 of 2, 95.43 % (15.40 fps, avg 17.83 fps, ETA 00h00m05s)
Encoding: task 2 of 2, 95.65 % (15.40 fps, avg 17.83 fps, ETA 00h00m05s)
Encoding: task 2 of 2, 95.81 % (15.40 fps, avg 17.83 fps, ETA 00h00m05s)
Encoding: task 2 of 2, 95.81 % (15.40 fps, avg 17.83 fps, ETA 00h00m05s)
Encoding: task 2 of 2, 95.81 % (15.40 fps, avg 17.83 fps, ETA 00h00m05s)
Encoding: task 2 of 2, 96.67 % (15.25 fps, avg 17.79 fps, ETA 00h00m04s)
Encoding: task 2 of 2, 96.88 % (15.25 fps, avg 17.79 fps, ETA 00h00m04s)
Encoding: task 2 of 2, 97.15 % (15.25 fps, avg 17.79 fps, ETA 00h00m04s)
Encoding: task 2 of 2, 97.31 % (15.25 fps, avg 17.79 fps, ETA 00h00m04s)
Encoding: task 2 of 2, 97.53 % (17.34 fps, avg 17.86 fps, ETA 00h00m02s)
Encoding: task 2 of 2, 98.17 % (17.34 fps, avg 17.86 fps, ETA 00h00m02s)
Encoding: task 2 of 2, 98.39 % (17.34 fps, avg 17.86 fps, ETA 00h00m02s)
Encoding: task 2 of 2, 98.39 % (17.34 fps, avg 17.86 fps, ETA 00h00m02s)
Encoding: task 2 of 2, 99.14 % (17.33 fps, avg 17.81 fps, ETA 00h00m01s)
Encoding: task 2 of 2, 99.19 % (17.33 fps, avg 17.81 fps, ETA 00h00m01s)
Encoding: task 2 of 2, 99.41 % (17.33 fps, avg 17.81 fps, ETA 00h00m01s)
Encoding: task 2 of 2, 99.73 % (17.33 fps, avg 17.81 fps, ETA 00h00m01s)
Encoding: task 2 of 2, 99.84 % (17.33 fps, avg 17.81 fps, ETA 00h00m01s)
Encoding: task 2 of 2, 99.95 % (20.80 fps, avg 17.90 fps, ETA 00h00m00s)
Encoding: task 2 of 2, 99.95 % (20.80 fps, avg 17.90 fps, ETA 00h00m00s)
Encoding: task 2 of 2, 99.95 % (20.80 fps, avg 17.90 fps, ETA 00h00m00s)
Encoding: task 2 of 2, 99.95 % (20.80 fps, avg 17.90 fps, ETA 00h00m00s)
Encoding: task 2 of 2, 99.95 % (20.80 fps, avg 17.90 fps, ETA 00h00m00s)
Encoding: task 2 of 2, 99.95 % (20.80 fps, avg 17.90 fps, ETA 00h00m00s)
Encoding: task 2 of 2, 99.95 % (20.80 fps, avg 17.90 fps, ETA 00h00m00s)
Muxing: this may take awhile...
[11:18:34] reader: done. 1 scr changes
[11:18:38] work: average encoding speed for job is 17.897911 fps
[11:18:38] sync: got 1860 frames, 1860 expected
[11:18:38] render: lost time: 0 (0 frames)
[11:18:38] render: gained time: 0 (0 frames) (0 not accounted for)
[11:18:38] h264-decoder done: 1860 frames, 0 decoder errors, 0 drops
x264 [info]: frame I:7     Avg QP:19.36  size: 49124  PSNR Mean Y:43.38 U:47.44 V:48.27 Avg:44.43 Global:44.41
x264 [info]: frame P:935   Avg QP:22.07  size: 12555  PSNR Mean Y:40.30 U:44.67 V:45.75 Avg:41.40 Global:41.39
x264 [info]: frame B:918   Avg QP:26.96  size:  1976  PSNR Mean Y:38.52 U:44.27 V:45.49 Avg:39.80 Global:39.78
x264 [info]: consecutive B-frames:  1.6% 97.4%  1.0%  0.0%
x264 [info]: mb I  I16..4:  3.0% 31.9% 65.2%
x264 [info]: mb P  I16..4:  0.0%  0.1%  0.6%  P16..4: 37.9% 30.4% 25.9%  0.0%  0.0%    skip: 5.0%
x264 [info]: mb B  I16..4:  0.0%  0.0%  0.0%  B16..8: 40.6%  8.7%  3.8%  direct: 3.7%  skip:43.1%  L0:36.2% L1:40.1% BI:23.7%
x264 [info]: 8x8 transform intra:24.9% inter:41.0%
x264 [info]: coded y,uvDC,uvAC intra: 93.9% 98.3% 90.1% inter: 30.2% 32.8% 4.1%
x264 [info]: i16 v,h,dc,p: 24% 15%  5% 55%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 14% 22% 15%  6%  8%  6%  9%  7% 13%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 22% 14%  5%  9%  8%  8%  7%  8%
x264 [info]: i8c dc,h,v,p: 41% 23% 26% 11%
x264 [info]: Weighted P-Frames: Y:0.0% UV:0.0%
x264 [info]: ref P L0: 58.2% 13.5% 18.2% 10.0%
x264 [info]: ref B L0: 87.2% 12.7%  0.1%
x264 [info]: ref B L1: 99.8%  0.2%
x264 [info]: SSIM Mean Y:0.9815339 (17.336db)
x264 [info]: PSNR Mean Y:39.432 U:44.482 V:45.630 Avg:40.624 Global:40.526 kb/s:1791.34
[11:18:38] aac-decoder done: 0 frames, 0 decoder errors, 0 drops
[11:18:38] mux: track 0, 1860 frames, 13896461 bytes, 1791.30 kbps, fifo 2048
[11:18:38] mux: track 1, 2910 frames, 993035 bytes, 128.01 kbps, fifo 4096
[11:18:38] libhb: work result = 0

Encode done!
HandBrake has exited.

END ENCODE


4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,640
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #8 on: December 17, 2013, 12:05 PM »
It's converting at close to real time rate, (~34fps for each pass), so each video is going to take just over twice its duration to convert using two pass encoding.

Be interesting to see what the settings I suggested would get it down to, and the comparison in output quality.

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #9 on: December 17, 2013, 12:29 PM »
actually the setting i used was the second one you suggested.

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,640
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #10 on: December 17, 2013, 09:09 PM »
actually the setting i used was the second one you suggested.

The Turbo switch was just to get an immediate improvement given your current settings.

The log shows that the input audio for that camcorder is:
aac, 48000 Hz, stereo, fltp, 127 kb/s

The audio is already at the bitrate you want, in the codec you want - so there's no need to encode it again.

You could replace -B 128 with -E copy:aac - that'll tell HandBrake to just copy any AAC audio to the output instead of encoding, it might shave a little more off the time.
(NOTE: Anything that isn't AAC will still be encoded with the default settings which are AAC 160kb/s - so it will still work if you use input from another camcorder.)

The video format is:
h264 (Constrained Baseline), yuvj420p, 1280x720 [PAR 1:1 DAR 16:9], 8412 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc

This is the lowest profilew you can have with MPEG4-AVC, given that you're resizing from HD down to VGA resolution I would think a profile of Baseline, Extended, or Main is a better choice than the default, (High).  Since the final product is for web streaming, you could add --x264-profile baseline or --x264-profile main to your settings, (HandBrake doesn't do Extended).

I've modified the table above using the above parameters, times plummeted a bit ;)

Give the two settings I highlighted a try and see what you get.

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #11 on: December 17, 2013, 09:52 PM »
Man ,my head is swimming trying to process all this info!   :D

I will try it again tomorrow using some of your modified settings and report back on the findings.

I appreciate the help big time 4wd!

Programming isn't my thing so figuring out how to do all this stuff is way beyond my comprehension.  I hAve to admit, I had some help getting drop folders and handbrake setup to where it was working. 

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #12 on: December 18, 2013, 07:43 AM »
I tried it again this morning using the Techidave+turbo+superfast+baseline+audio and the same set of files took around 45 minutes resulting in a set of 410mb folder.  the cpu % wasn't near as taxing as before at least it wasn't at 100% the whole time.  This was also copied from a DVD on another computer and the files being sent across the network.

Spoiler
BEGIN ENCODE[07:36:44] hb_init: starting libhb thread
HandBrake 0.9.9 (2013051800) - MinGW i686 - http://handbrake.fr
4 CPUs detected
Opening C:\Media\Cheerleaders\VideoQueue\1387371552961_9 Movie 9.mov...
[07:36:44] hb_scan: path=C:\Media\Cheerleaders\VideoQueue\1387371552961_9 Movie 9.mov, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening C:\Media\Cheerleaders\VideoQueue\1387371552961_9 Movie 9.mov/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening C:\Media\Cheerleaders\VideoQueue\1387371552961_9 Movie 9.mov/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(C:\Media\Cheerleaders\VideoQueue\1387371552961_9 Movie 9.mov) failed (01A90028)
[07:36:44] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[07:36:44] dvd: not a dvd - trying as a stream/file instead
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Media\Cheerleaders\VideoQueue\1387371552961_9 Movie 9.mov':
  Metadata:
    major_brand     : qt 
    minor_version   : 537331968
    compatible_brands: qt  niko
    creation_time   : 2011-01-01 00:00:00
  Duration: 00:01:02.06, start: 0.000000, bitrate: 8690 kb/s
    Stream #0.0(eng): Video: h264 (Constrained Baseline), yuvj420p, 1280x720 [PAR 1:1 DAR 16:9], 8412 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
    Metadata:
      creation_time   : 2011-01-01 00:00:00
    Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, fltp, 127 kb/s
    Metadata:
      creation_time   : 2011-01-01 00:00:00
[07:36:44] scan: decoding previews for title 1
[07:36:44] scan: audio 0x1: aac, rate=48000Hz, bitrate=127360 English (aac) (2.0 ch)

Scanning title 1 of 1, preview 3, 30.00 %
Scanning title 1 of 1, preview 7, 70.00 %[07:36:44] scan: 10 previews, 1280x720, 29.970 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1

Scanning title 1 of 1, preview 10, 100.00 %[07:36:44] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: C:\Media\Cheerleaders\VideoQueue\1387371552961_9 Movie 9.mov
  + duration: 00:01:02
  + size: 1280x720, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 0/0/0/0
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:01:02
  + audio tracks:
    + 1, English (aac) (2.0 ch) (iso639-2: eng)
  + subtitle tracks:
[07:36:45] Height out of bounds, scaling down to 480
[07:36:45] New dimensions 848 * 480
[07:36:45] Width out of bounds, scaling down to 640
[07:36:45] New dimensions 640 * 352
[07:36:45] 2 job(s) to process
[07:36:45] starting job
[07:36:45] sync: expecting 1860 video frames
[07:36:45] job configuration:
[07:36:45]  * source
[07:36:45]    + C:\Media\Cheerleaders\VideoQueue\1387371552961_9 Movie 9.mov
[07:36:45]    + title 1, chapter(s) 1 to 1
[07:36:45]    + container: mov,mp4,m4a,3gp,3g2,mj2
[07:36:45]    + data rate: 8690 kbps
[07:36:45]  * destination
[07:36:45]    + C:\wwwroot\Cheerleaders\9 Movie 9.mp4
[07:36:45]    + container: MPEG-4 (.mp4 and .m4v)
[07:36:45]  * video track
[07:36:45]    + decoder: h264
[07:36:45]      + bitrate 8412 kbps
[07:36:45]    + frame rate: same as source (around 29.970 fps)
[07:36:45]    + filters
[07:36:45]      + Framerate Shaper (0:27000000:900900)
[07:36:45]        + frame rate: same as source (around 29.970 fps)
[07:36:45]      + Crop and Scale (640:352:0:0:0:0)
[07:36:45]        + source: 1280 * 720, crop (0/0/0/0): 1280 * 720, scale: 640 * 352
[07:36:45]    + dimensions: 640 * 352, mod 0
[07:36:45]    + encoder: H.264 (x264)
[07:36:45]      + x264 preset: superfast
[07:36:45]      + h264 profile: baseline
[07:36:45]      + bitrate: 1800 kbps, pass: 1
[07:36:45]      + fast first pass
[07:36:45]      + options: ref=1:8x8dct=0:me=dia:trellis=0
[07:36:45]                 analyse=i4x4 (if originally enabled, else analyse=none)
[07:36:45]                 subq=2 (if originally greater than 2, else subq unchanged)
[07:36:45]  * audio track 1
[07:36:45]    + decoder: English (aac) (2.0 ch) (track 1, id 0x1)
[07:36:45]      + bitrate: 127 kbps, samplerate: 48000 Hz
[07:36:45]    + AAC Passthru

Encoding: task 1 of 2, 0.00 %[07:36:45] reader: first SCR 0 id 0x0 DTS 0
[07:36:45] encx264: min-keyint: 30, keyint: 300
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using cpu capabilities: MMX2 SSE2 SSE3 Cache64
x264 [info]: profile Constrained Baseline, level 3.0

Encoding: task 1 of 2, 0.00 %
Encoding: task 1 of 2, 0.32 %
Encoding: task 1 of 2, 0.86 %
Encoding: task 1 of 2, 1.40 %
Encoding: task 1 of 2, 1.88 %
Encoding: task 1 of 2, 2.53 %
Encoding: task 1 of 2, 3.01 %
Encoding: task 1 of 2, 3.60 %
Encoding: task 1 of 2, 4.09 %
Encoding: task 1 of 2, 4.78 %
Encoding: task 1 of 2, 5.16 %
Encoding: task 1 of 2, 5.75 %
Encoding: task 1 of 2, 6.24 %
Encoding: task 1 of 2, 6.77 %
Encoding: task 1 of 2, 7.20 %
Encoding: task 1 of 2, 7.85 %
Encoding: task 1 of 2, 8.49 %
Encoding: task 1 of 2, 9.09 %
Encoding: task 1 of 2, 9.62 %
Encoding: task 1 of 2, 10.22 % (44.84 fps, avg 45.00 fps, ETA 00h00m37s)
Encoding: task 1 of 2, 10.70 % (44.84 fps, avg 45.00 fps, ETA 00h00m37s)
Encoding: task 1 of 2, 11.29 % (44.84 fps, avg 45.00 fps, ETA 00h00m37s)
Encoding: task 1 of 2, 11.88 % (44.84 fps, avg 45.00 fps, ETA 00h00m37s)
Encoding: task 1 of 2, 12.31 % (44.84 fps, avg 45.00 fps, ETA 00h00m37s)
Encoding: task 1 of 2, 12.85 % (45.04 fps, avg 45.12 fps, ETA 00h00m36s)
Encoding: task 1 of 2, 13.39 % (45.04 fps, avg 45.12 fps, ETA 00h00m36s)
Encoding: task 1 of 2, 13.92 % (45.04 fps, avg 45.12 fps, ETA 00h00m36s)
Encoding: task 1 of 2, 14.41 % (45.04 fps, avg 45.12 fps, ETA 00h00m36s)
Encoding: task 1 of 2, 15.00 % (45.22 fps, avg 45.16 fps, ETA 00h00m35s)
Encoding: task 1 of 2, 15.43 % (45.22 fps, avg 45.16 fps, ETA 00h00m35s)
Encoding: task 1 of 2, 16.02 % (45.22 fps, avg 45.16 fps, ETA 00h00m35s)
Encoding: task 1 of 2, 16.61 % (45.22 fps, avg 45.16 fps, ETA 00h00m35s)
Encoding: task 1 of 2, 17.15 % (45.22 fps, avg 45.16 fps, ETA 00h00m35s)
Encoding: task 1 of 2, 17.58 % (45.25 fps, avg 45.11 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 18.23 % (45.25 fps, avg 45.11 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 18.76 % (45.25 fps, avg 45.11 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 19.35 % (45.25 fps, avg 45.11 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 19.57 % (45.25 fps, avg 45.11 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 20.05 % (42.00 fps, avg 43.93 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 20.43 % (42.00 fps, avg 43.93 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 20.97 % (42.00 fps, avg 43.93 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 21.83 % (42.00 fps, avg 43.93 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 22.42 % (42.00 fps, avg 43.93 fps, ETA 00h00m34s)
Encoding: task 1 of 2, 22.90 % (41.83 fps, avg 43.99 fps, ETA 00h00m32s)
Encoding: task 1 of 2, 23.39 % (41.83 fps, avg 43.99 fps, ETA 00h00m32s)
Encoding: task 1 of 2, 23.87 % (41.83 fps, avg 43.99 fps, ETA 00h00m32s)
Encoding: task 1 of 2, 24.30 % (41.83 fps, avg 43.99 fps, ETA 00h00m32s)
Encoding: task 1 of 2, 24.84 % (41.83 fps, avg 43.99 fps, ETA 00h00m32s)
Encoding: task 1 of 2, 25.48 % (41.54 fps, avg 43.97 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 25.81 % (41.54 fps, avg 43.97 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 26.51 % (41.54 fps, avg 43.97 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 26.94 % (41.54 fps, avg 43.97 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 27.42 % (41.54 fps, avg 43.97 fps, ETA 00h00m31s)
Encoding: task 1 of 2, 28.12 % (45.38 fps, avg 44.34 fps, ETA 00h00m30s)
Encoding: task 1 of 2, 28.55 % (45.38 fps, avg 44.34 fps, ETA 00h00m30s)
Encoding: task 1 of 2, 29.03 % (45.38 fps, avg 44.34 fps, ETA 00h00m30s)
Encoding: task 1 of 2, 29.52 % (45.38 fps, avg 44.34 fps, ETA 00h00m30s)
Encoding: task 1 of 2, 30.00 % (45.31 fps, avg 44.31 fps, ETA 00h00m29s)
Encoding: task 1 of 2, 30.48 % (45.31 fps, avg 44.31 fps, ETA 00h00m29s)
Encoding: task 1 of 2, 31.02 % (45.31 fps, avg 44.31 fps, ETA 00h00m29s)
Encoding: task 1 of 2, 31.45 % (45.31 fps, avg 44.31 fps, ETA 00h00m29s)
Encoding: task 1 of 2, 31.99 % (45.31 fps, avg 44.31 fps, ETA 00h00m29s)
Encoding: task 1 of 2, 32.37 % (44.70 fps, avg 44.13 fps, ETA 00h00m28s)
Encoding: task 1 of 2, 32.85 % (44.70 fps, avg 44.13 fps, ETA 00h00m28s)
Encoding: task 1 of 2, 33.49 % (44.70 fps, avg 44.13 fps, ETA 00h00m28s)
Encoding: task 1 of 2, 33.92 % (44.70 fps, avg 44.13 fps, ETA 00h00m28s)
Encoding: task 1 of 2, 34.57 % (44.70 fps, avg 44.13 fps, ETA 00h00m28s)
Encoding: task 1 of 2, 35.05 % (42.68 fps, avg 43.99 fps, ETA 00h00m27s)
Encoding: task 1 of 2, 35.65 % (42.68 fps, avg 43.99 fps, ETA 00h00m27s)
Encoding: task 1 of 2, 36.13 % (42.68 fps, avg 43.99 fps, ETA 00h00m27s)
Encoding: task 1 of 2, 36.67 % (42.68 fps, avg 43.99 fps, ETA 00h00m27s)
Encoding: task 1 of 2, 37.15 % (42.68 fps, avg 43.99 fps, ETA 00h00m27s)
Encoding: task 1 of 2, 37.80 % (43.53 fps, avg 44.16 fps, ETA 00h00m26s)
Encoding: task 1 of 2, 38.28 % (43.53 fps, avg 44.16 fps, ETA 00h00m26s)
Encoding: task 1 of 2, 38.87 % (43.53 fps, avg 44.16 fps, ETA 00h00m26s)
Encoding: task 1 of 2, 39.41 % (43.53 fps, avg 44.16 fps, ETA 00h00m26s)
Encoding: task 1 of 2, 39.84 % (44.14 fps, avg 44.13 fps, ETA 00h00m25s)
Encoding: task 1 of 2, 40.38 % (44.14 fps, avg 44.13 fps, ETA 00h00m25s)
Encoding: task 1 of 2, 40.86 % (44.14 fps, avg 44.13 fps, ETA 00h00m25s)
Encoding: task 1 of 2, 41.40 % (44.14 fps, avg 44.13 fps, ETA 00h00m25s)
Encoding: task 1 of 2, 41.99 % (44.14 fps, avg 44.13 fps, ETA 00h00m25s)
Encoding: task 1 of 2, 42.47 % (45.02 fps, avg 44.17 fps, ETA 00h00m24s)
Encoding: task 1 of 2, 43.01 % (45.02 fps, avg 44.17 fps, ETA 00h00m24s)
Encoding: task 1 of 2, 43.60 % (45.02 fps, avg 44.17 fps, ETA 00h00m24s)
Encoding: task 1 of 2, 44.09 % (45.02 fps, avg 44.17 fps, ETA 00h00m24s)
Encoding: task 1 of 2, 44.46 % (43.96 fps, avg 44.12 fps, ETA 00h00m23s)
Encoding: task 1 of 2, 45.00 % (43.96 fps, avg 44.12 fps, ETA 00h00m23s)
Encoding: task 1 of 2, 45.59 % (43.96 fps, avg 44.12 fps, ETA 00h00m23s)
Encoding: task 1 of 2, 46.13 % (43.96 fps, avg 44.12 fps, ETA 00h00m23s)
Encoding: task 1 of 2, 46.72 % (43.96 fps, avg 44.12 fps, ETA 00h00m23s)
Encoding: task 1 of 2, 47.04 % (43.92 fps, avg 44.10 fps, ETA 00h00m22s)
Encoding: task 1 of 2, 47.58 % (43.92 fps, avg 44.10 fps, ETA 00h00m22s)
Encoding: task 1 of 2, 48.01 % (43.92 fps, avg 44.10 fps, ETA 00h00m22s)
Encoding: task 1 of 2, 48.55 % (43.92 fps, avg 44.10 fps, ETA 00h00m22s)
Encoding: task 1 of 2, 49.19 % (43.95 fps, avg 44.13 fps, ETA 00h00m21s)
Encoding: task 1 of 2, 49.73 % (43.95 fps, avg 44.13 fps, ETA 00h00m21s)
Encoding: task 1 of 2, 50.38 % (43.95 fps, avg 44.13 fps, ETA 00h00m21s)
Encoding: task 1 of 2, 50.86 % (43.95 fps, avg 44.13 fps, ETA 00h00m21s)
Encoding: task 1 of 2, 51.34 % (43.95 fps, avg 44.13 fps, ETA 00h00m21s)
Encoding: task 1 of 2, 51.94 % (45.12 fps, avg 44.26 fps, ETA 00h00m20s)
Encoding: task 1 of 2, 52.47 % (45.12 fps, avg 44.26 fps, ETA 00h00m20s)
Encoding: task 1 of 2, 53.17 % (45.12 fps, avg 44.26 fps, ETA 00h00m20s)
Encoding: task 1 of 2, 53.71 % (45.12 fps, avg 44.26 fps, ETA 00h00m20s)
Encoding: task 1 of 2, 54.25 % (44.49 fps, avg 44.15 fps, ETA 00h00m19s)
Encoding: task 1 of 2, 54.78 % (44.49 fps, avg 44.15 fps, ETA 00h00m19s)
Encoding: task 1 of 2, 55.27 % (44.49 fps, avg 44.15 fps, ETA 00h00m19s)
Encoding: task 1 of 2, 55.70 % (44.49 fps, avg 44.15 fps, ETA 00h00m19s)
Encoding: task 1 of 2, 56.08 % (44.49 fps, avg 44.15 fps, ETA 00h00m19s)
Encoding: task 1 of 2, 56.61 % (43.88 fps, avg 44.10 fps, ETA 00h00m18s)
Encoding: task 1 of 2, 57.04 % (43.88 fps, avg 44.10 fps, ETA 00h00m18s)
Encoding: task 1 of 2, 57.53 % (43.88 fps, avg 44.10 fps, ETA 00h00m18s)
Encoding: task 1 of 2, 58.01 % (43.88 fps, avg 44.10 fps, ETA 00h00m18s)
Encoding: task 1 of 2, 58.44 % (43.88 fps, avg 44.10 fps, ETA 00h00m18s)
Encoding: task 1 of 2, 58.98 % (41.56 fps, avg 43.93 fps, ETA 00h00m17s)
Encoding: task 1 of 2, 59.57 % (41.56 fps, avg 43.93 fps, ETA 00h00m17s)
Encoding: task 1 of 2, 59.95 % (41.56 fps, avg 43.93 fps, ETA 00h00m17s)
Encoding: task 1 of 2, 60.48 % (41.56 fps, avg 43.93 fps, ETA 00h00m17s)
Encoding: task 1 of 2, 61.08 % (42.08 fps, avg 43.91 fps, ETA 00h00m16s)
Encoding: task 1 of 2, 61.56 % (42.08 fps, avg 43.91 fps, ETA 00h00m16s)
Encoding: task 1 of 2, 62.10 % (42.08 fps, avg 43.91 fps, ETA 00h00m16s)
Encoding: task 1 of 2, 62.63 % (42.08 fps, avg 43.91 fps, ETA 00h00m16s)
Encoding: task 1 of 2, 63.28 % (42.08 fps, avg 43.91 fps, ETA 00h00m16s)
Encoding: task 1 of 2, 63.92 % (42.78 fps, avg 43.95 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 64.62 % (42.78 fps, avg 43.95 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 65.22 % (42.78 fps, avg 43.95 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 65.75 % (42.78 fps, avg 43.95 fps, ETA 00h00m15s)
Encoding: task 1 of 2, 66.24 % (45.72 fps, avg 44.12 fps, ETA 00h00m14s)
Encoding: task 1 of 2, 66.67 % (45.72 fps, avg 44.12 fps, ETA 00h00m14s)
Encoding: task 1 of 2, 67.15 % (45.72 fps, avg 44.12 fps, ETA 00h00m14s)
Encoding: task 1 of 2, 67.69 % (45.72 fps, avg 44.12 fps, ETA 00h00m14s)
Encoding: task 1 of 2, 68.28 % (45.72 fps, avg 44.12 fps, ETA 00h00m14s)
Encoding: task 1 of 2, 68.76 % (45.81 fps, avg 44.11 fps, ETA 00h00m13s)
Encoding: task 1 of 2, 69.14 % (45.81 fps, avg 44.11 fps, ETA 00h00m13s)
Encoding: task 1 of 2, 69.95 % (45.81 fps, avg 44.11 fps, ETA 00h00m13s)
Encoding: task 1 of 2, 70.48 % (45.81 fps, avg 44.11 fps, ETA 00h00m13s)
Encoding: task 1 of 2, 70.91 % (44.79 fps, avg 44.04 fps, ETA 00h00m12s)
Encoding: task 1 of 2, 71.40 % (44.79 fps, avg 44.04 fps, ETA 00h00m12s)
Encoding: task 1 of 2, 71.56 % (44.79 fps, avg 44.04 fps, ETA 00h00m12s)
Encoding: task 1 of 2, 72.04 % (44.79 fps, avg 44.04 fps, ETA 00h00m12s)
Encoding: task 1 of 2, 72.53 % (44.79 fps, avg 44.04 fps, ETA 00h00m12s)
Encoding: task 1 of 2, 72.96 % (40.61 fps, avg 43.77 fps, ETA 00h00m11s)
Encoding: task 1 of 2, 73.55 % (40.61 fps, avg 43.77 fps, ETA 00h00m11s)
Encoding: task 1 of 2, 74.14 % (40.61 fps, avg 43.77 fps, ETA 00h00m11s)
Encoding: task 1 of 2, 74.73 % (40.61 fps, avg 43.77 fps, ETA 00h00m11s)
Encoding: task 1 of 2, 75.32 % (40.61 fps, avg 43.77 fps, ETA 00h00m11s)
Encoding: task 1 of 2, 76.02 % (42.60 fps, avg 43.97 fps, ETA 00h00m10s)
Encoding: task 1 of 2, 76.40 % (42.60 fps, avg 43.97 fps, ETA 00h00m10s)
Encoding: task 1 of 2, 77.04 % (42.60 fps, avg 43.97 fps, ETA 00h00m10s)
Encoding: task 1 of 2, 77.47 % (40.81 fps, avg 43.74 fps, ETA 00h00m09s)
Encoding: task 1 of 2, 78.01 % (40.81 fps, avg 43.74 fps, ETA 00h00m09s)
Encoding: task 1 of 2, 78.55 % (40.81 fps, avg 43.74 fps, ETA 00h00m09s)
Encoding: task 1 of 2, 79.14 % (40.81 fps, avg 43.74 fps, ETA 00h00m09s)
Encoding: task 1 of 2, 79.62 % (40.81 fps, avg 43.74 fps, ETA 00h00m09s)
Encoding: task 1 of 2, 80.11 % (43.29 fps, avg 43.73 fps, ETA 00h00m08s)
Encoding: task 1 of 2, 80.59 % (43.29 fps, avg 43.73 fps, ETA 00h00m08s)
Encoding: task 1 of 2, 81.08 % (43.29 fps, avg 43.73 fps, ETA 00h00m08s)
Encoding: task 1 of 2, 81.56 % (43.29 fps, avg 43.73 fps, ETA 00h00m08s)
Encoding: task 1 of 2, 82.20 % (43.29 fps, avg 43.73 fps, ETA 00h00m08s)
Encoding: task 1 of 2, 82.85 % (41.86 fps, avg 43.78 fps, ETA 00h00m07s)
Encoding: task 1 of 2, 83.28 % (41.86 fps, avg 43.78 fps, ETA 00h00m07s)
Encoding: task 1 of 2, 83.92 % (41.86 fps, avg 43.78 fps, ETA 00h00m07s)
Encoding: task 1 of 2, 84.35 % (41.86 fps, avg 43.78 fps, ETA 00h00m07s)
Encoding: task 1 of 2, 84.84 % (43.51 fps, avg 43.72 fps, ETA 00h00m06s)
Encoding: task 1 of 2, 85.38 % (43.51 fps, avg 43.72 fps, ETA 00h00m06s)
Encoding: task 1 of 2, 85.91 % (43.51 fps, avg 43.72 fps, ETA 00h00m06s)
Encoding: task 1 of 2, 86.40 % (43.51 fps, avg 43.72 fps, ETA 00h00m06s)
Encoding: task 1 of 2, 86.77 % (42.70 fps, avg 43.65 fps, ETA 00h00m05s)
Encoding: task 1 of 2, 87.42 % (42.70 fps, avg 43.65 fps, ETA 00h00m05s)
Encoding: task 1 of 2, 88.01 % (42.70 fps, avg 43.65 fps, ETA 00h00m05s)
Encoding: task 1 of 2, 88.44 % (42.70 fps, avg 43.65 fps, ETA 00h00m05s)
Encoding: task 1 of 2, 88.98 % (42.70 fps, avg 43.65 fps, ETA 00h00m05s)
Encoding: task 1 of 2, 89.41 % (42.62 fps, avg 43.69 fps, ETA 00h00m04s)
Encoding: task 1 of 2, 89.78 % (42.62 fps, avg 43.69 fps, ETA 00h00m04s)
Encoding: task 1 of 2, 90.32 % (42.62 fps, avg 43.69 fps, ETA 00h00m04s)
Encoding: task 1 of 2, 90.81 % (42.62 fps, avg 43.69 fps, ETA 00h00m04s)
Encoding: task 1 of 2, 91.29 % (42.62 fps, avg 43.69 fps, ETA 00h00m04s)
Encoding: task 1 of 2, 91.88 % (41.91 fps, avg 43.58 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 92.37 % (41.91 fps, avg 43.58 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 92.90 % (41.91 fps, avg 43.58 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 93.33 % (41.91 fps, avg 43.58 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 93.82 % (41.91 fps, avg 43.58 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 93.87 % (41.91 fps, avg 43.58 fps, ETA 00h00m03s)
Encoding: task 1 of 2, 94.46 % (40.45 fps, avg 43.39 fps, ETA 00h00m02s)
Encoding: task 1 of 2, 94.95 % (40.45 fps, avg 43.39 fps, ETA 00h00m02s)
Encoding: task 1 of 2, 95.48 % (40.45 fps, avg 43.39 fps, ETA 00h00m02s)
Encoding: task 1 of 2, 95.97 % (40.45 fps, avg 43.39 fps, ETA 00h00m02s)
Encoding: task 1 of 2, 96.56 % (40.27 fps, avg 43.42 fps, ETA 00h00m01s)
Encoding: task 1 of 2, 97.04 % (40.27 fps, avg 43.42 fps, ETA 00h00m01s)
Encoding: task 1 of 2, 97.53 % (40.27 fps, avg 43.42 fps, ETA 00h00m01s)[07:37:27] reader: done. 1 scr changes

Encoding: task 1 of 2, 98.17 % (40.27 fps, avg 43.42 fps, ETA 00h00m01s)
Encoding: task 1 of 2, 98.82 % (41.29 fps, avg 43.40 fps, ETA 00h00m00s)
Encoding: task 1 of 2, 98.92 % (41.29 fps, avg 43.40 fps, ETA 00h00m00s)
Encoding: task 1 of 2, 99.95 % (41.29 fps, avg 43.40 fps, ETA 00h00m00s)
Encoding: task 1 of 2, 99.95 % (41.29 fps, avg 43.40 fps, ETA 00h00m00s)[07:37:28] work: average encoding speed for job is 43.404255 fps
[07:37:28] sync: got 1860 frames, 1860 expected
[07:37:28] render: lost time: 0 (0 frames)
[07:37:28] render: gained time: 0 (0 frames) (0 not accounted for)

Encoding: task 1 of 2, 99.95 % (41.29 fps, avg 43.40 fps, ETA 00h00m00s)[07:37:28] h264-decoder done: 1860 frames, 0 decoder errors, 0 drops
x264 [info]: frame I:7     Avg QP:22.36  size: 38690  PSNR Mean Y:40.51 U:44.53 V:45.61 Avg:41.57 Global:41.51
x264 [info]: frame P:1853  Avg QP:25.34  size:  7437  PSNR Mean Y:37.22 U:41.48 V:42.82 Avg:38.33 Global:38.27
x264 [info]: mb I  I16..4:  5.9%  0.0% 94.1%
x264 [info]: mb P  I16..4:  0.4%  0.0%  0.0%  P16..4: 80.7%  0.0%  0.0%  0.0%  0.0%    skip:19.0%
x264 [info]: final ratefactor: 22.41
x264 [info]: coded y,uvDC,uvAC intra: 82.8% 82.9% 54.3% inter: 36.8% 17.8% 1.3%
x264 [info]: i16 v,h,dc,p: 40% 34% 20%  5%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 30% 14%  4%  9%  4%  6%  4% 10%
x264 [info]: i8c dc,h,v,p: 31% 28% 30% 12%
x264 [info]: SSIM Mean Y:0.9708473 (15.353db)
x264 [info]: PSNR Mean Y:37.236 U:41.487 V:42.826 Avg:38.337 Global:38.278 kb/s:1811.30
[07:37:28] aac-decoder done: 0 frames, 0 decoder errors, 0 drops
[07:37:28] starting job
[07:37:28] sync: expecting 1860 video frames
[07:37:28] job configuration:
[07:37:28]  * source
[07:37:28]    + C:\Media\Cheerleaders\VideoQueue\1387371552961_9 Movie 9.mov
[07:37:28]    + title 1, chapter(s) 1 to 1
[07:37:28]    + container: mov,mp4,m4a,3gp,3g2,mj2
[07:37:28]    + data rate: 8690 kbps
[07:37:28]  * destination
[07:37:28]    + C:\wwwroot\Cheerleaders\9 Movie 9.mp4
[07:37:28]    + container: MPEG-4 (.mp4 and .m4v)
[07:37:28]  * video track
[07:37:28]    + decoder: h264
[07:37:28]      + bitrate 8412 kbps
[07:37:28]    + frame rate: same as source (around 29.970 fps)
[07:37:28]    + filters
[07:37:28]      + Framerate Shaper (0:27000000:900900)
[07:37:28]        + frame rate: same as source (around 29.970 fps)
[07:37:28]      + Crop and Scale (640:352:0:0:0:0)
[07:37:28]        + source: 1280 * 720, crop (0/0/0/0): 1280 * 720, scale: 640 * 352
[07:37:28]    + dimensions: 640 * 352, mod 0
[07:37:28]    + encoder: H.264 (x264)
[07:37:28]      + x264 preset: superfast
[07:37:28]      + h264 profile: baseline
[07:37:28]      + bitrate: 1800 kbps, pass: 2
[07:37:28]  * audio track 1
[07:37:28]    + decoder: English (aac) (2.0 ch) (track 1, id 0x1)
[07:37:28]      + bitrate: 127 kbps, samplerate: 48000 Hz
[07:37:28]    + AAC Passthru

Encoding: task 2 of 2, 0.00 %[07:37:29] reader: first SCR 0 id 0x0 DTS 0
[07:37:29] encx264: min-keyint: 30, keyint: 300
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using cpu capabilities: MMX2 SSE2 SSE3 Cache64

Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 0.00 %
Encoding: task 2 of 2, 1.18 %
Encoding: task 2 of 2, 1.67 %
Encoding: task 2 of 2, 2.15 %
Encoding: task 2 of 2, 2.96 %
Encoding: task 2 of 2, 3.44 %
Encoding: task 2 of 2, 4.09 %
Encoding: task 2 of 2, 4.57 %
Encoding: task 2 of 2, 5.48 %
Encoding: task 2 of 2, 5.91 %
Encoding: task 2 of 2, 6.40 %
Encoding: task 2 of 2, 6.72 %
Encoding: task 2 of 2, 7.58 %
Encoding: task 2 of 2, 7.69 %
Encoding: task 2 of 2, 8.17 %
Encoding: task 2 of 2, 8.71 %
Encoding: task 2 of 2, 9.35 %x264 [info]: profile Constrained Baseline, level 3.0

Encoding: task 2 of 2, 9.68 %
Encoding: task 2 of 2, 10.16 %
Encoding: task 2 of 2, 11.02 % (46.12 fps, avg 46.42 fps, ETA 00h00m36s)
Encoding: task 2 of 2, 11.67 % (44.01 fps, avg 48.12 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 11.94 % (44.01 fps, avg 48.12 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 12.26 % (44.01 fps, avg 48.12 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 12.90 % (44.01 fps, avg 48.12 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 13.71 % (45.13 fps, avg 47.06 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 14.19 % (45.13 fps, avg 47.06 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 14.68 % (45.13 fps, avg 47.06 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 14.68 % (45.13 fps, avg 47.06 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 15.16 % (45.13 fps, avg 47.06 fps, ETA 00h00m34s)
Encoding: task 2 of 2, 15.81 % (42.57 fps, avg 44.57 fps, ETA 00h00m35s)
Encoding: task 2 of 2, 16.51 % (42.57 fps, avg 44.57 fps, ETA 00h00m35s)
Encoding: task 2 of 2, 17.04 % (42.57 fps, avg 44.57 fps, ETA 00h00m35s)
Encoding: task 2 of 2, 17.58 % (42.57 fps, avg 44.57 fps, ETA 00h00m35s)
Encoding: task 2 of 2, 18.12 % (42.57 fps, avg 44.57 fps, ETA 00h00m35s)
Encoding: task 2 of 2, 18.71 % (42.60 fps, avg 45.82 fps, ETA 00h00m33s)
Encoding: task 2 of 2, 19.30 % (42.60 fps, avg 45.82 fps, ETA 00h00m33s)
Encoding: task 2 of 2, 19.62 % (42.60 fps, avg 45.82 fps, ETA 00h00m33s)
Encoding: task 2 of 2, 19.62 % (42.60 fps, avg 45.82 fps, ETA 00h00m33s)
Encoding: task 2 of 2, 20.48 % (42.60 fps, avg 45.82 fps, ETA 00h00m33s)
Encoding: task 2 of 2, 21.29 % (41.29 fps, avg 44.90 fps, ETA 00h00m32s)
Encoding: task 2 of 2, 21.67 % (41.29 fps, avg 44.90 fps, ETA 00h00m32s)
Encoding: task 2 of 2, 22.26 % (41.29 fps, avg 44.90 fps, ETA 00h00m32s)
Encoding: task 2 of 2, 22.85 % (41.29 fps, avg 44.90 fps, ETA 00h00m32s)
Encoding: task 2 of 2, 23.55 % (47.56 fps, avg 45.56 fps, ETA 00h00m31s)
Encoding: task 2 of 2, 24.09 % (47.56 fps, avg 45.56 fps, ETA 00h00m31s)
Encoding: task 2 of 2, 24.62 % (47.56 fps, avg 45.56 fps, ETA 00h00m31s)
Encoding: task 2 of 2, 25.16 % (47.56 fps, avg 45.56 fps, ETA 00h00m31s)
Encoding: task 2 of 2, 25.81 % (47.56 fps, avg 45.56 fps, ETA 00h00m31s)
Encoding: task 2 of 2, 26.45 % (45.12 fps, avg 45.61 fps, ETA 00h00m30s)
Encoding: task 2 of 2, 26.77 % (45.12 fps, avg 45.61 fps, ETA 00h00m30s)
Encoding: task 2 of 2, 27.58 % (45.12 fps, avg 45.61 fps, ETA 00h00m30s)
Encoding: task 2 of 2, 27.58 % (45.12 fps, avg 45.61 fps, ETA 00h00m30s)
Encoding: task 2 of 2, 28.66 % (45.28 fps, avg 45.00 fps, ETA 00h00m29s)
Encoding: task 2 of 2, 29.41 % (45.28 fps, avg 45.00 fps, ETA 00h00m29s)
Encoding: task 2 of 2, 29.68 % (45.28 fps, avg 45.00 fps, ETA 00h00m29s)
Encoding: task 2 of 2, 30.48 % (45.28 fps, avg 45.00 fps, ETA 00h00m29s)
Encoding: task 2 of 2, 30.65 % (45.28 fps, avg 45.00 fps, ETA 00h00m29s)
Encoding: task 2 of 2, 31.51 % (41.49 fps, avg 44.52 fps, ETA 00h00m28s)
Encoding: task 2 of 2, 32.15 % (41.49 fps, avg 44.52 fps, ETA 00h00m28s)
Encoding: task 2 of 2, 32.15 % (41.49 fps, avg 44.52 fps, ETA 00h00m28s)
Encoding: task 2 of 2, 32.47 % (41.49 fps, avg 44.52 fps, ETA 00h00m28s)
Encoding: task 2 of 2, 33.55 % (41.49 fps, avg 44.52 fps, ETA 00h00m28s)
Encoding: task 2 of 2, 33.92 % (45.33 fps, avg 45.54 fps, ETA 00h00m27s)
Encoding: task 2 of 2, 34.41 % (45.33 fps, avg 45.54 fps, ETA 00h00m27s)
Encoding: task 2 of 2, 34.89 % (45.33 fps, avg 45.54 fps, ETA 00h00m27s)
Encoding: task 2 of 2, 35.43 % (45.33 fps, avg 45.54 fps, ETA 00h00m27s)
Encoding: task 2 of 2, 36.08 % (42.63 fps, avg 44.49 fps, ETA 00h00m26s)
Encoding: task 2 of 2, 36.51 % (42.63 fps, avg 44.49 fps, ETA 00h00m26s)
Encoding: task 2 of 2, 37.26 % (42.63 fps, avg 44.49 fps, ETA 00h00m26s)
Encoding: task 2 of 2, 37.80 % (42.63 fps, avg 44.49 fps, ETA 00h00m26s)
Encoding: task 2 of 2, 38.23 % (42.63 fps, avg 44.49 fps, ETA 00h00m26s)
Encoding: task 2 of 2, 38.71 % (46.31 fps, avg 44.86 fps, ETA 00h00m25s)
Encoding: task 2 of 2, 39.19 % (46.31 fps, avg 44.86 fps, ETA 00h00m25s)
Encoding: task 2 of 2, 39.68 % (46.31 fps, avg 44.86 fps, ETA 00h00m25s)
Encoding: task 2 of 2, 40.22 % (46.31 fps, avg 44.86 fps, ETA 00h00m25s)
Encoding: task 2 of 2, 40.86 % (46.31 fps, avg 44.86 fps, ETA 00h00m25s)
Encoding: task 2 of 2, 41.24 % (43.41 fps, avg 45.16 fps, ETA 00h00m24s)
Encoding: task 2 of 2, 41.45 % (43.41 fps, avg 45.16 fps, ETA 00h00m24s)
Encoding: task 2 of 2, 42.31 % (43.41 fps, avg 45.16 fps, ETA 00h00m24s)
Encoding: task 2 of 2, 42.74 % (43.41 fps, avg 45.16 fps, ETA 00h00m24s)
Encoding: task 2 of 2, 43.39 % (46.96 fps, avg 44.91 fps, ETA 00h00m23s)
Encoding: task 2 of 2, 43.87 % (46.96 fps, avg 44.91 fps, ETA 00h00m23s)
Encoding: task 2 of 2, 44.41 % (46.96 fps, avg 44.91 fps, ETA 00h00m23s)
Encoding: task 2 of 2, 44.73 % (46.96 fps, avg 44.91 fps, ETA 00h00m23s)
Encoding: task 2 of 2, 45.22 % (46.96 fps, avg 44.91 fps, ETA 00h00m23s)
Encoding: task 2 of 2, 45.86 % (42.36 fps, avg 44.45 fps, ETA 00h00m22s)
Encoding: task 2 of 2, 46.51 % (42.36 fps, avg 44.45 fps, ETA 00h00m22s)
Encoding: task 2 of 2, 46.99 % (42.36 fps, avg 44.45 fps, ETA 00h00m22s)
Encoding: task 2 of 2, 47.63 % (42.36 fps, avg 44.45 fps, ETA 00h00m22s)
Encoding: task 2 of 2, 48.12 % (42.36 fps, avg 44.45 fps, ETA 00h00m22s)
Encoding: task 2 of 2, 48.76 % (40.66 fps, avg 44.42 fps, ETA 00h00m21s)
Encoding: task 2 of 2, 49.25 % (40.66 fps, avg 44.42 fps, ETA 00h00m21s)
Encoding: task 2 of 2, 49.78 % (40.66 fps, avg 44.42 fps, ETA 00h00m21s)
Encoding: task 2 of 2, 50.38 % (40.66 fps, avg 44.42 fps, ETA 00h00m21s)
Encoding: task 2 of 2, 50.86 % (40.66 fps, avg 44.42 fps, ETA 00h00m21s)
Encoding: task 2 of 2, 50.86 % (40.66 fps, avg 44.42 fps, ETA 00h00m21s)
Encoding: task 2 of 2, 51.72 % (41.26 fps, avg 44.31 fps, ETA 00h00m20s)
Encoding: task 2 of 2, 52.20 % (41.26 fps, avg 44.31 fps, ETA 00h00m20s)
Encoding: task 2 of 2, 53.12 % (41.26 fps, avg 44.31 fps, ETA 00h00m20s)
Encoding: task 2 of 2, 53.33 % (41.26 fps, avg 44.31 fps, ETA 00h00m20s)
Encoding: task 2 of 2, 53.33 % (41.26 fps, avg 44.31 fps, ETA 00h00m20s)
Encoding: task 2 of 2, 54.19 % (42.93 fps, avg 44.22 fps, ETA 00h00m19s)
Encoding: task 2 of 2, 55.00 % (42.93 fps, avg 44.22 fps, ETA 00h00m19s)
Encoding: task 2 of 2, 55.38 % (42.93 fps, avg 44.22 fps, ETA 00h00m19s)
Encoding: task 2 of 2, 56.18 % (42.93 fps, avg 44.22 fps, ETA 00h00m19s)
Encoding: task 2 of 2, 56.67 % (47.60 fps, avg 44.87 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 57.20 % (47.60 fps, avg 44.87 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 57.20 % (47.60 fps, avg 44.87 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 58.01 % (47.60 fps, avg 44.87 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 58.66 % (47.60 fps, avg 44.87 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 59.25 % (45.71 fps, avg 44.50 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 60.00 % (45.71 fps, avg 44.50 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 60.48 % (45.71 fps, avg 44.50 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 61.02 % (45.71 fps, avg 44.50 fps, ETA 00h00m17s)
Encoding: task 2 of 2, 61.45 % (47.27 fps, avg 44.59 fps, ETA 00h00m16s)
Encoding: task 2 of 2, 61.94 % (47.27 fps, avg 44.59 fps, ETA 00h00m16s)
Encoding: task 2 of 2, 62.63 % (47.27 fps, avg 44.59 fps, ETA 00h00m16s)
Encoding: task 2 of 2, 63.06 % (47.27 fps, avg 44.59 fps, ETA 00h00m16s)
Encoding: task 2 of 2, 63.39 % (47.27 fps, avg 44.59 fps, ETA 00h00m16s)
Encoding: task 2 of 2, 63.87 % (39.94 fps, avg 44.28 fps, ETA 00h00m15s)
Encoding: task 2 of 2, 64.68 % (39.94 fps, avg 44.28 fps, ETA 00h00m15s)
Encoding: task 2 of 2, 65.00 % (39.94 fps, avg 44.28 fps, ETA 00h00m15s)
Encoding: task 2 of 2, 65.00 % (39.94 fps, avg 44.28 fps, ETA 00h00m15s)
Encoding: task 2 of 2, 65.86 % (39.94 fps, avg 44.28 fps, ETA 00h00m15s)
Encoding: task 2 of 2, 66.72 % (41.14 fps, avg 44.10 fps, ETA 00h00m14s)
Encoding: task 2 of 2, 67.26 % (41.14 fps, avg 44.10 fps, ETA 00h00m14s)
Encoding: task 2 of 2, 67.26 % (41.14 fps, avg 44.10 fps, ETA 00h00m14s)
Encoding: task 2 of 2, 68.12 % (41.14 fps, avg 44.10 fps, ETA 00h00m14s)
Encoding: task 2 of 2, 68.76 % (41.14 fps, avg 44.10 fps, ETA 00h00m14s)
Encoding: task 2 of 2, 69.41 % (43.92 fps, avg 44.51 fps, ETA 00h00m12s)
Encoding: task 2 of 2, 69.95 % (43.92 fps, avg 44.51 fps, ETA 00h00m12s)
Encoding: task 2 of 2, 70.38 % (43.92 fps, avg 44.51 fps, ETA 00h00m12s)
Encoding: task 2 of 2, 70.91 % (43.92 fps, avg 44.51 fps, ETA 00h00m12s)
Encoding: task 2 of 2, 71.40 % (43.29 fps, avg 44.17 fps, ETA 00h00m12s)
Encoding: task 2 of 2, 71.40 % (43.29 fps, avg 44.17 fps, ETA 00h00m12s)
Encoding: task 2 of 2, 72.47 % (43.29 fps, avg 44.17 fps, ETA 00h00m12s)
Encoding: task 2 of 2, 72.69 % (43.29 fps, avg 44.17 fps, ETA 00h00m12s)
Encoding: task 2 of 2, 73.17 % (43.29 fps, avg 44.17 fps, ETA 00h00m12s)
Encoding: task 2 of 2, 73.49 % (43.29 fps, avg 44.17 fps, ETA 00h00m12s)
Encoding: task 2 of 2, 74.52 % (43.71 fps, avg 44.06 fps, ETA 00h00m11s)
Encoding: task 2 of 2, 74.89 % (43.71 fps, avg 44.06 fps, ETA 00h00m11s)
Encoding: task 2 of 2, 75.32 % (43.71 fps, avg 44.06 fps, ETA 00h00m11s)
Encoding: task 2 of 2, 75.97 % (43.71 fps, avg 44.06 fps, ETA 00h00m11s)
Encoding: task 2 of 2, 76.67 % (41.86 fps, avg 44.24 fps, ETA 00h00m09s)
Encoding: task 2 of 2, 77.04 % (41.86 fps, avg 44.24 fps, ETA 00h00m09s)
Encoding: task 2 of 2, 77.63 % (41.86 fps, avg 44.24 fps, ETA 00h00m09s)
Encoding: task 2 of 2, 78.17 % (41.86 fps, avg 44.24 fps, ETA 00h00m09s)
Encoding: task 2 of 2, 78.76 % (41.86 fps, avg 44.24 fps, ETA 00h00m09s)
Encoding: task 2 of 2, 79.25 % (45.50 fps, avg 44.30 fps, ETA 00h00m08s)
Encoding: task 2 of 2, 79.73 % (45.50 fps, avg 44.30 fps, ETA 00h00m08s)
Encoding: task 2 of 2, 80.27 % (45.50 fps, avg 44.30 fps, ETA 00h00m08s)
Encoding: task 2 of 2, 80.86 % (45.50 fps, avg 44.30 fps, ETA 00h00m08s)
Encoding: task 2 of 2, 81.29 % (46.96 fps, avg 44.32 fps, ETA 00h00m07s)
Encoding: task 2 of 2, 81.77 % (46.96 fps, avg 44.32 fps, ETA 00h00m07s)
Encoding: task 2 of 2, 82.20 % (46.96 fps, avg 44.32 fps, ETA 00h00m07s)
Encoding: task 2 of 2, 82.74 % (46.96 fps, avg 44.32 fps, ETA 00h00m07s)
Encoding: task 2 of 2, 83.28 % (46.96 fps, avg 44.32 fps, ETA 00h00m07s)
Encoding: task 2 of 2, 83.82 % (45.08 fps, avg 44.32 fps, ETA 00h00m06s)
Encoding: task 2 of 2, 84.35 % (45.08 fps, avg 44.32 fps, ETA 00h00m06s)
Encoding: task 2 of 2, 84.89 % (45.08 fps, avg 44.32 fps, ETA 00h00m06s)
Encoding: task 2 of 2, 85.70 % (45.08 fps, avg 44.32 fps, ETA 00h00m06s)
Encoding: task 2 of 2, 86.29 % (45.31 fps, avg 44.39 fps, ETA 00h00m05s)
Encoding: task 2 of 2, 86.77 % (45.31 fps, avg 44.39 fps, ETA 00h00m05s)
Encoding: task 2 of 2, 87.37 % (45.31 fps, avg 44.39 fps, ETA 00h00m05s)
Encoding: task 2 of 2, 88.06 % (45.31 fps, avg 44.39 fps, ETA 00h00m05s)
Encoding: task 2 of 2, 88.66 % (45.31 fps, avg 44.39 fps, ETA 00h00m05s)
Encoding: task 2 of 2, 89.19 % (47.04 fps, avg 44.54 fps, ETA 00h00m04s)
Encoding: task 2 of 2, 89.84 % (47.04 fps, avg 44.54 fps, ETA 00h00m04s)
Encoding: task 2 of 2, 90.32 % (47.04 fps, avg 44.54 fps, ETA 00h00m04s)
Encoding: task 2 of 2, 90.32 % (47.04 fps, avg 44.54 fps, ETA 00h00m04s)
Encoding: task 2 of 2, 91.34 % (45.08 fps, avg 44.38 fps, ETA 00h00m03s)
Encoding: task 2 of 2, 91.94 % (45.08 fps, avg 44.38 fps, ETA 00h00m03s)
Encoding: task 2 of 2, 92.58 % (45.08 fps, avg 44.38 fps, ETA 00h00m03s)
Encoding: task 2 of 2, 93.23 % (45.08 fps, avg 44.38 fps, ETA 00h00m03s)
Encoding: task 2 of 2, 93.55 % (45.08 fps, avg 44.38 fps, ETA 00h00m03s)
Encoding: task 2 of 2, 94.25 % (43.00 fps, avg 44.27 fps, ETA 00h00m02s)
Encoding: task 2 of 2, 94.62 % (43.00 fps, avg 44.27 fps, ETA 00h00m02s)
Encoding: task 2 of 2, 95.32 % (43.00 fps, avg 44.27 fps, ETA 00h00m02s)
Encoding: task 2 of 2, 95.81 % (43.00 fps, avg 44.27 fps, ETA 00h00m02s)
Encoding: task 2 of 2, 96.29 % (42.16 fps, avg 44.36 fps, ETA 00h00m01s)
Encoding: task 2 of 2, 96.83 % (42.16 fps, avg 44.36 fps, ETA 00h00m01s)
Encoding: task 2 of 2, 97.47 % (42.16 fps, avg 44.36 fps, ETA 00h00m01s)
Encoding: task 2 of 2, 98.12 % (42.16 fps, avg 44.36 fps, ETA 00h00m01s)
Encoding: task 2 of 2, 98.71 % (42.16 fps, avg 44.36 fps, ETA 00h00m01s)
Encoding: task 2 of 2, 99.25 % (46.77 fps, avg 44.56 fps, ETA 00h00m00s)
Encoding: task 2 of 2, 99.95 % (46.77 fps, avg 44.56 fps, ETA 00h00m00s)
Encoding: task 2 of 2, 99.95 % (46.77 fps, avg 44.56 fps, ETA 00h00m00s)
Encoding: task 2 of 2, 99.95 % (46.77 fps, avg 44.56 fps, ETA 00h00m00s)[07:38:12] reader: done. 1 scr changes
[07:38:13] work: average encoding speed for job is 44.562115 fps
[07:38:13] sync: got 1860 frames, 1860 expected
[07:38:13] render: lost time: 0 (0 frames)
[07:38:13] render: gained time: 0 (0 frames) (0 not accounted for)
[07:38:13] h264-decoder done: 1860 frames, 0 decoder errors, 0 drops
x264 [info]: frame I:7     Avg QP:22.49  size: 38167  PSNR Mean Y:40.41 U:44.46 V:45.55 Avg:41.47 Global:41.47
x264 [info]: frame P:1853  Avg QP:25.32  size:  7400  PSNR Mean Y:37.23 U:41.39 V:42.74 Avg:38.32 Global:38.31
x264 [info]: mb I  I16..4:  6.4%  0.0% 93.6%
x264 [info]: mb P  I16..4:  0.3%  0.0%  0.1%  P16..4: 79.9%  0.0%  0.0%  0.0%  0.0%    skip:19.7%
x264 [info]: coded y,uvDC,uvAC intra: 82.9% 83.4% 55.6% inter: 36.4% 17.5% 1.2%
x264 [info]: i16 v,h,dc,p: 42% 32% 20%  6%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 29% 16%  4%  8%  4%  6%  4%  9%
x264 [info]: i8c dc,h,v,p: 31% 27% 30% 12%
x264 [info]: SSIM Mean Y:0.9708731 (15.357db)
x264 [info]: PSNR Mean Y:37.240 U:41.397 V:42.749 Avg:38.331 Global:38.314 kb/s:1802.03
[07:38:13] aac-decoder done: 0 frames, 0 decoder errors, 0 drops
[07:38:13] mux: track 0, 1860 frames, 13979418 bytes, 1801.99 kbps, fifo 2048
[07:38:13] mux: track 1, 2909 frames, 987975 bytes, 127.35 kbps, fifo 4096
[07:38:13] libhb: work result = 0

Muxing: this may take awhile...

Encode done!
HandBrake has exited.

END ENCODE


4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,640
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #13 on: December 18, 2013, 06:11 PM »
That's probably as fast as you can get without resorting to really fine tuning of the x264 encoder and I doubt whether you'd gain more than a few frames/second in speed.

Using the Constant Quality setting should almost halve it to around 25 minutes.

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #14 on: December 18, 2013, 06:12 PM »
I will give that a try tomorrow.  just to see.

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #15 on: December 20, 2013, 09:23 AM »
I didn't have the original files that I have been experimenting with anymore.  so I used file 3.4 gb file and 4wd's suggestion of CQ+SuperFast+bitrate 1800+Baseline+audio copy

it copied in just under one hour and left behind a 549 meg mp4 file.  not too bad in my opinion.


4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,640
    • View Profile
    • Donate to Member
Re: a program similar to DropFolder
« Reply #16 on: December 20, 2013, 07:51 PM »
I'm guessing it was running at around 80frames/s, which is not too shabby considering the hardware.

What did the quality come out like, is it suitable for the situation?