View Full Version : StaxRip
Sulik
20th March 2016, 08:38
QSVEncC is based on a mixed/hybrid fixed function/GPU encoder with a lot more flexibility and options than NVEncC (Nvidia) or VCEEncC (AMD), but still is no match for a SW encoder like x264 in terms of encoding options.
What options are those ? QSV doesn't even support VBV.
NikosD
20th March 2016, 09:09
The encoding modes are these:
--cqp <int> or encode in Constant QP, default 24:26:27
<int>:<int>:<int> set qp value for i: p:b frame
--vqp <int> or encode in Variable QP, default 24:26:27
<int>:<int>:<int> set qp value for i: p:b frame
--la <int> set bitrate in Lookahead mode (kbps)
--la-hrd <int> set bitrate in HRD-Lookahead mode (kbps)
--icq <int> encode in Intelligent Const. Quality mode
default value: 23
--la-icq <int> encode in ICQ mode with Lookahead
default value: 23
--cbr <int> set bitrate in CBR mode (kbps)
--vbr <int> set bitrate in VBR mode (kbps)
--avbr <int> set bitrate in AVBR mode (kbps)
AVBR mode is only supported with API v1.3
--avbr-unitsize <int> avbr calculation period in x100 frames
default 90 (= unit size 9000 frames)
--qvbr <int> set bitrate in Quality VBR mode.
requires --qvbr-q option to be set as well
--qvbr-q <int> or set quality used in qvbr mode. default: 23
--qvbr-quality <int> QVBR mode is only supported with API v1.11
--vcm <int> set bitrate in VCM mode (kbps)
Encoding options:
--max-bitrate <int> set max bitrate(kbps)
--qpmin <int> or set min QP, default 0 (= unset)
<int>:<int>:<int>
--qpmax <int> or set max QP, default 0 (= unset)
<int>:<int>:<int>
-u,--quality <string> encode quality
- best, higher, high, balanced(default)
fast, faster, fastest
--la-depth <int> set Lookahead Depth, 10-100
--la-window-size <int> enables Lookahead Windowed Rate Control mode,
and set the window size in frames.
--la-quality <string> set lookahead quality.
- auto(default), fast, medium, slow
--(no-)mbbrc enables per macro block rate control
default: auto
--(no-)extbrc enables extended rate control
default: auto
--ref <int> reference frames for sw encoding
default 0 (auto)
-b,--bframes <int> number of sequential b frames
default 2(HEVC) / 3(others)
--(no-)b-pyramid enables B-frame pyramid reference (default: off)
--(no-)direct-bias-adjust lower usage of B frame Direct/Skip type
--gop-len <int> (max) gop length, default 0 (auto)
when auto, fps x 10 will be set.
--(no-)scenechange enables scene change detection
--(no-)open-gop enables open gop (default: off)
--strict-gop force gop structure
--(no-)i-adapt enables adaptive I frame insert (default: off)
--(no-)b-adapt enables adaptive B frame insert (default: off)
--(no-)weightp enable weight prediction for P frame
--(no-)weightb enable weight prediction for B frame
--(no-)fade-detect enable fade detection
--trellis <string> set trellis mode used in encoding
- auto(default), off, i, ip, all
--mv-scaling set mv cost scaling
- 0 set MV cost to be 0
- 1 set MV cost 1/2 of default
- 2 set MV cost 1/4 of default
- 3 set MV cost 1/8 of default
--slices <int> number of slices, default 0 (auto)
--no-deblock disables H.264 deblock feature
--sharpness <int> [vp8] set sharpness level for vp8 enc
--level <string> set codec level
- H.264: auto(default), 1, 1b, 1.1, 1.2, 1.3
2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1, 4.2
5, 5.1, 5.2
- HEVC: auto(default), 1, 2, 2.1, 3, 3.1, 4
4.1, 5, 5.1, 5.2, 6, 6.1, 6.2
- MPEG2: auto(default), low, main, high
high1440
--profile <string> set codec profile
- H.264: auto(default), Baseline, Main, High
- HEVC: auto(default), main
- MPEG2: auto(default), Simple, Main, High
--sar <int>:<int> set Sample Aspect Ratio
--dar <int>:<int> set Display Aspect Ratio
--bluray for H.264 bluray encoding
--crop <int>,<int>,<int>,<int>
set crop pixels of left, up, right, bottom.
--fullrange set stream as fullrange yuv
VPP options:
--vpp-denoise <int> use vpp denoise, set strength (0-100)
--vpp-detail-enhance <int> use vpp detail enahancer, set strength (0-100)
--vpp-deinterlace <string> set vpp deinterlace mode
enabled only when set --tff or --bff
- none disable deinterlace
- normal normal deinterlace
- it inverse telecine
- bob double framerate
--vpp-image-stab <string> set image stabilizer mode
- none, upscale, box
--vpp-delogo <string> set delogo file path
--vpp-delogo-select <string> set target logo name or auto select file
or logo index starting from 1.
--vpp-delogo-pos <int>:<int> set delogo pos offset
--vpp-delogo-depth <int> set delogo depth [default:128]
--vpp-delogo-y <int> set delogo y param
--vpp-delogo-cb <int> set delogo cb param
--vpp-delogo-cr <int> set delogo cr param
--vpp-rotate <int> rotate image
90, 180, 270.
--vpp-half-turn half turn video image
unoptimized and very slow.
stax76
21st March 2016, 20:03
There is a user who reports DGDecNV does not work with StaxRip and a GTX 750 Ti card (Maxwell first generation) under Windows 10 Build 10586.
Is there anybody else with the same problem?
cards with the same chip:
GK106 GT 740
GK106 GTX 645 OEM
GK106 GTX 650 OEM
GK106 GTX 650 Ti
GK106 GTX 650 Ti Boost
GK106 GTX 650 Ti OEM
GK106 GTX 660
GK106 GTX 750 Ti
I've the same Windows Build but a GTX 960 which is Maxwell second generation.
IbrahimKh
22nd March 2016, 12:43
can't find option for 10 bit x264 encoding
any help?
stax76
22nd March 2016, 12:59
can't find option for 10 bit x264 encoding
any help?
It's not supported but you can try to replace the executable.
luigizaninoni
22nd March 2016, 13:08
It's not supported but you can try to replace the executable.
Yes, it definitely works. Just delete old x264.exe and replace with 10-bit binary.
jsquare
22nd March 2016, 14:15
{Detail Enhancement}: is the process of enhancing the edge contrast to improve its sharpness. VPP uses an adaptive detail enhancement algorithm to increase the edge sharpness.
Value of 0-100 (inclusive) indicates the level of details to be enhanced. Default value is 0 (disabled).
Sorry to break the party, but that option is not what you need.
There is not much you can do with QSV about finer detail retainment. Maybe LA-ICQ mode, higher value for la-depth scenechange, trellis for all, --quality sets to best, --b-pyramid on,--weightp, --weightb, --la-quality sets to slow .....etc?
It's not perfect but I'm getting OK results with ICQ 17 and these settings: --vpp-detail-enhance 1 --mbbrc --extbrc --weightp --weightb, trellis as auto or default.
With ICQ some features like --b-pyramid and --la are not available, also tried LA-ICQ but it seems worst than ICQ and makes a bigger file size.
By any chance, which QSV parameter is compatible to x264's mb-tree?
I always disable mb-tree and trellis on my x264 encodes, to keep most of the details.
nevcairiel
22nd March 2016, 16:11
Is there anybody else with the same problem?
cards with the same chip:
GK106 GT 740
GK106 GTX 645 OEM
GK106 GTX 650 OEM
GK106 GTX 650 Ti
GK106 GTX 650 Ti Boost
GK106 GTX 650 Ti OEM
GK106 GTX 660
GK106 GTX 750 Ti
I've the same Windows Build but a GTX 960 which is Maxwell second generation.
GK106 is Kepler, not Maxwell. GM* is Maxwell.
The actual GTX 750 (Ti) use GM107
stax76
22nd March 2016, 22:02
GK106 is Kepler, not Maxwell. GM* is Maxwell.
The actual GTX 750 (Ti) use GM107
DGDecNV has a file gpus.txt which contains the same name twice but with different architectures:
11c7 GK106 [GeForce GTX 750 Ti]
1380 GM107 [GeForce GTX 750 Ti]
really confusing...
nevcairiel
22nd March 2016, 23:21
DGDecNV has a file gpus.txt which contains the same name twice but with different architectures:
11c7 GK106 [GeForce GTX 750 Ti]
1380 GM107 [GeForce GTX 750 Ti]
really confusing...
11c7 was a rumored model that was never actually released. The only GTX 750 Ti is the 1380
IbrahimKh
23rd March 2016, 01:47
It's not supported but you can try to replace the executable.
Yes, it definitely works. Just delete old x264.exe and replace with 10-bit binary.
thanks
and should 16bit x265 work with this way?
stax76
23rd March 2016, 01:54
and should 16bit x265 work with this way?
in the x265 dialog is a search field to find options, paste --output-depth there, it will highlight what you are looking for
@all
I would like point out that I've reset all settings because the old settings were not compatible with new code. Typically I rewrite all code that relates to fixes and features I currently work on if I think it can be improved in some way, overall it improves the quality of the code but sometimes can cause problems like regressions or incompatible settings. What was causing the settings becoming incompatible was that I used regex to find all properties that can be written as much shorter auto properties. I know it's tedious for users with many settings, what can help a bit is knowing how StaxRip manages settings (can also be found in the wiki):
When StaxRip finds no settings on startup it shows a dialog asking for a location.
Different StaxRip locations/instances/versions use individual settings, whenever StaxRip starts from a new location it will ask for a settings folder to use for this location.
The current settings location can be found at Tools > Directories > Settings
build from today:
https://github.com/stax76/staxrip/wiki/Test-Build
brunosso
23rd March 2016, 11:02
Hi, i want to edit resize menu, and i want to add 480p to the existing value:
1920 x auto = 1920 x 0
1280 x auto = 1280 x 0
But i want to specify the Height, and calculate the Width in auto!
How can i do that?
I try this, but don't work
480 x auto = 0 x 480
stax76
23rd March 2016, 14:58
Hi, i want to edit resize menu, and i want to add 480p to the existing value:
1920 x auto = 1920 x 0
1280 x auto = 1280 x 0
But i want to specify the Height, and calculate the Width in auto!
How can i do that?
I try this, but don't work
480 x auto = 0 x 480
next build will support it
cegy
24th March 2016, 16:36
@stax76 i'm not liking the new look/chance of what you've done here :(
https://i.imgur.com/EwDx5zD.png
^old (test version before it)___________________ new^
stax76
24th March 2016, 17:04
It's a bit compressed and takes some getting used to but the new properties are very relevant, new is
Source:
file size
bit rate of video stream
color space
chroma subsampling
bit depth
scan type
scan order
Target:
frame rate
cegy
24th March 2016, 17:22
It's a bit compressed and takes some getting used to but the new properties are very relevant, new is
Source:
file size
bit rate of video stream
color space
chroma subsampling
bit depth
scan type
scan order
Target:
frame rate
but still this isn't so easy to read is it ? lets be honest.... :confused:
http://i.imgur.com/2olihFf.png
the version before it was both clean and easy to read surely something abit more like
http://i.imgur.com/Cz0MwgQ.png
is this any better? also this should you you a better idea of what i'm getting at :rolleyes: and maybe spark a better idea for the layout (even the target window could have a better layout aswell)
minor bug maybe? shouldn't 25.fps be 25 fps or 25.000 fps ?
stax76
24th March 2016, 17:43
With your example things look short but for most movies it's much longer like so:
http://oi63.tinypic.com/qn9p94.jpg
There isn't really room to display it better without making the window much bigger.
cegy
24th March 2016, 17:56
@stax76 still there's more you could do with the space that is there (so much text being together can be abit confusing whiles giving it slighly bigger gaps/spaces can help alot)
here's another example with the example your showing
http://oi63.tinypic.com/qn9p94.jpg vs https://i.imgur.com/xKImDlB.png
stax76
24th March 2016, 18:04
OK, I make some experiments.
Lupissimo
24th March 2016, 19:26
There seems to be a bug with cropping: If I use NVENC with avisynth/Vaporsynth-decode the crop values are multiplied by 2. Using NVENC with ffmpeg dvxa2 everything is ok.
stax76
24th March 2016, 19:49
There seems to be a bug with cropping: If I use NVENC with avisynth/Vaporsynth-decode the crop values are multiplied by 2. Using NVENC with ffmpeg dvxa2 everything is ok.
The build just uploaded fixes it.
https://github.com/stax76/staxrip/wiki/Test-Build
jonesjrgr
25th March 2016, 01:07
Sorry in advance,but this is my first post
in march 14 release has changed the autocrop feature (auto crop plugin replaced with new internal routine supporting both AviSynth and VapourSynth).
Since then,no matter what i do,cropping values are wrong.I installed in a new directory,create the same profiles,but in vain.Last working release for is "StaxRip_x64_2016-03-06_test"
For example:Batman vs Superman trailer
The right one:
------------------------------------------------------------
Script
------------------------------------------------------------
LoadPlugin("C:\Program Files (x86)\StaxRip_x64_1.3.1.7_beta\Apps\Plugins\avs\L-SMASH-Works\LSMASHSource.dll")
LSMASHVideoSource("E:\New folder\Batman v Superman_ Dawn of Justice - Comic-Con Trailer [HD].mp4")
Crop(0, 144, -0, -144)
Spline16Resize(1280, 528)
The wrong one:
------------------------------------------------------------
Script
------------------------------------------------------------
LoadPlugin("D:\Program Files (x86)\StaxRip_x64_2016-03-23_01-15_test\Apps\Plugins\avs\L-SMASH-Works\LSMASHSource.dll")
LSMASHVideoSource("E:\New folder\Batman v Superman_ Dawn of Justice - Comic-Con Trailer [HD].mp4")
Crop(486, 272, -6, -272)
Spline16Resize(1280, 480)
As you can see the crop values are wrong.In both cases,i used Automatic source,so i won't have to do it manually
I hope to have an answer (with a solution),and thanks for your time.Great program!!!!
stax76
25th March 2016, 06:54
@jonesjrgr
Should be much better:
https://github.com/stax76/staxrip/wiki/Test-Build
jonesjrgr
25th March 2016, 12:00
@jonesjrgr
Should be much better:
https://github.com/stax76/staxrip/wiki/Test-Build
OMG!!Works so much better!!!!
Thanks A LOT!!!!!!!
Yups
26th March 2016, 15:00
Been using and testing Quick Sync with Staxrip (QSVEncC) these past few days, QS encodes are very flat and kills a lot of detail unlike x264 that can be fine tuned, but the speed of QS is 4 times faster than x264 on my rig. I tried to solve this issue with one of the custom switches: The --vpp-detail-enhance <int> option, but it gives the same results no matter the value of the strength, tried from 1 to 100.
Anyone knows the values or range for this variable?
{Detail Enhancement}: is the process of enhancing the edge contrast to improve its sharpness. VPP uses an adaptive detail enhancement algorithm to increase the edge sharpness.
Value of 0-100 (inclusive) indicates the level of details to be enhanced. Default value is 0 (disabled).
Sorry to break the party, but that option is not what you need.
There is not much you can do with QSV about finer detail retainment. Maybe LA-ICQ mode, higher value for la-depth scenechange, trellis for all, --quality sets to best, --b-pyramid on,--weightp, --weightb, --la-quality sets to slow .....etc?
It is what he needs if he want an increased sharpness, although it can lead to some issues. I noticed the same as him, no difference between 1 and 100. The sharpness increase is too big for my taste. For Haswell or newer I would recommend LA_VBR, TU4 balanced, bframes 3, ref frames 3, gop length 256, Lookahead depth 100 with QSVEncC decoder.
Why is Avisynth/VapourSynth default decoder for Quicksync? QSVEncC decoder is the best choice by far for Quicksync encoding.
Lupissimo
27th March 2016, 23:11
I found a bug in the NVENC H264 profile: If I choose the avisynth default for decoding everything is ok, but using ffmpeg(DXVA2) to decode the encoding framerate is changed. The original movie was 23.976fps. But ffmpeg assumes it to be 29.970 fps and changes it to 23.976
Yups
28th March 2016, 20:20
It's not perfect but I'm getting OK results with ICQ 17 and these settings: --vpp-detail-enhance 1 --mbbrc --extbrc --weightp --weightb, trellis as auto or default.
With ICQ some features like --b-pyramid and --la are not available, also tried LA-ICQ but it seems worst than ICQ and makes a bigger file size.
By any chance, which QSV parameter is compatible to x264's mb-tree?
I always disable mb-tree and trellis on my x264 encodes, to keep most of the details.
With LA bitrate mode all these options doesn't work except trellis which kills details. I never liked trellis with Quicksync. vpp-detail-enhance should work but looks like there is a driver bug.
After some testing I think these gives me decent results. Only valid for Haswell or newer because of Lookahead.
http://fs5.directupload.net/images/160328/8benapjh.pnghttp://fs5.directupload.net/images/160328/t3o8m44f.png
ICQ has pros and cons, it's good in motion and stable but often it kills too many details.
Magik Mark
29th March 2016, 23:09
Stax,
I'm experimenting with 2pass x265. I noticed that when I drag a file in staxrip, the program sets a certain video bitrate value on its own. May I ask how staxrip arrives at that value? Though I could change it manually, I'm just curious how it calculates the initial value. The value changes depending on the video being process.
By the way, the default value being calculated by staxrip gives a very good image quality
Thanks a lot!
Q-the-STORM
30th March 2016, 11:32
With the current version of mkvtoolnix, mkvinfo shows up every time before an encode and I have to manually close it to start the encode.
Any way to supress it or automatically close?
stax76
30th March 2016, 11:40
I found a bug in the NVENC H264 profile: If I choose the avisynth default for decoding everything is ok, but using ffmpeg(DXVA2) to decode the encoding framerate is changed. The original movie was 23.976fps. But ffmpeg assumes it to be 29.970 fps and changes it to 23.976
What's the MediaInfo of the source?
@Magik Mark
The video bitrate is calculated from size and length:
sizeInMB * 1024 * 8 * 1.024 / lengthInSeconds
@Q-the-STORM
There was a breaking change in mkvinfo.exe, you can use an old mkvinfo.exe, next StaxRip build fixes it.
Lupissimo
30th March 2016, 18:08
http://pastebin.com/9yMGpgnR
This is the log including mediainfo
stax76
30th March 2016, 19:43
http://pastebin.com/9yMGpgnR
This is the log including mediainfo
It's due to StaxRip always setting fps for mkv muxing, I've now removed this altogether hoping there aren't any use cases where it's actually needed.
fantasmanegro
31st March 2016, 17:09
Sorry in advance,but this is my first post
in march 14 release has changed the autocrop feature (auto crop plugin replaced with new internal routine supporting both AviSynth and VapourSynth).
Since then,no matter what i do,cropping values are wrong.I installed in a new directory,create the same profiles,but in vain.Last working release for is "StaxRip_x64_2016-03-06_test"
For example:Batman vs Superman trailer
The right one:
------------------------------------------------------------
Script
------------------------------------------------------------
LoadPlugin("C:\Program Files (x86)\StaxRip_x64_1.3.1.7_beta\Apps\Plugins\avs\L-SMASH-Works\LSMASHSource.dll")
LSMASHVideoSource("E:\New folder\Batman v Superman_ Dawn of Justice - Comic-Con Trailer [HD].mp4")
Crop(0, 144, -0, -144)
Spline16Resize(1280, 528)
The wrong one:
------------------------------------------------------------
Script
------------------------------------------------------------
LoadPlugin("D:\Program Files (x86)\StaxRip_x64_2016-03-23_01-15_test\Apps\Plugins\avs\L-SMASH-Works\LSMASHSource.dll")
LSMASHVideoSource("E:\New folder\Batman v Superman_ Dawn of Justice - Comic-Con Trailer [HD].mp4")
Crop(486, 272, -6, -272)
Spline16Resize(1280, 480)
As you can see the crop values are wrong.In both cases,i used Automatic source,so i won't have to do it manually
I hope to have an answer (with a solution),and thanks for your time.Great program!!!!
and what if... we can pick one of both?.... i mean... plugin or internal routine...??
stax76
31st March 2016, 20:03
@fantasmanegro
Do you still get poor results compared to the old method?
@all
pinterf has fixed AviSynth+ and mvtools2 so QTGMC is included again in the last test build.
fantasmanegro
31st March 2016, 23:40
@fantasmanegro
Do you still get poor results compared to the old method?
@all
pinterf has fixed AviSynth+ and mvtools2 so QTGMC is included again in the last test build.
er.... nope... i use auto crop just for testing... manual crop... always
:D
Magik Mark
1st April 2016, 03:21
Stax,
Is it possible to have staxrip to use the default video bitrate set by the user in 2pass x265?
I created a template with 1500kbps video bitrate as a default. Every time a drag a file it reverts back to the video bitrate of the video and not the default bitrate set by the user
Thanks
stax76
1st April 2016, 07:49
@Magik Mark
You can set it at Options > Misc > Use fixed bitrate
Lupissimo
1st April 2016, 16:58
Could somebody tell me how to incorporate Video Preprocessing AviSynth tools?
I would like to use the ColourBriContr.vdf module including the ability to preview the resulting settings. Up to now I have to first encode into avi so that I can use Virtualdub to apply video corrections and reencode into avi again. Only after that I use StaxRip for the final encode. I am sure this is a stupid way, but I have not found any other.
So PLEASE help me :thanks:
LightSabre
1st April 2016, 21:07
@Stax76
Huge thanks for adding 7.1 sound output option in the latest build.:thanks:
JohnLai
2nd April 2016, 04:03
@Stax76
Is it possible to change the Temp directory to other disk location?
Current implementation of Temp directory; let say I have a "Test.mkv" at D drive opened with staxrip, there will a directory at "D:/Test temp"
I would like to have the temporary directory created elsewhere at one specific disk drive. (Example, RAMDISK)
stax76
2nd April 2016, 04:25
@JohnLai
go to:
main menu > Options > Paths > Temp Files Directory > Edit
to make it persistent:
main menu > Project > Save As Template
Yups
2nd April 2016, 17:37
I miss an option where I can save my encoding profile. I switch between Intel h264, h265, x264, x265, Nvidia h264, h265 and all my setting are gone when I do this. And some things like --b-pyramid or --max-bitrate have to be set manually again and again.
stax76
2nd April 2016, 23:27
I miss an option where I can save my encoding profile. I switch between Intel h264, h265, x264, x265, Nvidia h264, h265 and all my setting are gone when I do this. And some things like --b-pyramid or --max-bitrate have to be set manually again and again.
latest test build adds:
- profiles can be saved from the x265/AMD/Intel/NVIDIA/ffmpeg encoding options dialogs
- Intel encoder QSVEncC added switch --output-buf, --b-pyramid, --max-bitrate
JohnLai
3rd April 2016, 04:02
@JohnLai
go to:
main menu > Options > Paths > Temp Files Directory > Edit
to make it persistent:
main menu > Project > Save As Template
Thanks.
Another question, staxrip often auto-checks the box for english subtitles and audio, is there option for auto-checking every available subtitle and audio?
I got old dvd-rip (MPEG2) collection of HongKong TVB Drama with dual audio (both detected as Chinese although those are actually Cantonese and Chinese) and dual subtitles (English and Chinese).
Hmmmm......to rephrase, I would like to drag all 102 episodes and batch convert. Currently, using staxrip, I need to drag and drop each file to 'Source', then manually checks both audio and subtitles, then click 'OK', go to Container Option, checks the subtitles again, then 'OK', then 'NEXT', click 'X' ---->repeat from begining until all episodes added---->press F6 to see 'Jobs'--->then 'Start'.
It will take too long, any way to automated it?
stax76
3rd April 2016, 04:24
It can be configured at:
Main Menu > Options > Subtitles > Auto Load Subtitles
You can show the help by right-clicking the 'Auto Load Subtitles' label, by clicking on the question mark in the title bar or by pressing F1. It shows:
Subtitles loaded automatically using two letter language code (https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) separated by comma or the magic word 'all'.
Arabic: ar
Bangla: bn
Chinese: zh
English: en
French: fr
German: de
Hindi: hi
Italian: it
Japanese: ja
Korean: ko
Malay (Latin): ms
Portuguese: pt
Punjabi: pa
Russian: ru
Spanish: es
Undetermined: iv
JohnLai
3rd April 2016, 04:35
It can be configured at:
Main Menu > Options > Subtitles > Auto Load Subtitles
You can show the help by right-clicking the 'Auto Load Subtitles' label, by clicking on the question mark in the title bar or by pressing F1. It shows:
Okay, subtitle done, how about auto-check all audio at audio selection menu? I am using DSS2 source filter. I wish there is a way to automatically add all video into queue. (auto select all audio+subtitle+demux+auto queue)
For example, the competitor Handbrake has "Directory Batch Convert" mode, too bad it doesn't support VCE,Nvenc and more advanced functionality of QSV (Rigaya version is way flexible and feature rich)
stax76
3rd April 2016, 05:16
Only two audio files can be picked up automatically at the moment.
Regarding adding files for batch processing, isn't this:
Source > File Batch > Add > Add Folder
What you are looking for?
JohnLai
3rd April 2016, 06:53
Only two audio files can be picked up automatically at the moment.
Regarding adding files for batch processing, isn't this:
Source > File Batch > Add > Add Folder
What you are looking for?
.............I am sorry for being idiot here......Thanks again.
EDIT:
1) Can add "remove all" for "Jobs"? Currently, I am deleting "Jobs.dat" at "Settings" Folder as workaround. Possible to highlight multiple jobs and remove?
2) Seem like the batch mode doesn't ask for confirmation of overwriting existing files at Target location. Instead as renaming the file to Test_new.mkv, it overwrites the original file.
Yups
3rd April 2016, 15:25
latest test build adds:
- profiles can be saved from the x265/AMD/Intel/NVIDIA/ffmpeg encoding options dialogs
- Intel encoder QSVEncC added switch --output-buf, --b-pyramid, --max-bitrate
This is a great help. Not that important but custom names are not applied. When I save a new profile for Intel H.264 as "Intel H.264 Custom" it is saved as Intel H.264 in the list.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.