Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
13th August 2017, 00:22 | #2441 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
Download
https://drive.google.com/open?id=0B-...ld4dzhuTC1WWWM https://onedrive.live.com/redir?resi...nt=folder%2c7z 1.6.0.7 unstable test build
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
14th August 2017, 17:43 | #2444 | Link |
Registered User
Join Date: Aug 2006
Posts: 2,229
|
You can add any additional filter or script to the avisynth plugins directory, and they will automatically be loaded. The plugins can be used by adding the command in the script editor window as per the plugin's literature, and if you want to add more boxes just add any 'misc' filter and adjust accordingly.
|
15th August 2017, 19:18 | #2445 | Link | |
Noob
Join Date: Mar 2017
Posts: 221
|
Quote:
|
|
16th August 2017, 19:05 | #2446 | Link | |
Registered User
Join Date: Jan 2015
Posts: 286
|
Hi Frank,
i started only one encode and the mainwindow stays in background. Here is the log from the debug file: Quote:
|
|
16th August 2017, 20:26 | #2447 | Link | |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
@Cyberavater
I usually don't add a lot profiles and templates. Quote:
@Patman I've also a report via mail about it, I'll examine it once the upcoming fdkaac feature is finished, probably tomorrow.
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
|
16th August 2017, 23:40 | #2450 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
@Patman
I don't know yet what could be the reason. @Natty There is a avisynth plugin using named pipes for inter process communication, I forgot the name. You can also make a request on the tracker for a 32-bit build, it's true I don't like the idea but it's also true I've always listened to feedback.
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
17th August 2017, 19:03 | #2451 | Link |
Registered User
Join Date: Jul 2003
Location: somewhere north
Posts: 260
|
am currently testing ffmpeg with amf
so here is the settings -vcodec h264_amf Code:
Encoder h264_amf [AMD AMF H.264 Encoder]: General capabilities: delay Threading capabilities: none Supported pixel formats: nv12 bgra argb rgba yuv420p yuyv422 h264_amf AVOptions: -usage <int> E..V.... Encoder Usage (from 0 to 3) (default transcoding) transcoding E..V.... Generic Transcoding ultralowlatency E..V.... lowlatency E..V.... webcam E..V.... Webcam -profile <int> E..V.... Profile (from 66 to 100) (default main) baseline E..V.... main E..V.... high E..V.... -level <int> E..V.... Profile Level (from 0 to 62) (default auto) auto E..V.... 1.0 E..V.... 1.1 E..V.... 1.2 E..V.... 1.3 E..V.... 2.0 E..V.... 2.1 E..V.... 2.2 E..V.... 3.0 E..V.... 3.1 E..V.... 3.2 E..V.... 4.0 E..V.... 4.1 E..V.... 4.2 E..V.... 5.0 E..V.... 5.1 E..V.... 5.2 E..V.... 6.0 E..V.... 6.1 E..V.... 6.2 E..V.... -preanalysis <boolean> E..V.... Pre-Analysis Mode (default false) -quality <int> E..V.... Quality Preference (from 0 to 2) (default speed) speed E..V.... Prefer Speed balanced E..V.... Balanced quality E..V.... Prefer Quality -rc <int> E..V.... Rate Control Method (from 0 to 3) (default vbr_peak) cqp E..V.... Constant Quantization Parameter cbr E..V.... Constant Bitrate vbr_peak E..V.... Peak Contrained Variable Bitrate vbr_latency E..V.... Latency Constrained Variable Bitrate -enforce_hrd <boolean> E..V.... Enforce HRD (default false) -filler_data <boolean> E..V.... Filler Data Enable (default false) -vbaq <boolean> E..V.... Enable VBAQ (default false) -frame_skipping <boolean> E..V.... Rate Control Based Frame Skip (default false) -qp_i <int> E..V.... Quantization Parameter for I-Frame (from -1 to 51) (default -1) -qp_p <int> E..V.... Quantization Parameter for P-Frame (from -1 to 51) (default -1) -qp_b <int> E..V.... Quantization Parameter for B-Frame (from -1 to 51) (default -1) -max_au_size <int> E..V.... Maximum Access Unit Size (in bits) (from 0 to INT_MAX) (default 0) -header_spacing <int> E..V.... Header Insertion Spacing (from -1 to 1000) (default -1) -bf_delta_qp <int> E..V.... B-Picture Delta QP (from -10 to 10) (default 4) -bf_ref <boolean> E..V.... Enable Reference to B-Frames (default true) -bf_ref_delta_qp <int> E..V.... Reference B-Picture Delta QP (from -10 to 10) (default 4) -intra_refresh_mb <int> E..V.... Intra Refresh MBs Number Per Slot in Macroblocks (from 0 to INT_MAX) (default 0) -slices <int> E..V.... Number of Slices per Frame (from 1 to 8160) (default 1) -coding <int> E..V.... Coding Type (from 0 to 2) (default auto) auto E..V.... Automatic cavlc E..V.... Context Adaptive Variable-Length Coding cabac E..V.... Context Adaptive Binary Arithmetic Coding -me_half_pel <boolean> E..V.... Enable ME Half Pixel (default true) -me_quater_pel <boolean> E..V.... Enable ME Quarter Pixel (default true) Code:
Encoder hevc_amf [AMD AMF HEVC encoder]: General capabilities: delay Threading capabilities: none Supported pixel formats: nv12 bgra argb rgba yuv420p yuyv422 hevc_amf AVOptions: -usage <int> E..V.... Set the encoding usage (from 0 to 3) (default transcoding) transcoding E..V.... ultralowlatency E..V.... lowlatency E..V.... webcam E..V.... -profile <int> E..V.... Set the encoding profile (default main) (from 0 to 1) (default main) main E..V.... high E..V.... -level <int> E..V.... Set the encoding level restriction (default auto) (from 0 to 186) (default auto) auto E..V.... 1.0 E..V.... 2.0 E..V.... 2.1 E..V.... 3.0 E..V.... 3.1 E..V.... 4.0 E..V.... 4.1 E..V.... 5.0 E..V.... 5.1 E..V.... 5.2 E..V.... 6.0 E..V.... 6.1 E..V.... 6.2 E..V.... -quality <int> E..V.... Set the encoding quality (from 0 to 10) (default speed) balanced E..V.... speed E..V.... quality E..V.... -rc <int> E..V.... Set the rate control mode (from 0 to 3) (default vbr_peak) cqp E..V.... cbr E..V.... vbr_peak E..V.... vbr_latency E..V.... -gops_per_idr <int> E..V.... GOPs per IDR 0 means no IDR will be inserted (from 0 to INT_MAX) (default 60) -header_insertion_mode <int> E..V.... Set header insertion mode (from 0 to 2) (default balanced) balanced E..V.... speed E..V.... quality E..V.... -preanalysis <boolean> E..V.... Enable preanalysis (default false) -enable_vbaq <int> E..V.... Set header insertion mode (from 0 to 1) (default none) none E..V.... auto E..V.... -enforce_hrd <boolean> E..V.... Enforce HRD (default false) -filler_data <boolean> E..V.... Filler Data Enable (default false) -max_au_size <int> E..V.... Max AU Size in bits (from 0 to INT_MAX) (default 60) -min_qp_i <int> E..V.... min quantization parameter for I frame (from -1 to 51) (default -1) -max_qp_i <int> E..V.... max quantization parameter for I frame (from -1 to 51) (default -1) -min_qp_p <int> E..V.... min quantization parameter for P frame (from -1 to 51) (default -1) -max_qp_p <int> E..V.... max quantization parameter for P frame (from -1 to 51) (default -1) -qp_p <int> E..V.... quantization parameter for P frame (from -1 to 51) (default -1) -qp_i <int> E..V.... quantization parameter for I frame (from -1 to 51) (default -1) -skip_frame <boolean> E..V.... Rate Control Based Frame Skip (default false) -me_half_pel <boolean> E..V.... Enable ME Half Pixel (default true) -me_quater_pel <boolean> E..V.... Enable ME Quarter Pixel (default true)
__________________
Woah! Ninja?! http://nwgat.ninja/ (AV1 Overview) "Not available in your region" has now been redefined as "Go Pirate, you filthy scum" Nwgat |
17th August 2017, 20:40 | #2452 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
@wiak
It don't seem to be in zeranoe builds.
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
17th August 2017, 21:00 | #2453 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
@Patman
I'm absolutely not able to reproduce it, I've tried it countless times today. I made a change that possibly could fix it and I've much improved the logging info. Requirements .NET 4.7 is required on systems prior Windows 10 Version 1703 (Creators Update) https://www.microsoft.com/en-us/down....aspx?id=55170 Download https://drive.google.com/open?id=0B-...ld4dzhuTC1WWWM https://onedrive.live.com/redir?resi...nt=folder%2c7z 1.6.0.8 unstable test build
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists Last edited by stax76; 17th August 2017 at 21:02. |
19th August 2017, 04:13 | #2454 | Link |
Registered User
Join Date: Aug 2006
Posts: 2,229
|
There's a new x265 option, currently only in the nightly x265's, just to be aware for later
--splitrd-skip In the new audio settings page, if you change the codec and don't have it set to automatic it allows you to select Opus recording with qaac encoder. This may result in people trying to select incorrect combinations. BTW I like the improvements with batch handling, it's much faster to create batch jobs and start the new jobs now! Last edited by burfadel; 19th August 2017 at 06:05. |
20th August 2017, 10:26 | #2456 | Link | ||
Noob
Join Date: Mar 2017
Posts: 221
|
Quote:
Quote:
medianblur.dll is 32 bit and cant be used with stax, with advanced options in smdegrain u will also get errors regarding "dither_lut8" Last edited by Natty; 20th August 2017 at 10:39. |
||
20th August 2017, 11:33 | #2457 | Link |
Noob
Join Date: Mar 2017
Posts: 221
|
batch
earlier i used to select batch files to be encoded, indexed them and them loaded them individually to select different encoding/filtering/cropping etc settings and then started the encoding process but with the latest build i cant do that, it seems that now all files will use the same settings with no cropping
Last edited by Natty; 20th April 2019 at 06:55. |
20th August 2017, 19:18 | #2458 | Link | |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
Quote:
Code:
@echo off for %%i in (%*) do ( "D:\Apps\StaxRip.exe" -loadTemplate:"template name" %%i -addjob -exit ) Requirements .NET 4.7 is required on systems prior Windows 10 Version 1703 (Creators Update) https://www.microsoft.com/en-us/down....aspx?id=55170 Download https://drive.google.com/open?id=0B-...ld4dzhuTC1WWWM https://onedrive.live.com/redir?resi...nt=folder%2c7z 1.6.0.9 unstable test build
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
|
20th August 2017, 22:57 | #2460 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
I don't encode very often unfortunately and due to streaming and downloading the interest of most people in encoding is declining it seems, if you play media much more often then encode it then it makes sense switching focus from encoding to playback, my interest in Kodi and mpv is growing fast. This don't mean that I'll abandon staxrip, it's relative easy to maintain and still fun.
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
Thread Tools | Search this Thread |
Display Modes | |
|
|