View Full Version : RipBot264 v1.18.3 - Simple and easy to use GUI -> IPOD . PSP . CONSOLES . BLURAY
slalom
17th July 2012, 18:25
What is this error?
"Cannot open file E:\Temp\RipBot264temp\job1\info.txt"
DE is enabled
I got around this error. I used Autocrop and resize to HD-Full even when there was no need for that. That's triplle-checked
defalopii
18th July 2012, 09:46
OH MY GOD!!!!! I'm trying to debug this . You are supposed to show me error message from console!
use keyboard in the same way how you write your posts here.
There is no error message. the Encoding server just show me "Encoding Terminated"
Manul
18th July 2012, 15:47
read again my previous post.
Thanks for your help - Wrapping 264 elementary into MKV helped. Just for my notes, is this issue related to RB not being able to read FPS from 264 stream? Thanks again!
rc71
18th July 2012, 23:54
I found a strange bug. If a file has a ac3 sound track with only 1 channel, AAC conversion will fail. If that happens, the previous file's sound track is used. Converting it to ogg, works though.
I found this out only after deleting an entire season. DOH!
Obviously incorrectly encoded source files, but that's what I'm working with.
robf
19th July 2012, 06:20
Atak -
Another small feature request. When the distributed encoding kicks off, it would be nice for the client.exe to send a magic packet (maybe one every 5 seconds at a maximum of 5 attempts) to the remote servers that do not respond immediately. A couple of my machines spend a good ammount of time asleep and it would be convenient to have ripbot automatically wake them up when a new job has started. Of course this would require entering the MAC address to the ini file, but no biggie there.
Thanks again.
Lynx_TWO
20th July 2012, 15:43
So, I use ripbot 1.17.0 since it uses the FFT3DGPU denoise filter. I combine this with the flash3kyuu_deband filter in RipBot 1.17.2 for some fantastic results. I like the fact I can edit all parameters in the AVS script once the project is loaded, and before hitting "start".
For example, on one video I used this in the AVS script:
LoadPlugin("C:\RipBot\Tools\AviSynth plugins\flash3kyuu_deband\flash3kyuu_deband.dll")
video=FFT3DGPU(video,sigma=1.75, bt=4, sharpen=0.5).f3kdb
I get about 20FPS on x264 Slower setting 1st-pass, and 8-9FPS on the second pass. This is on an ASUS G73SW-3DE laptop.
A couple questions:
1. Now, I can encode the .w64 audio using DbPoweramp to AAC using Nero, but when I try to add the resulting AAC to Ripbot, it pauses on the "gathering information" stage.
2. Once RipBot has run through its audio conversion, I can replace the resulting audio.aac file with the Nero-encoded file, but it is an extra step.
3. Also, just a thought... Since lossy codecs like AAC are really bit-depth independent, could you not theoretically feed the AAC encoder the full 24-bit 5.1 48,000 Hz file for subjectively "better" quality instead of dithering to 16-bit first?
4. I assume the 24-bit DTS MA is being dithered to 16-bit instead of merely truncated, yes? :rolleyes:
5. I guess I could use RipBot 1.17.2 with the FFT3DGPU filter by adding it and editing the job.avs, yes? :cool:
Thanks for this program! :)
Atak_Snajpera
20th July 2012, 18:18
1. Now, I can encode the .w64 audio using DbPoweramp to AAC using Nero, but when I try to add the resulting AAC to Ripbot, it pauses on the "gathering information" stage.
2. Once RipBot has run through its audio conversion, I can replace the resulting audio.aac file with the Nero-encoded file, but it is an extra step.
Fraunhofer AAC (FhG) offers slightly better quality than NERO.
http://forum.doom9.org/showthread.php?t=161957
4. I assume the 24-bit DTS MA is being dithered to 16-bit instead of merely truncated, yes?
I don't know. You will have to check eac3to thread.
5. I guess I could use RipBot 1.17.2 with the FFT3DGPU filter by adding it and editing the job.avs, yes?
Nothing has changed in that matter. You can add whatever you want.
Lynx_TWO
20th July 2012, 18:24
Fraunhofer AAC offers slightly better quality than NERO.
http://forum.doom9.org/showthread.php?t=161957
Ahh, OK, thanks for the link! :) According to this, I should use qtaacenc with the CLI in DbPoweramp. I will test that out and report back the results, since I am not sure that qtaacenc will handle 5.1 audio... I was also under the illusion that the FAAC was the Free AAC codec.
:thanks:
Atak_Snajpera
20th July 2012, 18:26
FHG -> Fraunhofer AAC (used by RipBot264)
FAAC -> Free AAC codec (quality sucks still ;)
iSeries
20th July 2012, 23:14
I don't know. You will have to check eac3to thread.
It's being dithered to 16bit, but if converting to a lossy audio format I see no reason for the -down16 switch to be used?
Lynx_TWO
21st July 2012, 02:29
1. The Blu-Ray_ExtractStreams.cmd file has the switch -down16 added to it for eac3to. If I change it to -24 and run it, the resulting .w64 file is 24-bit, the original quality.
2. The command line for using the qtaacenc DbPoweramp's encoder is [outfile] --tvbr type [I]quality number here --highest
3. With a 2hr 3min movie as a test, and using the original 16-bit .w64 eac3to:
[infile] [outfile] --tvbr 65 --highest = 304 kbps @ 271.06 MB
[infile] [outfile] --tvbr 80 --highest = 364 kbps @ 323.98 MB
[infile] [outfile] --tvbr 90 --highest = 422 kbps @ 375.82 MB
[infile] [outfile] --tvbr 100 --highest = 470 kbps @ 418.13 MB
4. I had to encode the 24-bit file using Foobar2000 pipe throughput since DbPoweramp's CLI encoder converts the Wave64 format to .Wav Before encoding.
Naturally, the 4GB filesize limit hits, and the encoder fails. Using the --ignorelength command line in Foobar, converting to a .m4a file, then using DbPoweramp to change containers from m4a to aac was a weird process, but anyway... The resulting AAC file using [infile] [outfile] --tvbr 100 --highest = 461 kbps @ 408.15 MB
5. When I dithered the 24-bit file to a 16-bit file before encoding, bitrate actually went HIGHER, back to around 470kbps. I can only think this is because of the dithereing noise added to the audio when dithering from 24-bit to 16-bit. However, upon changing the file to 32-bit Float before feeding the encoder, the bitrate shot up to 740kbps, which was odd.
6. Perhaps the code should default to -24 instead of -down16 in Blu-Ray_ExtractStreams.cmd?
7. Would it be a pain to give the option for a higher bitrate for the audio? Instead of FHG 5.1 @ 320, maybe add a 400 or higher? From the other forums I have read, 320 5.1 AAC is eqivalent to 128 2.0 AAC in quality. With movies that are soundtrack intense, such as Lord Of The Rings, a higher bitrate may be appropriate, especially when encodeing from the DTS Master...
8. qtaacenc can handle 7.1 audio, and up to 32 bit Float input, so maybe 7.1 AAC could be added if FHG supports it as well? I do not know if that would break compatibilty with other devices though...
All your hard work is appreciated! :thanks:
Lynx_TWO
21st July 2012, 03:54
6. Perhaps the code should default to -24 instead of -down16 in Blu-Ray_ExtractStreams.cmd?
I just tested this by changing the Blu-Ray_ExtractStreams.cmd to -24 instead of -down16. FHG AAC encoded the file perfectly, as did DbPoweramp.
Oh, and the command line for DbPoweramp was --tvbr 100 --highest --ignorelength - %d
jimmain
21st July 2012, 14:42
Hi,
Thanks so much for the response.
My problem is that there is a "Copy Stream" profile for the audio but not for the video. I wish to change the audio, and do a copy stream for the video, but the option x x COPY STREAM is only available for audio.
After your movie loads into ripbot, under the video "profile" select "Copy Stream", and under the Audio section just change to what you wish...Video stays untouched, audio is whatever you want.
Is this what you're asking?
Zorro70
22nd July 2012, 04:05
Hi,
Thanks so much for the response.
My problem is that there is a "Copy Stream" profile for the audio but not for the video. I wish to change the audio, and do a copy stream for the video, but the option x x COPY STREAM is only available for audio.
ripbot encodes audio first, so just choose any video settings as long as its big enough to encode the audio, so just open the ripbot temp folder when the audio has been converted.
copy and paste the audio to somewhere lese (desktop for example)
now just use ts muxer to load in the right playlist from blu ray, or the actual whole video file if its just one big ts file, ,untick anything you dont want including audio, and now just drag and drop your audio in there and mux into whatever format you want
job done
SimonK91
22nd July 2012, 06:54
I try to set a cover picture for the MKV Files using "poster" in Ripbot, but Windows 7 never shows the Picture... Any idea?:confused:
jimmain
22nd July 2012, 07:27
Hi,
I encoded a some files yesterday using distributed encoding which worked just fine. I am trying to encode some more today and alas the distributed encoding does not start. encoding is happening only on the client.
I can run encoding client and encoding servers, and can connect. The temp directory is shared to everyone.
Are there some logs or files I can look at to try and work out why it's not working anymore.
Thanks.
Atak_Snajpera
22nd July 2012, 10:43
@jimmain
Probably you use 2-pass and your movie is shorter than 20 min.
I try to set a cover picture for the MKV Files using "poster" in Ripbot, but Windows 7 never shows the Picture... Any idea?
Windows 7 does not support that by default. You may try installing Icaros.
tretoreo
22nd July 2012, 11:34
Hi, I'm using Dextop (http://dexpot.de/index.php?id=dexpot), when Ripbot264 encoding movie in background, and I'll switch to other virtual desktop, Ripbot264 stops encode chunk, and gives me an error:
'Exception EConvertError in module EncodingClient.exe at 00023F16.
'3.48' is not a valid floating point value.'
It would be nice if RP264 have possibility send to tray and if You put back advanced settings, yes I know, I can use CMD...
Great software btw, thanks. Sorry for my english.
jimmain
22nd July 2012, 19:00
@jimmain
Probably you use 2-pass and your movie is shorter than 20 min.
Windows 7 does not support that by default. You may try installing Icaros.
Hi,
Thanks for the response, but I am using CQ-20, not 2 pass.
Maybe they are too short though.
Regards
Craig.
Atak_Snajpera
22nd July 2012, 19:24
shorter than 2 min ?
Markstar
23rd July 2012, 19:03
Hi,
I accidentally selected the wrong audio track in the Encoding settings and now I have the wrong language in my mp4-file. Is there an easy way to encode just the right audio track and mux it with the video again, removing the other audio stream? I still have the temp folder with all the settings, including all dts-files.
Thanks in advance and sorry if this is a stupid question.
slalom
23rd July 2012, 20:13
You could say that..
same page above #11564
ripbot encodes audio first, so just choose any video settings as long as its big enough to encode the audio, so just open the ripbot temp folder when the audio has been converted.
copy and paste the audio to somewhere lese (desktop for example)
now just use ts muxer to load in the right playlist from blu ray, or the actual whole video file if its just one big ts file, ,untick anything you dont want including audio, and now just drag and drop your audio in there and mux into whatever format you want
job done
Markstar
23rd July 2012, 22:29
You could say that..
same page above #11564Ups, indeed. :o
Thanks even more for your patient answer then, I really appreciate it! :thanks:
Just one more thing: In tsMuxeR, I have deleted the wrong audio stream, adden the right AAC-file, but where do I set the output format to MP4 again? If I keep the default TS, the file will work, but I'd prefer MP4 for compatibility. And none of the other choices (M2TS, Blu-ray, AVCHD and Demux) seem to be the right ones, either. I tried Google ("tsmuxer output mp4"), but couldn't find anything. :(
Sorry again.
tretoreo
23rd July 2012, 22:34
Ups, indeed. :o
Thanks even more for your patient answer then, I really appreciate it! :thanks:
Just one more thing: In tsMuxeR, I have deleted the wrong audio stream, adden the right AAC-file, but where do I set the output format to MP4 again? If I keep the default TS, the file will work, but I'd prefer MP4 for compatibility. And none of the other choices (M2TS, Blu-ray, AVCHD and Demux) seem to be the right ones, either. I tried Google ("tsmuxer output mp4"), but couldn't find anything. :(
Sorry again.
Yamb?...
Markstar
24th July 2012, 08:26
Yamb?...Perfect, thank you!
slalom
24th July 2012, 15:38
Perhaps you're looking for mkvmerge
http://www.videohelp.com/tools/MKVtoolnix
defalopii
24th July 2012, 15:43
after i put pause command on 1.cmd
'\\7.153.48.579\RipBot264temp\job3\Chunks'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
C:\Windows>"\\Defalopii-PC\Ripbot264temp\tools\avs2yuv\avs2yuv.exe" "\\Defalopii-PC\Ri
pBot264temp\job3\Chunks\1.avs" -o - | "\\Defalopii-PC\Ripbot264temp\tools\x264\x2
64_x64.exe" --pass 2 --bitrate 954 --stats "\\Defalopii-PC\RipBot264temp\job3\Chunk
s\1.stats" --fps 25 --force-cfr --min-keyint 25 --keyint 250 --frames 14934 --s
ar 1:1 --preset slower --ref 3 --deblock -1:-1 --b-adapt 2 --b-pyramid 2 --meran
ge 32 --no-fast-pskip --keyint 250 --min-keyint 25 --qpmin 10 --qpmax 51 --psy-r
d 0.00:0 --partitions i4x4,i8x8,p8x8,b8x8 --stdin y4m --output "\\Defalopii-PC\Ripb
ot264temp\job3\Chunks\1.264" -
error: Import: couldn't open "\\Defalopii-PC\RipBot264temp\job3\Chunks\1.avs"
x264 [error]: could not open output file `\\Defalopii-PC\Ripbot264temp\job3\Chunks\
1.264'
C:\Windows>pause
Press any key to continue . . .
So why the Encoding Server trying to encode local RipBot264temp folder ??
It should be encode the remote folder \\7.153.48.579\RipBot264temp\
rc71
25th July 2012, 05:21
Hi Atak !
I'd like to automatically launch RipBot at a given time and tell it to start encoding. I could schedule a Windows Task for this, but I don't know if there's a special command for RipBot that will tell him to start encoding as soon as it is launched.
Is this possible ?
As always, thanks for doing such a great app :).
Just schedule the tasks that ripbot creates. They are in the temp folder.
Arbelisk
25th July 2012, 11:33
I've been using the distributed encoding option the past few weeks and noticed when playing back my files, there are artifacts in the video in certain places. Anyone else having this issue? It does not happen when disabling distributed encoding and just using one computer.
Atak_Snajpera
25th July 2012, 11:54
Post mediainfo of the original source file.
Are you using 1.17.2 version?
Does this happen with certain codec (MPEG2,h.264,VC-1 or other)
Is Your source .avi .mp4 .mkv dvd or blu-ray?
defalopii
25th July 2012, 12:18
Post mediainfo of the original source file.
Are you using 1.17.2 version?
Does this happen with certain codec (MPEG2,h.264,VC-1 or other)
Is Your source .avi .mp4 .mkv dvd or blu-ray?
with who ure talking about ??
me or others ??
defalopii
25th July 2012, 14:39
after i put pause command on 1.cmd
'\\7.153.48.579\RipBot264temp\job3\Chunks'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
C:\Windows>"\\Defalopii-PC\Ripbot264temp\tools\avs2yuv\avs2yuv.exe" "\\Defalopii-PC\Ri
pBot264temp\job3\Chunks\1.avs" -o - | "\\Defalopii-PC\Ripbot264temp\tools\x264\x2
64_x64.exe" --pass 2 --bitrate 954 --stats "\\Defalopii-PC\RipBot264temp\job3\Chunk
s\1.stats" --fps 25 --force-cfr --min-keyint 25 --keyint 250 --frames 14934 --s
ar 1:1 --preset slower --ref 3 --deblock -1:-1 --b-adapt 2 --b-pyramid 2 --meran
ge 32 --no-fast-pskip --keyint 250 --min-keyint 25 --qpmin 10 --qpmax 51 --psy-r
d 0.00:0 --partitions i4x4,i8x8,p8x8,b8x8 --stdin y4m --output "\\Defalopii-PC\Ripb
ot264temp\job3\Chunks\1.264" -
error: Import: couldn't open "\\Defalopii-PC\RipBot264temp\job3\Chunks\1.avs"
x264 [error]: could not open output file `\\Defalopii-PC\Ripbot264temp\job3\Chunks\
1.264'
C:\Windows>pause
Press any key to continue . . .
So why the Encoding Server trying to encode local RipBot264temp folder ??
It should be encode the remote folder \\7.153.48.579\RipBot264temp\
have tried many solution given by other forums, editing registry etc still doesnt work.
this is ripbot serious bug, my version is v1.17.2
my source is from .avi .mp4 .mkv dvd and blu-ray, result still same, ripbot trying to encode from local folder not the remote folder it should be
Ryushin
25th July 2012, 14:41
with who ure talking about ??
me or others ??
It was posted to Arbelisk. The artifacts were caused by prior versions to 1.17.2
Ryushin
26th July 2012, 01:57
Okay, I've encountered something a bit weird. I have a blu-ray import of Miss Potter that was encoded at 1080/50i (Also allows Region A), which by the way is not in the official Blu-ray spec. The movie was originally filmed at 24fps and that is what I'm trying to convert it to. Adding the source to RipBot, setting up de-interlace to TFF 25fps and output speed to 24.000 FPS results in an audio file that is the correct length but devoid of any actual content in it (encodes insanely quick too). Changing the output speed to 23.976 results in an audio file with sound. Looking at the differences of the job.avs files for the two different speeds:
The 23.97fps job.avs file shows:
#Tempo
video=AssumeFPS(video,"ntsc_film")
audio=TimeStretch(audio,tempo=(24/1.001)/25*100)
The 24.000fps job.avs shows:
#Tempo
video=AssumeFPS(video,"film")
audio=TimeStretch(audio,tempo=24/25*100)
For giggles I changed the 24.000fps job.avs file to:
#Tempo
video=AssumeFPS(video,"film")
audio=TimeStretch(audio,(24/1.000)/25*100)
Adding the 24/1.000 resulted in a correct audio file. I see nothing wrong with the original 24.000fps file of using 24/25*100 and the broken audio compared to using (24/1.000)/25*100). This is probably the only 1080/50i movie I will ever encounter, but it's worth noting the problem.
Arbelisk
26th July 2012, 08:09
Post mediainfo of the original source file.
Are you using 1.17.2 version?
Does this happen with certain codec (MPEG2,h.264,VC-1 or other)
Is Your source .avi .mp4 .mkv dvd or blu-ray?
I am using 1.17.2.
I have noticed it on VC-1 and H.264 so far.
The source is Blu-Ray.
General
ID : 0 (0x0)
Complete name : A:\PRIVATE\FullDisc\JOHN_CARTER\BDMV\STREAM\00800.m2ts
Format : BDAV
Format/Info : Blu-ray Video
File size : 32.8 GiB
Duration : 2h 12mn
Overall bit rate mode : Variable
Overall bit rate : 35.6 Mbps
Maximum Overall bit rate : 48.0 Mbps
Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : 27
Duration : 2h 12mn
Bit rate mode : Variable
Bit rate : 29.0 Mbps
Maximum bit rate : 37.0 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.584
Stream size : 26.8 GiB (82%)
Audio #1
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : DTS
Format/Info : Digital Theater Systems
Format profile : MA / Core
Muxing mode : Stream extension
Codec ID : 134
Duration : 2h 12mn
Bit rate mode : Variable
Bit rate : 3 148 Kbps / 1 510 Kbps
Channel(s) : 8 channels / 6 channels
Channel positions : Front: L C R, Side: L R, Back: L R, LFE / Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 24 bits
Compression mode : Lossless / Lossy
Audio #2
ID : 4353 (0x1101)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Format profile : Dolby Digital
Mode extension : CM (complete main)
Format settings, Endianness : Big
Codec ID : 129
Duration : 2h 12mn
Bit rate mode : Constant
Bit rate : 320 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 302 MiB (1%)
Audio #3
ID : 4354 (0x1102)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Codec ID : 129
Duration : 2h 12mn
Bit rate mode : Constant
Bit rate : 640 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 604 MiB (2%)
Audio #4
ID : 4355 (0x1103)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Codec ID : 129
Duration : 2h 12mn
Bit rate mode : Constant
Bit rate : 640 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 604 MiB (2%)
Audio #5
ID : 4356 (0x1104)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Codec ID : 129
Duration : 2h 12mn
Bit rate mode : Constant
Bit rate : 320 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 302 MiB (1%)
Atak_Snajpera
26th July 2012, 10:31
@Ryushin
Thanks. I've already fixed that.
@Arbelisk
Does video corruption happen at every split point (In CQ mode every 1min, in 2Pass every 10min)?
If yes will you be able to prepare proper sample for me? You can import video.mkv from temp folder in mmg.exe and there cut out proper chunk. However sample should start from the very begining of the movie not from the middle!
hegyre
26th July 2012, 12:32
Hello Atak_Snajpera,
I'm been using RipBot since version 1.16.3
I know I've never thank you for this software, but now it's done ^^ So Thank you for RipBot.
There is one thing I have to ask, as i've always using version 1.16.x for encoding until now.
So just wondering why the profile [HIGH 4.0] HD . Progressive.txt changed between version 1.16.5 and version 1.17.0, since I didn't see any notes in the changelog for 1.17.0 about this change.
with 1.16.5 : --level 4.0 --aud --nal-hrd vbr --vbv-bufsize 25000 --vbv-maxrate 25000 --filter 0,0 --ref 3 --bframes 3 --b-adapt 1 --b-pyramid none --subme 7 --aq-mode 1 --trellis 1 --partitions all --me umh
with 1.17.0 and newer : --level 4.0 --aud --nal-hrd vbr --vbv-bufsize 25000 --vbv-maxrate 25000 --b-pyramid none
What happened to --bframes 3 and the others options ?
Also in the ini file, wondering why DefaultModeValue=20 now by default (since version 1.17.1) whereas it was 22 in version 1.17.0 and older ? (Also not mentionned in changelog)
Thanks and Regards.
Atak_Snajpera
26th July 2012, 15:46
What happened to --bframes 3 and the others options ?
--bframes 3 is now default value therefore it is omited in commandline.
with 1.16.5 : --level 4.0 --aud --nal-hrd vbr --vbv-bufsize 25000 --vbv-maxrate 25000 --filter 0,0 --ref 3 --bframes 3 --b-adapt 1 --b-pyramid none --subme 7 --aq-mode 1 --trellis 1 --partitions all --me umh
with 1.17.0 and newer : --level 4.0 --aud --nal-hrd vbr --vbv-bufsize 25000 --vbv-maxrate 25000 --b-pyramid none
since 1.17.0 command line has been modified according to x264 preset system.
Also in the ini file, wondering why DefaultModeValue=20 now by default (since version 1.17.1) whereas it was 22 in version 1.17.0 and older ? (Also not mentionned in changelog)
Just my personal choice. 22 was too low for me.
Arbelisk
26th July 2012, 19:30
@Ryushin
Thanks. I've already fixed that.
@Arbelisk
Does video corruption happen at every split point (In CQ mode every 1min, in 2Pass every 10min)?
If yes will you be able to prepare proper sample for me? You can import video.mkv from temp folder in mmg.exe and there cut out proper chunk. However sample should start from the very begining of the movie not from the middle!
It seems to happen at a split point but not every one. I will prepare a sample once I get off work. Where should I send it?
Atak_Snajpera
26th July 2012, 19:45
mediafire.com or dropbox if you have an account there. rar/zip video.mkv into chunks if it is too big for those services.
defalopii
27th July 2012, 10:55
ew...my question still not answered...ignored..!!!
What happen with you developer ??
Do You need a donation to answer my problem ??
Trayman
27th July 2012, 12:05
@defalopii Relax dude, that attitude will not give you the answer you need and might actually make Atak and others ignore you.
I can understand your frustration but Atak makes RipBot264 available to you for free in his spare time. Since you are trying to make DE work over VPN and i don't think anyone else is or has the equipment to help you at the moment. So please be patient and you will get help as soon as Atak or someone else can replicate your problem.
//Trayman
Arbelisk
27th July 2012, 19:25
mediafire.com or dropbox if you have an account there. rar/zip video.mkv into chunks if it is too big for those services.
ok, just to make sure I'm straight. I'm uploading a sample of the video.mkv before I have encoded it, correct?
Atak_Snajpera
27th July 2012, 20:00
yes correct
dlarge
27th July 2012, 21:04
Hi,
big thanks for this great App and i love it, but i have a Question about encode with subtitles.
I can take with Ripbot subtitles but only directly into the picture?
If you plan so which one normal subtitles as .sup or VobSub can use?
Atak_Snajpera
28th July 2012, 11:12
I can take with Ripbot subtitles but only directly into the picture?
use Selectable subtitles option
If you plan so which one normal subtitles as .sup or VobSub can use?
both are supported
dlarge
28th July 2012, 12:33
ah, sorry, i don`t have seen this. The fonts are little too small i think.:D
pausefisk
28th July 2012, 18:03
any chance distributed encoding will be supported for .ts files (digital recordings) ?
Atak_Snajpera
28th July 2012, 18:39
most of ts recordings is interlaced. ffms2 is not very reliable for that kind of streams.
also recordings may contain errors which will cause futher problems for decoder.
dlarge
29th July 2012, 20:17
if you plan for Lav Filter support? i think this are the future and many users are don`t have installed ffdshow and i have no problems without ffdshow.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.