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

Reply
 
Thread Tools Search this Thread Display Modes
Old 20th July 2017, 12:11   #2341  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
The wiki says the color format is available. Not a function of the same name.

Try:
ConvertBits(10) #if source depth != 10
ConvertToYUV422()

or maybe
ConvertBits(16) #if source depth != 16
ConvertToYUV422()
ConvertBits(10)

Not really sure what's better.
sneaker_ger is offline   Reply With Quote
Old 20th July 2017, 12:26   #2342  |  Link
Magik Mark
Registered User
 
Join Date: Dec 2014
Posts: 666
Thanks will give it a try
__________________
Asus ProArt Z790 - 13th Gen Intel i9 - RTX 3080 - DDR5 64GB Predator - LG OLED C9 - Yamaha A3030 - Windows 11 x64 - PotPlayerr - Lav - MadVR
Magik Mark is offline   Reply With Quote
Old 20th July 2017, 12:53   #2343  |  Link
Magik Mark
Registered User
 
Join Date: Dec 2014
Posts: 666
Tried:

ConvertToYV16(matrix="Rec709")
ConvertBits(10)

Video Greenish. Source is 4:2:0 8bit. what did I miss?
__________________
Asus ProArt Z790 - 13th Gen Intel i9 - RTX 3080 - DDR5 64GB Predator - LG OLED C9 - Yamaha A3030 - Windows 11 x64 - PotPlayerr - Lav - MadVR
Magik Mark is offline   Reply With Quote
Old 20th July 2017, 13:18   #2344  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Log? Screenshot? In which software is it displayed green? The script or the encoded file?
sneaker_ger is offline   Reply With Quote
Old 21st July 2017, 11:35   #2345  |  Link
Natty
Noob
 
Join Date: Mar 2017
Posts: 221
Quote:
Originally Posted by Magik Mark View Post
Video Greenish. Source is 4:2:0 8bit. what did I miss?
source and encoded file?
Natty is offline   Reply With Quote
Old 22nd July 2017, 11:08   #2346  |  Link
Patman
Registered User
 
Patman's Avatar
 
Join Date: Jan 2015
Posts: 286
Hi Stax,

Quote:
1.5.3.4 unstable test build

fix: the main window stayed in the background instead of being activated to be top most
Problem still exists. When loading first file everything is ok, but when loading second file, window still stayed in background. Please check.

Last edited by Patman; 22nd July 2017 at 11:11.
Patman is offline   Reply With Quote
Old 22nd July 2017, 11:44   #2347  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Hi Patman, I'll check it.
stax76 is offline   Reply With Quote
Old 22nd July 2017, 13:05   #2348  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Patman, I've tried a couple of things but so far I'm not able to reproduce it.
stax76 is offline   Reply With Quote
Old 22nd July 2017, 21:06   #2349  |  Link
drizzit
Registered User
 
Join Date: Jul 2016
Posts: 11
First of all thank you for the program!

Still really new to this program so I might be doing something wrong but I'm having trouble with warnings about 260 character limit.

No matter what I set the temp files folder as the initial check when I try to open a source file seem to assume the original file location as the temp files location and if that path is too long I get an error.

Example:
File located at d:/temp movies/test.series.season 01/file.mkv

Temp path set as d:/temp/%source_name%_temp\

When initially opening the file (please assume my path above is long enough to trigger the 260 char warning for the sake of the example) I get an error saying the temp path might be too long and it gives me the original path as such
d:/temp movies/test.series.season 01/test.series.season 01_temp/file.mkv

However if I shorten the path to the original file so I manage to open the file without triggering the above error as soon as the file is opened the temp path is now handled correctly as set in the settings.
My expectations would be that the set path is used for the inital check too but this doesnt seem to be the case unless I'm missing something?

Edited to add I'm using latest test build 1.5.3.4

Last edited by drizzit; 22nd July 2017 at 21:10. Reason: Adding version info
drizzit is offline   Reply With Quote
Old 23rd July 2017, 10:07   #2350  |  Link
Schattenspieler
Registered User
 
Join Date: May 2012
Posts: 42
Well, drizzit, the problem is probably -> obviously not the path to the temp-folder, but to the source. If either one is longer that 260 chars, you get an error. Or did I misunderstand you?
Schattenspieler is offline   Reply With Quote
Old 23rd July 2017, 11:23   #2351  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
@drizzit

There is a open issue on the tracker, I'll examine it after the upcoming release.
stax76 is offline   Reply With Quote
Old 23rd July 2017, 12:14   #2352  |  Link
Zetti
Registered User
 
Join Date: Dec 2015
Posts: 308
MKVToolNix v14.0.0 is released.
Zetti is offline   Reply With Quote
Old 23rd July 2017, 13:58   #2353  |  Link
drizzit
Registered User
 
Join Date: Jul 2016
Posts: 11
Quote:
Originally Posted by stax76 View Post
@drizzit

There is a open issue on the tracker, I'll examine it after the upcoming release.
Ah I missed that

Sorry about the duplicate and thank you very much for the answer. Good to get confirmation its not me doing something wrong.

I'm a recent convert but I'm really loving your work, please keep it up!


@Schattenspieler The source path is long but not too long. The problem is that IF I would use the source path as temp directory it would be too long and the error check ignores the manually set temp files folder that would make the path short enough to not trigger the error. Hope that made more sense?
drizzit is offline   Reply With Quote
Old 23rd July 2017, 15:11   #2354  |  Link
Schattenspieler
Registered User
 
Join Date: May 2012
Posts: 42
Aye, now I got it, drizzit! ^^

@stax76: Importing of command line options seems to work so far, but the CRF value is not changed. No big deal for now, since one can change it easily. Didn't have time to check it further, though, yet.
Schattenspieler is offline   Reply With Quote
Old 25th July 2017, 21:14   #2355  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
The stable release is available now. Things will be slower or even paused but I will be back!

https://github.com/stax76/staxrip/releases/tag/1.6
stax76 is offline   Reply With Quote
Old 25th July 2017, 21:22   #2356  |  Link
NikosD
Registered User
 
Join Date: Aug 2010
Location: Athens, Greece
Posts: 2,901
You were throwing new releases like a machine gun!

Latest nightly I tried it was a very impressive work especially in the working progress window of the various stages of the transcoding pipeline.

I'll probably try tomorrow the new stable release.

Thank you for the new version.
__________________
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 26th July 2017, 00:49   #2357  |  Link
drizzit
Registered User
 
Join Date: Jul 2016
Posts: 11
for the update!
drizzit is offline   Reply With Quote
Old 26th July 2017, 09:45   #2358  |  Link
Vulpix
Registered User
 
Join Date: Mar 2015
Posts: 20
I am so happy that you didn't leave us, @stax76 ! StaxRip is the best encoding tool for people who aren't afraid to go a little deeper!
Vulpix is offline   Reply With Quote
Old 26th July 2017, 13:43   #2359  |  Link
craigpro
Registered User
 
Join Date: Feb 2003
Posts: 68
thank you so much stax76!
craigpro is offline   Reply With Quote
Old 27th July 2017, 09:47   #2360  |  Link
burfadel
Registered User
 
Join Date: Aug 2006
Posts: 2,229
Here's a new one for you:
Quote:
ManagementException

Call cancelled

System.Management.ManagementException: Call cancelled
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at System.Linq.Enumerable.<OfTypeIterator>d__93`1.MoveNext()
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.String.Join(String separator, IEnumerable`1 values)
at StaxRip.LogBuilder.WriteEnvironment() in D:\Projekte\VS\VB\StaxRip\General\LogBuilder.vb:line 72
at StaxRip.MainForm.OpenVideoSourceFiles(IEnumerable`1 files, Boolean isNotEncoding) in D:\Projekte\VS\VB\StaxRip\Forms\MainForm.vb:line 1906
I was running two encodes at a time, the message therefore showed twice.

Last edited by burfadel; 27th July 2017 at 09:49.
burfadel is offline   Reply With Quote
Reply

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 10:01.


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