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

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 11th July 2019, 21:38   #621  |  Link
mparade
Registered User
 
Join Date: Nov 2013
Posts: 577
Quote:
------- Convert MKA to FLAC 2 using ffmpeg 2019-05-29 Wolfberry -------

C:\StaxRipV2023x64\Apps\Encoders\ffmpeg\ffmpeg.exe -i "C:\Temp\x\x.mka" -y -hide_banner -ac 2 "C:\Temp\x\x.flac"

Input #0, dts, from 'C:\Temp\x\x.mka':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Audio: dts (DTS-HD MA), 48000 Hz, 7.1, s32p (24 bit)
Stream mapping:
Stream #0:0 -> #0:0 (dts (dca) -> flac (native))
Press [q] to stop, [?] for help
Output #0, flac, to 'C:\Temp\x\x.flac':
Metadata:
encoder : Lavf58.27.103
Stream #0:0: Audio: flac, 48000 Hz, stereo, s32 (24 bit), 128 kb/s
Metadata:
encoder : Lavc58.52.102 flac
video:0kB audio:1224817kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000661%

Start: 8:44:22
End: 8:47:10
Duration: 00:02:47
source is 7.1 DTS-X, ffmpeg converted to stereo, however my settings correct for keeping number of channels etc. I thought ffmpeg can decode DTS-X as DTS-HD MA.
Anyone knows why?
mparade is offline  
Old 13th July 2019, 00:58   #622  |  Link
Natty
Noob
 
Join Date: Mar 2017
Posts: 221
ColorMatrix(Mode="Rec.601->Rec.709")

whenever I use this, staxrip just hangs and then crashes

http://avisynth.nl/index.php/Externa...oma_correction
Natty is offline  
Old 14th July 2019, 20:35   #623  |  Link
AMED
Registered User
 
AMED's Avatar
 
Join Date: Sep 2004
Location: Auckland, New Zealand
Posts: 466
Quote:
Originally Posted by mparade View Post
source is 7.1 DTS-X, ffmpeg converted to stereo, however my settings correct for keeping number of channels etc. I thought ffmpeg can decode DTS-X as DTS-HD MA.
Anyone knows why?
Its the -ac 2 in your log that is causing it. Have you accidentally set a custom parameter somewhere in the audio profile?
__________________
A Man Eating Duck
AMED is offline  
Old 14th July 2019, 22:39   #624  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
Originally Posted by mparade View Post
source is 7.1 DTS-X, ffmpeg converted to stereo, however my settings correct for keeping number of channels etc. I thought ffmpeg can decode DTS-X as DTS-HD MA.
Anyone knows why?
Can you upload a short sample or post mediainfo using the built in mediainfo gui in developer mode.

Quote:
ColorMatrix(Mode="Rec.601->Rec.709")

whenever I use this, staxrip just hangs and then crashes

http://avisynth.nl/index.php/Externa...oma_correction
I cannot find a x64 plugin named ColorMatrix.

Quote:
Something very minor I found using dotnet 4.8 build of v2.0.2.4 (Revan654).

When i have minimize processing dialog to tray enabled in the settings and then minimise StaxRip in a batch run it just disappears from the taskbar and doesn't appear in the system tray. I couldn't find any way to get focus of the StaxRip processing window so i had to kill tasks and then rerun it again with that setting disabled.
I committed a change that might fix it.

Quote:
NvEnc will not encode with Vapoursynth R46 because it expects to find vsscript.dll in the system directory. But it works fine with x265.

staxrip.log
vpy: Failed to load vsscript.dll.
Failed to open input file.

https://github.com/vapoursynth/vapou...ster/ChangeLog
Line 6: "the windows installer no longer puts a copy of vsscript.dll in the system directory and no longer writes the legacy registry entries, deprecated since r31"
I believe it's a problem in nvencc, maybe you can report it to the nvencc tracker.
stax76 is offline  
Old 15th July 2019, 00:25   #625  |  Link
Natty
Noob
 
Join Date: Mar 2017
Posts: 221
Quote:
Originally Posted by stax76 View Post
I cannot find a x64 plugin named ColorMatrix.
https://forum.doom9.org/showthread.p...05#post1374605


https://github.com/sorayuki/ColorMatrix/releases
Natty is offline  
Old 15th July 2019, 00:30   #626  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
does not work for me.

Code:
Cannot load a 32 bit DLL in 64 bit Avisynth: 'C:/Users/jd/Desktop/colormatrix_v2_6/colormatrix.dll'.

(D:\Samples\aaa_temp\aaa_new.avs, line 5)
stax76 is offline  
Old 15th July 2019, 09:24   #627  |  Link
lasa
Registered User
 
Join Date: Jul 2012
Posts: 6
With the Version 2.0.2.4 I get an error when I trie to open a VC1 File.

Video format VC-1 is not supported.

What can I do, to open it correct?
lasa is offline  
Old 15th July 2019, 10:35   #628  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
You mean the file extension is VC1? Does that play in mpc or mpv?
stax76 is offline  
Old 15th July 2019, 10:53   #629  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by stax76 View Post
I cannot find a x64 plugin named ColorMatrix.
I made a 64 bit version.
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline  
Old 15th July 2019, 12:01   #630  |  Link
lasa
Registered User
 
Join Date: Jul 2012
Posts: 6
Quote:
Originally Posted by stax76 View Post
You mean the file extension is VC1? Does that play in mpc or mpv?
I have a demuxed MKV file with VC1 codec. MPC plays the file.
lasa is offline  
Old 15th July 2019, 18:48   #631  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
So you had a MKV file that was containing VC1 and you demuxed this into a raw VC1 file?
stax76 is offline  
Old 15th July 2019, 19:33   #632  |  Link
Natty
Noob
 
Join Date: Mar 2017
Posts: 221
can i somehow put all stax bundled dlls/avsi files located in subfolders of staxrip/apps/plugins/avs in one single folder (not program files/avisynth)? it will make it easier to manual update them, keep a track of versions and scan via avsmeter64 in case of some issues.
Natty is offline  
Old 16th July 2019, 01:14   #633  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
Originally Posted by Natty View Post
can i somehow put all stax bundled dlls/avsi files located in subfolders of staxrip/apps/plugins/avs in one single folder (not program files/avisynth)? it will make it easier to manual update them, keep a track of versions and scan via avsmeter64 in case of some issues.
You can do that using the custom path option in the toolbar of the app manage dialog.
stax76 is offline  
Old 16th July 2019, 11:37   #634  |  Link
Santojob
Registered User
 
Join Date: Mar 2017
Posts: 7
I ask for advice

I'm doing tests with StaxRip, compressing videos in x265 + nVENC, the quality is good and especially the speed very fast. Could you recommend the implementation of a filter that improves the final quality of the x265 video and does not consume or reduce compression times too much?

Last edited by Santojob; 16th July 2019 at 14:45.
Santojob is offline  
Old 16th July 2019, 15:40   #635  |  Link
videoh
Useful n00b
 
Join Date: Jul 2014
Posts: 1,667
Look for the MakeAnyVideoBetter() filter.
videoh is offline  
Old 16th July 2019, 15:49   #636  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Quote:
Originally Posted by Santojob View Post
I'm doing tests with StaxRip, compressing videos in x265 + nVENC, the quality is good and especially the speed very fast. Could you recommend the implementation of a filter that improves the final quality of the x265 video and does not consume or reduce compression times too much?
removegrain(1) helps a bit with compressibility(2-3%) and is usually a safe and very fast option.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline  
Old 16th July 2019, 19:06   #637  |  Link
AMED
Registered User
 
AMED's Avatar
 
Join Date: Sep 2004
Location: Auckland, New Zealand
Posts: 466
There is an update to the VS script ResampleHQ.

https://gist.github.com/4re/64642122e359c37543fe

Looks like calling the script has been renamed to Resample_HQ now
__________________
A Man Eating Duck

Last edited by AMED; 16th July 2019 at 19:16.
AMED is offline  
Old 16th July 2019, 20:21   #638  |  Link
Natty
Noob
 
Join Date: Mar 2017
Posts: 221
Quote:
Originally Posted by videoh View Post
Look for the MakeAnyVideoBetter() filter.
Natty is offline  
Old 16th July 2019, 20:53   #639  |  Link
Trench
Registered User
 
Join Date: Sep 2015
Posts: 16
I like the new black icon, and would vote to keep that. It did need the white outline that was added. The resampling done to create the lower-resolution versions in the .ico file didn't always maintain the needed amount of white outline, though, as shown in attached screen shot.

The attached .ico file contains updated lower resolutions, which "do better" at this. Its still not perfect nor a hand-tuned version (yet) for those lower resolutions, but might do better as the placeholder until more icon decisions or improvements are made.

For what it's worth.
Attached Images
 
Attached Files
File Type: zip StaxRip.icon.cleanup.ico.zip (31.1 KB, 21 views)
Trench is offline  
Old 16th July 2019, 21:45   #640  |  Link
Santojob
Registered User
 
Join Date: Mar 2017
Posts: 7
Quote:
Originally Posted by ChaosKing View Post
removegrain(1) helps a bit with compressibility(2-3%) and is usually a safe and very fast option.
Thank you very much for your advice ChaosKing that I will definitely try. I do not have much knowledge and time to try other things.

videoh Thank you very much for nothing.
Santojob is offline  
Closed Thread

Tags
aac, hdr, hevc, nvenc, staxrip, x264, x265

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 18:05.


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