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.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 18th August 2019, 15:43   #3261  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
There has been many names, sites, repos and threads but it's still the same old project.

I recently simplified the first post:

Quote:
Visit the project page at:

https://github.com/staxrip/staxrip

Last edited by stax76; 18th August 2019 at 15:45.
stax76 is offline   Reply With Quote
Old 18th August 2019, 17:26   #3262  |  Link
Patman
Registered User
 
Patman's Avatar
 
Join Date: Jan 2015
Posts: 286
Github Revan

Quote:
Originally Posted by stax76 View Post
There has been many names, sites, repos and threads but it's still the same old project.

I recently simplified the first post:
Hi Stax,

Revan use these

https://github.com/Revan654/staxrip
Patman is offline   Reply With Quote
Old 18th August 2019, 17:50   #3263  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Hi Patman,

Revan's most recent commits were made at https://github.com/staxrip/staxrip, see:

https://github.com/staxrip/staxrip/commits/master

https://github.com/Revan654/staxrip/commits/master

Last edited by stax76; 18th August 2019 at 17:52.
stax76 is offline   Reply With Quote
Old 19th August 2019, 10:10   #3264  |  Link
NikosD
Registered User
 
Join Date: Aug 2010
Location: Athens, Greece
Posts: 2,901
Quote:
Originally Posted by stax76 View Post
Few things were updated:

2.0.2.7
Just a minor issue.
It seems that if you select NVEnc cuda or NVEnc native in "Basic" submemu of nVidia H.265 encoder as decoders, the "VPP" submemu becomes not readable for the last options because it's been added a new field that makes it bigger than VPP window.

For all the other decoders, VPP menu is fine as they don't offer the added option.
__________________
Win 10 x64 (19042.572) - Core i5-2400 - Radeon RX 470 (20.10.1)
HEVC decoding benchmarks
H.264 DXVA Benchmarks for all
NikosD is offline   Reply With Quote
Old 19th August 2019, 12:44   #3265  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
Originally Posted by NikosD View Post
Just a minor issue.
It seems that if you select NVEnc cuda or NVEnc native in "Basic" submemu of nVidia H.265 encoder as decoders, the "VPP" submemu becomes not readable for the last options because it's been added a new field that makes it bigger than VPP window.

For all the other decoders, VPP menu is fine as they don't offer the added option.
Thanks, I fixed it by increasing the height of the dialog.
stax76 is offline   Reply With Quote
Old 19th August 2019, 16:05   #3266  |  Link
Patman
Registered User
 
Patman's Avatar
 
Join Date: Jan 2015
Posts: 286
Quote:
Originally Posted by stax76 View Post
Oh ya, you're right. Thanks Stax.

Gesendet von meinem HMA-L09 mit Tapatalk
__________________
Tools for StaxRip | x264 - x265
Patman is offline   Reply With Quote
Old 19th August 2019, 18:46   #3267  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
2.0.3 Stable
  • colorspace="YV12" removed from ffms2 defaults because it converts to 8 bit
  • the x264 encoder uses now avs2pipemod64 because the avs input did not support 10 bit
  • DTS-X is now demuxed as dtshd instead of mka
  • update: mkvtoolnix 36.0.0
  • update: avs FluxSmooth 1.4.7
  • update: avsmeter 2.9.5
stax76 is offline   Reply With Quote
Old 19th August 2019, 19:11   #3268  |  Link
Zetti
Registered User
 
Join Date: Dec 2015
Posts: 309
Is there problems with MediaInfo v19.07 since it's not included??
Zetti is offline   Reply With Quote
Old 19th August 2019, 19:24   #3269  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Quote:
Originally Posted by stax76 View Post
  • the x264 encoder uses now avs2pipemod64 because the avs input did not support 10 bit
FWIW: x264cli's avs input supports 16 bit.
sneaker_ger is offline   Reply With Quote
Old 19th August 2019, 20:28   #3270  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
Originally Posted by Zetti View Post
Is there problems with MediaInfo v19.07 since it's not included??
Just forgotten to update, I added it to the issue tracker.

Quote:
FWIW: x264cli's avs input supports 16 bit.
This is what I got:

Code:
x264 --crf 18 --output-depth 10 --output output.h264 input.avs

avs [error]: not supported pixel type: YUV420P10
x264 [error]: could not open input file 'input.avs'
stax76 is offline   Reply With Quote
Old 19th August 2019, 21:36   #3271  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
16 bit input. I mean e.g.:
Code:
ffvideosource("source.mkv") #10 bit source
ConvertBits(16)
sneaker_ger is offline   Reply With Quote
Old 19th August 2019, 22:46   #3272  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
Originally Posted by sneaker_ger View Post
16 bit input. I mean e.g.:
Code:
ffvideosource("source.mkv") #10 bit source
ConvertBits(16)
Good to know. In the next build there is a piping tool option (Automatic, None, vspipe, avs2pipemod, ffmpeg) in the x264 options in the Other tab. What I noticed is that piping with ffmpeg does not work with 10 bit, with 8 bit input it works.

ffmpeg -i movie.avs -f yuv4mpegpipe -loglevel fatal -hide_banner - | x264 --crf 18 --output-depth 10 --demuxer y4m --frames 1553 --output movie.h264 -

y4m [error]: bad sequence header magic
x264 [error]: could not open input file `-'

Last edited by stax76; 19th August 2019 at 22:48.
stax76 is offline   Reply With Quote
Old 19th August 2019, 23:04   #3273  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
ffmpeg can pipe y4m 10 bit but you need to set -strict -1
sneaker_ger is offline   Reply With Quote
Old 19th August 2019, 23:59   #3274  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
It works, thanks.
stax76 is offline   Reply With Quote
Old 20th August 2019, 06:26   #3275  |  Link
NikosD
Registered User
 
Join Date: Aug 2010
Location: Athens, Greece
Posts: 2,901
Quote:
Originally Posted by stax76 View Post
2.0.3 Stable
For your next update:

All three Hardware Encoders have a slightly newer version than StaxRip:

NVEnc v4.45 (StaxRip v4.44)
QSVEnc v3.24 (StaxRip v3.23)
VCEEnc v4.02 (StaxRip v4.01)
__________________
Win 10 x64 (19042.572) - Core i5-2400 - Radeon RX 470 (20.10.1)
HEVC decoding benchmarks
H.264 DXVA Benchmarks for all
NikosD is offline   Reply With Quote
Old 20th August 2019, 15:11   #3276  |  Link
Zetti
Registered User
 
Join Date: Dec 2015
Posts: 309
FFmpeg v4.2 is also not included.
Zetti is offline   Reply With Quote
Old 20th August 2019, 15:58   #3277  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
All three Hardware Encoders have a slightly newer version than StaxRip:

NVEnc v4.45 (StaxRip v4.44)
QSVEnc v3.24 (StaxRip v3.23)
VCEEnc v4.02 (StaxRip v4.01)
It's now on the issue tracker.

Quote:
FFmpeg v4.2 is also not included.
I'm waiting for a new Wolfberry build.
stax76 is offline   Reply With Quote
Old 20th August 2019, 17:05   #3278  |  Link
Patman
Registered User
 
Patman's Avatar
 
Join Date: Jan 2015
Posts: 286
Quote:
Originally Posted by stax76 View Post
It's now on the issue tracker.



I'm waiting for a new Wolfberry build.
Here is new Wolfberry build

ffmpeg-20190808-af3ddd5-win64-static.7z

And here is Wolfberry's collection:

Monochrome Anomaly (Sig Wolfberry)

Last edited by Patman; 20th August 2019 at 17:26.
Patman is offline   Reply With Quote
Old 20th August 2019, 19:13   #3279  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Thanks, I've added it to the issue tracker.
stax76 is offline   Reply With Quote
Old 24th August 2019, 06:58   #3280  |  Link
aegisofrime
Registered User
 
Join Date: Apr 2009
Posts: 478
Hi all,

Can I ask why does StaxRip keep complaining that my Avisynth plugins directory is missing? It is not missing and present in both Staxrip's directory and in my Program Files folder. I have also tried installing the provided installer as suggested, with the same results.

Also, recently all my encodes have been erroring out with the following:

Code:
Video encoding using x265 3.1 failed with exit code: 1 (0x1)

The exit code might be a system error code: STATUS_WAIT_1

The exit code might be a system error code: Incorrect function.
I'm encoding with x265, and I have verified that the encoded file is fine actually. This results in me needing to manually mux the .hevc with the audio file which is annoying...

Last edited by aegisofrime; 24th August 2019 at 07:16.
aegisofrime is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:47.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.