Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Boulder
Forum: Video Encoding and Conversion 01-27-2005, 12:18 PM
Replies: 17
Views: 1,280
Posted By Boulder
The specific colorspace is required by the...

The specific colorspace is required by the encoder, that's why it should most of the time be at the end of the script. The latest D2S should be able to use YV12 till the end, the subs will be a...
Forum: Video Encoding and Conversion 01-27-2005, 12:08 PM
Replies: 17
Views: 1,280
Posted By Boulder
Hmm, according to the posts I've read, the...

Hmm, according to the posts I've read, the conversion line should be the last item in the script. Have you tried the latest D2S version? I could do it tomorrow when I have the time and see what kind...
Forum: Video Encoding and Conversion 01-27-2005, 12:04 PM
Replies: 17
Views: 1,280
Posted By Boulder
That's not too clever from DVD2SVCD then :(

That's not too clever from DVD2SVCD then :(
Forum: Video Encoding and Conversion 01-27-2005, 11:52 AM
Replies: 17
Views: 1,280
Posted By Boulder
Ah, that's clever :D So if you use TMPGEnc...

Ah, that's clever :D

So if you use TMPGEnc to encode, function ConvertToYUY2(clip c){ return isYV12(c) ? c : convertToYV12(c) } should be replaced by function ConvertToYUY2(clip c){ return...
Forum: Video Encoding and Conversion 01-27-2005, 04:40 AM
Replies: 17
Views: 1,280
Posted By Boulder
function ConvertToYUY2(clip c){ return isYV12(c)...

function ConvertToYUY2(clip c){ return isYV12(c) ? c : convertToYV12(c) }

should be replaced by a simple ConverttoRGB24() if TMPGEnc is used. If conversion to YUY2 is done, TMPGEnc will do another...
Showing results 1 to 5 of 5

 

 
All times are GMT -5. The time now is 11:00 AM  —  vBulletin © Jelsoft Enterprises Ltd