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 29th September 2014, 13:42   #13241  |  Link
damia
Registered User
 
damia's Avatar
 
Join Date: Jun 2013
Posts: 61
yes.. and sometimes when 100% frames encode and restart again encode ...
damia is offline   Reply With Quote
Old 29th September 2014, 14:46   #13242  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
Was x264/x265 still in memory?
Atak_Snajpera is offline   Reply With Quote
Old 29th September 2014, 14:48   #13243  |  Link
damia
Registered User
 
damia's Avatar
 
Join Date: Jun 2013
Posts: 61
no.... how i can contact u?? ym ?

Last edited by damia; 29th September 2014 at 14:55.
damia is offline   Reply With Quote
Old 30th September 2014, 07:01   #13244  |  Link
glas-klar
NAS-Tiger
 
Join Date: Sep 2014
Location: Germany
Posts: 2
Quote:
Originally Posted by burt123 View Post
Ripbot 1.18.0 runs VERY well on my Xeon E5-2697 v2, 12 core.

Does Ripbot work with Mac OSX Mavericks (Hackintosh) ???
Thanks for that info. At the moment I configurate a new PC System
with the new Core i7-5960X (8-Core) I`m really nosy how many speed plus this means with ripbot compared with my old I5-3570 Quad Core.

Best
Glas-Klar
glas-klar is offline   Reply With Quote
Old 30th September 2014, 20:32   #13245  |  Link
damia
Registered User
 
damia's Avatar
 
Join Date: Jun 2013
Posts: 61
atak.. how to i solve this problem??
damia is offline   Reply With Quote
Old 30th September 2014, 21:12   #13246  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
you can't. x264/x265 probably silently terminated encoding due to some decoding error. I'm not a fortune teller to tell you how to fix that from distance.
Atak_Snajpera is offline   Reply With Quote
Old 2nd October 2014, 03:42   #13247  |  Link
agressiv
Registered Loser
 
agressiv's Avatar
 
Join Date: Dec 2004
Posts: 117
x265 2-pass errors

I'm randomly getting errors on a second pass of x265 encoding.

I can clear the "chunks" directory and try it again, and it might work, it might not. I'm currently at a 50% failure rate though. (That is, 1 chunk failing on 2nd pass breaks the whole encode)

Here are the custom x265 parameters:
Quote:
--rd 4 --psy-rd 1.0 --psy-rdoq 1.0 --aq-mode 1 --aq-strength 2
Here is what is being output:
Quote:
x265 [error]: statistics are damaged at line 14391, parser out=5

aborted at input frame 1, output frame 0

encoded 0 frames
error: wrote only 2908515 of 2922480 bytes
Line 14391 is the second to last line of the stats file, and 14394 is the last line.

Quote:
in:14391 out:14391 type:B q:31.69 q-aq:24.59 tex:73744 mv:i1n4:169 1m4i3s9c0:i1n075 ic:u :out:104.003143929 pcu:2 typ eo6u266t::1.87 scu4b 3:9q:31 41t7ype.13 ;
32:b. 83 q-aqq::27.11 tex:30371 mv:9527 misc:881 icu:0.00 pcu:324243.10 scu.83: q-aq:3440.90 ;
27.08 tex:34662 mv:8977 misc:711 icu:0.00 pcu:4485.17 scu:3198.83 ;
in:14394 out:14394 type:i q:29.38 q-aq:23.66 tex:369489 mv:14067 misc:1494 icu:7684.00 pcu:0.00 scu:0.00 ;
It is clear that x265 is not appending to the text file properly. (You can see a new line intermixed with the bad line) I might replace x265_x64.exe with either a newer GCC version or one of the Intel/MSVC++ versions. This is 8.cmd/8.avs, and I've re-done pass 1 on my own and it has worked.

Here's what it should look like:
Quote:
in:14391 out:14391 type:B q:31.69 q-aq:24.59 tex:73909 mv:14212 misc:1262 icu:0.00 pcu:6148.03 scu:1535.97 ;
in:14390 out:14392 type:b q:32.82 q-aq:27.10 tex:30757 mv:8467 misc:680 icu:0.00 pcu:4205.84 scu:3478.16 ;
in:14392 out:14393 type:b q:32.82 q-aq:27.07 tex:34101 mv:8824 misc:755 icu:0.00 pcu:4426.48 scu:3257.52 ;
in:14394 out:14394 type:i q:29.38 q-aq:23.66 tex:369489 mv:14067 misc:1494 icu:7684.00 pcu:0.00 scu:0.00 ;
cutree files are identical, so it's just the text file that gets corrupt.

Here's the version I'm using:
Quote:
x265 [info]: HEVC encoder version 1.3+206-199e8f2e0d54abd1
x265 [info]: build info [Windows][GCC 4.9.1][64 bit] 8bpp
x265 [info]: Compiling by snayper [x265.ru]
This is my first time using 2-pass encoding with RipBot, so I'm only assuming that the larger chunk size is normal.

Edit: I have a bunch of encodes queued up overnight with this below version, will let you know how it goes:
Quote:
x265 [info]: HEVC encoder version 1.3+282-32f50df7fa7672f4
x265 [info]: build info [Windows][GCC 4.9.1][64 bit] 8bpp
x265 [info]: Compiling by snayper [x265.ru]
x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2

Last edited by agressiv; 2nd October 2014 at 03:52. Reason: Added new version for overnight testing
agressiv is offline   Reply With Quote
Old 2nd October 2014, 05:04   #13248  |  Link
rc71
Registered User
 
Join Date: Aug 2011
Posts: 121
Love the h265 support. Its working well.
rc71 is offline   Reply With Quote
Old 3rd October 2014, 00:10   #13249  |  Link
soneca
Registered User
 
Join Date: Feb 2008
Location: Brazil
Posts: 753
Atak, you could add a function to keep the aspect ratio?
In many movies where the aspect ratio is unusual, we have to fix manually.
soneca is offline   Reply With Quote
Old 3rd October 2014, 12:45   #13250  |  Link
agressiv
Registered Loser
 
agressiv's Avatar
 
Join Date: Dec 2004
Posts: 117
GCC Build 282 had the same problems.

I switch to an intel build:
Quote:
x265 [info]: HEVC encoder version 1.3+330-50490cd35e57
x265 [info]: build info [Windows][ICC 1400][64 bit] 8bpp
x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZ CNT BMI2
I've had 6 straight successful 2-pass encodes without problems.
agressiv is offline   Reply With Quote
Old 6th October 2014, 19:58   #13251  |  Link
RoseM
Registered User
 
Join Date: Oct 2014
Posts: 4
Audio not recognized

Hello

Someone could see why the audio of the file below isn't recognized by the program?

http://www.mediafire.com/download/5w...Globo_HD_SP.ts

Thanks
RoseM is offline   Reply With Quote
Old 7th October 2014, 12:40   #13252  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
Quote:
Originally Posted by RoseM View Post
Hello

Someone could see why the audio of the file below isn't recognized by the program?

http://www.mediafire.com/download/5w...Globo_HD_SP.ts

Thanks
Because this format is not supported by eac3to tool.

Code:
Audio #1
ID                                       : 274 (0x112)
Menu ID                                  : 59200 (0xE740)
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : HE-AAC / LC
Muxing mode                              : LATM
Codec ID                                 : 17
Duration                                 : 1mn 11s
Bit rate mode                            : Variable
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 48.0 KHz / 24.0 KHz
Compression mode                         : Lossy
Delay relative to video                  : -400ms
Probably ffmpeg will be able to convert that audio stream.
Atak_Snajpera is offline   Reply With Quote
Old 9th October 2014, 08:25   #13253  |  Link
slalom
Registered User
 
slalom's Avatar
 
Join Date: Jan 2010
Posts: 456
Hi Atak

Here is an error for v.1.17.4

Code:
Exception EConvertError in module RipBot264.exe at 0000949A
" is not a valid floating point value
Do you know what this is?
slalom is offline   Reply With Quote
Old 9th October 2014, 10:29   #13254  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
1.17.4 ???
Atak_Snajpera is offline   Reply With Quote
Old 9th October 2014, 10:38   #13255  |  Link
slalom
Registered User
 
slalom's Avatar
 
Join Date: Jan 2010
Posts: 456
You think 1.18.1 is ok with this error?
slalom is offline   Reply With Quote
Old 9th October 2014, 10:44   #13256  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
at least you can try.
Atak_Snajpera is offline   Reply With Quote
Old 9th October 2014, 17:00   #13257  |  Link
RoseM
Registered User
 
Join Date: Oct 2014
Posts: 4
Quote:
Originally Posted by Atak_Snajpera View Post
Because this format is not supported by eac3to tool.

Code:
Audio #1
ID                                       : 274 (0x112)
Menu ID                                  : 59200 (0xE740)
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : HE-AAC / LC
Muxing mode                              : LATM
Codec ID                                 : 17
Duration                                 : 1mn 11s
Bit rate mode                            : Variable
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 48.0 KHz / 24.0 KHz
Compression mode                         : Lossy
Delay relative to video                  : -400ms
Probably ffmpeg will be able to convert that audio stream.
As I am half lay, I'll try another program to convert my TS.

Thanks for the response.
RoseM is offline   Reply With Quote
Old 9th October 2014, 19:13   #13258  |  Link
slalom
Registered User
 
slalom's Avatar
 
Join Date: Jan 2010
Posts: 456
Quote:
Originally Posted by Atak_Snajpera View Post
at least you can try.
I'll get back to you, thanks
slalom is offline   Reply With Quote
Old 10th October 2014, 13:36   #13259  |  Link
hidef_rec
Registered User
 
hidef_rec's Avatar
 
Join Date: Jul 2007
Posts: 36
Quote:
Originally Posted by slalom View Post
Hi Atak

Here is an error for v.1.17.4

Code:
Exception EConvertError in module RipBot264.exe at 0000949A
" is not a valid floating point value
Do you know what this is?
I'm getting this error in both v.1.17.4 and the latest 1.18.1. Have been using RipBot264 for a few years and never had any issues.
hidef_rec is offline   Reply With Quote
Old 10th October 2014, 13:58   #13260  |  Link
slalom
Registered User
 
slalom's Avatar
 
Join Date: Jan 2010
Posts: 456
Same error appeared on version 1.18.1
__________________
E5 2697 v2 @ 3.0GHz on P9X79 Deluxe 24GB
Xeon E5-2680 v2 @ 3.1GHz 16GB
Sony Vaio VPC-F13Z1E/B
slalom is offline   Reply With Quote
Reply

Tags
264, 265, appletv, avchd, bluray, gui, iphone, ipod, ps3, psp, ripbot264, x264 2-pass, x264 gui, x264_64, x265, xbox360

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 11:06.


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