View Full Version : RipBot264 v1.18.3 - Simple and easy to use GUI -> IPOD . PSP . CONSOLES . BLURAY
Atak_Snajpera
30th April 2015, 11:33
Are you sure you have posted whole log?
stax76
2nd May 2015, 16:16
Is there a particular Java version required? Mine is located here:
C:\ProgramData\Oracle\Java\javapath
Your GUI don't detect it. Which Java tool do you rely on? In StaxRip Java and ProjectX are optional and I'm looking to retire it, currently I'm looking for a DGDecode replacement because it's not working on Win8 x64 so it might have to retire, that's why I look how other GUIs process VOB. I had a couple of bugs in my Java detection, ProjectX seem to work both with x64 and x86 Java so my Java detection is searching different locations, this is the code:
ret = "C:\ProgramData\Oracle\Java\javapath\" + Filename
If File.Exists(ret) Then Return ret
ret = "C:\Windows\Sysnative\" + Filename
If File.Exists(ret) Then Return ret
ret = "C:\Windows\System32\" + Filename
If File.Exists(ret) Then Return ret
slalom
3rd May 2015, 08:23
Do you have Java 32bit installed?
Check your installed programs list
Atak_Snajpera
3rd May 2015, 12:49
@stax76
Detection is ultra simple
if Registry.KeyExists('SOFTWARE\JavaSoft\Java Runtime Environment')=true then java:=1 else java:=0;
currently I'm looking for a DGDecode replacement because it's not working on Win8 x64 so it might have to retire
Really win8?
stax76
3rd May 2015, 18:14
@Atak_Snajpera
following key exists on my system:
HKEY_CURRENT_USER\Software\JavaSoft\Java Runtime Environment
yet RipBot264 says 'not installed', my Java version is:
Java 8 Update 40 (64-bit)
Really win8?
Win10 too, I migrate right now to Win10 and Visual Studio 2015.
Atak_Snajpera
3rd May 2015, 18:22
sorry I forgot one important line from code
Registry.RootKey:=(HKEY_LOCAL_MACHINE);
if Registry.KeyExists('SOFTWARE\JavaSoft\Java Runtime Environment')=true then java:=1 else java:=0;
Ofcourse on x64 OS [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment] is automatically redirected to [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment] if run from 32 bit code.
stax76
3rd May 2015, 19:07
I'm not sure about this but I believe most Java tools can run on both x86 and x64, I'll just install both.
slalom
3rd May 2015, 22:26
I asked you earleir about Java x86, you didn't answer
ectrader
7th May 2015, 03:28
I have 2 win 8 and 1 win 7 doing distributed encoding. The Win 7 machine will encode the same chunks over and over. I can't figure it out. Any help would be appreciated.
Atak_Snajpera
7th May 2015, 10:30
You have to provide more information. Win8 is client or server? Record your desktop with fraps or similar software with opened server application. This way I will be able to see what is happening in server app.
apostolis21
7th May 2015, 13:07
Hello Atak_Snajpera, I am using RipBot264 v.1.17.5 and I am running Windows 7 Ultimate x64 :)
When I load a .ts file at ripbot I get the following message
http://oi57.tinypic.com/2lc77s2.jpg
Media Info from the .ts file
General
ID : 1 (0x1)
Complete name : C:\Users\APOSTOLIS\Desktop\360_moires_20150506.ts
Format : MPEG-TS
File size : 239 MiB
Duration : 8mn 38s
Overall bit rate mode : Variable
Overall bit rate : 3 859 Kbps
Video
ID : 1150 (0x47E)
Menu ID : 100 (0x64)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L3.0
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Format settings, GOP : M=3, N=15
Codec ID : 27
Duration : 8mn 38s
Bit rate : 3 474 Kbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : MBAFF
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.335
Stream size : 215 MiB (90%)
Audio
ID : 1151 (0x47F)
Menu ID : 100 (0x64)
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 2
Codec ID : 3
Duration : 8mn 38s
Bit rate mode : Constant
Bit rate : 192 Kbps
Channel(s) : 2 channels
Sampling rate : 48.0 KHz
Compression mode : Lossy
Delay relative to video : -80ms
Stream size : 11.9 MiB (5%)
Language : Greek
Text
ID : 1152 (0x480)-100
Menu ID : 100 (0x64)
Format : Teletext
Language : Greek
Menu
ID : 7007 (0x1B5F)
Menu ID : 100 (0x64)
Duration : 8mn 38s
List : 1150 (0x47E) (AVC) / 1151 (0x47F) (MPEG Audio, Greek) / 1152 (0x480) ()
Language : / Greek
I have attached getinfo.avs and renamed it to .txt so as to be able to upload it :rolleyes:
Thank you for any help, I appreciate it!!
ectrader
7th May 2015, 13:55
You have to provide more information. Win8 is client or server? Record your desktop with fraps or similar software with opened server application. This way I will be able to see what is happening in server app.
Thanks for the quick response. It was one of the server machines causing me problems. I decided to re-install Ripbot on all machines and everything is running smoothly. Thanks for your great software.
Got another curly question for you Atak.
Let's say i have a rig set up, with my main machine which is a i5, and on my LAN i I have six more nodes set up. Various machines, different CPUs, ram etc. Six different nodes.
I get an encoding job going and get it finished.
Is there any tool or setting I can use to see how much work each particular node has completed?
Atak_Snajpera
9th May 2015, 10:23
I can add some summary after encoding is completed. What exactly would you like to see in log?
soneca
9th May 2015, 19:15
Miscalculation keeping track(AC-3/448Kbps) unchanged (x.x copy stream).
To fill the disc I have to keep(force) the same bitrate. New encode or not?...
http://s20.postimg.org/9kodt4ex9/ripbot.png
http://s20.postimg.org/d5k9ccjgt/ripbot1.png
I can add some summary after encoding is completed. What exactly would you like to see in log?
It probably wouldn't need to be too complicated. You could summarise frames completed/total, such as:
Master: 12652/183506
Node 1: 32257/183506
Node 2: 14865/183506
Node 3: 19668/183506
Node 4: 61896/183506
Node 5: 23557/183506
Node 6: 18611/183506
Or even put percentages perhaps. Like this:
Master: 6.89%
Node 1: 17.58%
Node 2: 8.10%
Node 3: 10.72%
Node 4: 33.73%
Node 5: 12.84%
Node 6: 10.14%
Just a thought. You could put graphs etc. in but It's probably best to keep things simple. It would be an easy way to compare the performance of each of your nodes, see how much work each is doing compared to the others and so forth. Perhaps even see if any networks problems exist or if one node isn't doing enough as it should?
Many thanks :)
Atak_Snajpera
9th May 2015, 20:17
@soneca
Are you using two audio streams? Could you check what bitrate is calculated in older version 1.18.1?
@jonah
I was thinking about something a little bit more complex like this
Node 1: 192.168.0.1:1000
Encoded Chunks: 34 of 100 (34%)
Average Encoding Speed: 23 fps
Encoded Frames: 9876
Total Working Time: 00h:55m:23s
Node 2: 192.168.0.2:1000
Encoded Chunks: 66 of 100 (66%)
Average Encoding Speed: 21 fps
Encoded Frames: 16492
Total Working Time: 00h:57m:13s
@soneca
Are you using two audio streams? Could you check what bitrate is calculated in older version 1.18.1?
@jonah
I was thinking about something a little bit more complex like this
Node 1: 192.168.0.1:1000
Encoded Chunks: 34 of 100 (34%)
Average Encoding Speed: 23 fps
Encoded Frames: 9876
Total Working Time: 00h:55m:23s
Node 2: 192.168.0.2:1000
Encoded Chunks: 66 of 100 (66%)
Average Encoding Speed: 21 fps
Encoded Frames: 16492
Total Working Time: 00h:57m:13s
That's a brilliant idea. Nice, simple, clean.
The addition of a line with average encoding speed is a big plus. That way, you can easily see and compare the performance of any two particular nodes.
soneca
9th May 2015, 23:15
@Atak
Only one track. In version 1.18.1 the calculation is correct for passthrough or even bitrate.
http://s20.postimg.org/ssbippx8t/ripbot.png
http://s20.postimg.org/b3jry3lhp/ripbot1.png
Atak_Snajpera
10th May 2015, 12:47
@Soneca
Ok thanks I will take a look ASAP.
apostolis21
11th May 2015, 16:56
@Atak_Snajpera
could you please have a look at my problem too?
:thanks:
Atak_Snajpera
11th May 2015, 17:09
Reinstall Haali Media Splitter
Wishbringer
11th May 2015, 17:12
...I am using RipBot264 v.1.17.5 and I am running Windows 7 Ultimate x64...
Maybe you should update to 1.18.1 (I recommend 1.18.2beta update too),
and reinstall all corresponding (needed) tools too.
e.g. Matroska splitter, ffmpeg tryouts, avisynth
When there is a new release, why should Atak support old files.
Personally I think, there is no problem with Ripbot.
Maybe other programms you installed changed default behavior of splitter and filters.
Atak_Snajpera
11th May 2015, 17:37
@jonah
This encoding client stores encoding summary in ...\jobx\Chunks\DE_Log.txt file.
http://www.mediafire.com/view/xy66s7t686az95g/EncodingClient.exe
example
Node Address : 192.168.1.100:1000
Encoded Chunks : 1 of 3 (33%)
Encoded Frames : 1767
Encoding Speed : 270 fps
Node Work Time : 00:00:07
-----------------------------------
Node Address : 192.168.1.100:2000
Encoded Chunks : 1 of 3 (33%)
Encoded Frames : 1735
Encoding Speed : 273 fps
Node Work Time : 00:00:06
-----------------------------------
Node Address : 192.168.1.100:3000
Encoded Chunks : 1 of 3 (33%)
Encoded Frames : 3284
Encoding Speed : 330 fps
Node Work Time : 00:00:10
-----------------------------------
apostolis21
12th May 2015, 14:44
Reinstall Haali Media Splitter
It is fixed now, thank you :)
nekrosoft13
13th May 2015, 17:36
Hello Atak
I have new NTSC DVDs that I was trying to upscale to 720p. And every time I run them though Ripbot264 the end result has audio that is severely out of sync.
So what I tried is upscalling to 720p, minor noise remomal.
I tried just basic deinterlace (TFF). and I tried Inverse Telecine.
Every time result has out of sync audio.
here is example of one file.
General
Unique ID : 56907979353378572519509386968734165968 (0x2AD01401B64ABD4884E1FAB1F7D8EBD0)
Complete name : K:\Movies\movie.mkv
Format : Matroska
Format version : Version 2
File size : 3.74 GiB
Duration : 1h 24mn
Overall bit rate mode : Variable
Overall bit rate : 6 360 Kbps
Encoded date : UTC 2014-08-28 03:28:13
Writing application : MakeMKV v1.8.12 win(x64-release)
Writing library : libmakemkv v1.8.12 (1.3.0/1.4.1) win(x64-release)
Video
ID : 1
Format : MPEG Video
Format version : Version 2
Format profile : Main@Main
Format settings, BVOP : No
Format settings, Matrix : Custom
Codec ID : V_MPEG2
Codec ID/Info : MPEG 1 or 2 Video
Bit rate mode : Variable
Bit rate : 6 042 Kbps
Maximum bit rate : 9 800 Kbps
Width : 720 pixels
Height : 480 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Original frame rate : 29.970 fps
Standard : Component
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Scan order : Top Field First
Compression mode : Lossy
Time code of first frame : 01:00:00;00
Time code source : Group of pictures header
Language : English
Default : No
Forced : No
Color primaries : BT.601 NTSC
Transfer characteristics : BT.601
Matrix coefficients : BT.601
Audio
ID : 2
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Codec ID : A_AC3
Duration : 1h 24mn
Bit rate mode : Constant
Bit rate : 192 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Delay relative to video : 14ms
Stream size : 116 MiB (3%)
Title : Stereo
Language : English
Default : Yes
Forced : No
Text
ID : 3
Format : VobSub
Codec ID : S_VOBSUB
Codec ID/Info : The same subtitle format used on DVDs
Language : English
Default : Yes
Forced : No
Menu
00:00:00.000 : en:Chapter 01
00:08:05.485 : en:Chapter 02
00:16:32.324 : en:Chapter 03
00:19:56.862 : en:Chapter 04
00:23:01.380 : en:Chapter 05
00:31:19.711 : en:Chapter 06
00:37:38.089 : en:Chapter 07
00:42:17.535 : en:Chapter 08
00:45:24.388 : en:Chapter 09
00:49:28.298 : en:Chapter 10
00:55:03.166 : en:Chapter 11
01:00:03.600 : en:Chapter 12
01:07:00.850 : en:Chapter 13
01:10:42.905 : en:Chapter 14
01:18:22.531 : en:Chapter 15
Atak_Snajpera
13th May 2015, 19:47
I need 100 mb sample.
Tsusai
15th May 2015, 18:25
Hello Atak
I have new NTSC DVDs that I was trying to upscale to 720p. And every time I run them though Ripbot264 the end result has audio that is severely out of sync.
So what I tried is upscalling to 720p, minor noise remomal.
I tried just basic deinterlace (TFF). and I tried Inverse Telecine.
Every time result has out of sync audio.
here is example of one file.
General
Unique ID : 56907979353378572519509386968734165968 (0x2AD01401B64ABD4884E1FAB1F7D8EBD0)
Complete name : K:\Movies\movie.mkv
Format : Matroska
Format version : Version 2
File size : 3.74 GiB
Duration : 1h 24mn
Overall bit rate mode : Variable
Overall bit rate : 6 360 Kbps
Encoded date : UTC 2014-08-28 03:28:13
Writing application : MakeMKV v1.8.12 win(x64-release)
Writing library : libmakemkv v1.8.12 (1.3.0/1.4.1) win(x64-release)
Video
ID : 1
Format : MPEG Video
Format version : Version 2
Format profile : Main@Main
Format settings, BVOP : No
Format settings, Matrix : Custom
Codec ID : V_MPEG2
Codec ID/Info : MPEG 1 or 2 Video
Bit rate mode : Variable
Bit rate : 6 042 Kbps
Maximum bit rate : 9 800 Kbps
Width : 720 pixels
Height : 480 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Original frame rate : 29.970 fps
Standard : Component
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Scan order : Top Field First
Compression mode : Lossy
Time code of first frame : 01:00:00;00
Time code source : Group of pictures header
Language : English
Default : No
Forced : No
Color primaries : BT.601 NTSC
Transfer characteristics : BT.601
Matrix coefficients : BT.601
Audio
ID : 2
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Codec ID : A_AC3
Duration : 1h 24mn
Bit rate mode : Constant
Bit rate : 192 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Delay relative to video : 14ms
Stream size : 116 MiB (3%)
Title : Stereo
Language : English
Default : Yes
Forced : No
Text
ID : 3
Format : VobSub
Codec ID : S_VOBSUB
Codec ID/Info : The same subtitle format used on DVDs
Language : English
Default : Yes
Forced : No
Menu
00:00:00.000 : en:Chapter 01
00:08:05.485 : en:Chapter 02
00:16:32.324 : en:Chapter 03
00:19:56.862 : en:Chapter 04
00:23:01.380 : en:Chapter 05
00:31:19.711 : en:Chapter 06
00:37:38.089 : en:Chapter 07
00:42:17.535 : en:Chapter 08
00:45:24.388 : en:Chapter 09
00:49:28.298 : en:Chapter 10
00:55:03.166 : en:Chapter 11
01:00:03.600 : en:Chapter 12
01:07:00.850 : en:Chapter 13
01:10:42.905 : en:Chapter 14
01:18:22.531 : en:Chapter 15
Try this; add fps=29.97,ConvertFPS=true to DirectShowSource. It's been a while since I bothered to fight pure DVD in MKVs since DGIndex doesn't operate on MKVs
Ex
video=DirectShowSource("S:\Video\KB\title00.mkv",audio=false,fps=29.97,ConvertFPS=true).ConvertToYV12()
Vereor
18th May 2015, 03:46
@Atak_Snajpera
I have been a bit fan and user of ripbot264 for a long time now. Due to the higher demands of HEVC/x265 I have been playing around with Distributed Encoding for the first time and I can say that I am very impressed.
One little niggly trouble is that currently I am using 3 computers they are pretty equally spec'ed. Sometimes I just use 3 distributed servers (one on each) and sometimes I use 6 distributed servers (two on each) to max out CPU.
But they way the frames are broken up are always in weird groups such as 7, 10 or 11 etc. So I have all three working through quite nicely for the first few frame batches. But near the end, one server can be left with one part to finish by itself, or if am running 2 per computer it can even be left with 2 to finish by itself.
Any chance of a future enhancement where there can be a bit more interaction or control of how the frames are broken up. Either something really manual like specifying the frames per batch job. Or something a bit more automatic like specifying the number of total jobs to create or a group multiplier/divisor.
Other than that, keep up the great work!!!!
Atak_Snajpera
18th May 2015, 07:00
Are you using 2-pass mode or CQ?
Vereor
18th May 2015, 08:42
Are you using 2-pass mode or CQ?
If that is directed at myself, 2-pass mode.
Is that why other peoples screenshots are broken into heaps of 1500 chunks and mine are in huge 17k+ chunks? I thought that might have just been due to a version update... lol :D
Atak_Snajpera
18th May 2015, 12:28
In 2-pass mode chunks are longer than in CQ (10min vs 1min) due to how 2-pass mode works. 1 min chunk in 2-pass mode would flatten to much bitrate distribution in video file. Basically you would be wasting bitrate on scenes where it is not necessary. Graph would look like ABR encode a not true VBR. 10 min chunk is just a trade of between quality and encoding efficiency.
Vereor
18th May 2015, 13:01
In 2-pass mode chunks are longer than in CQ (10min vs 1min) due to how 2-pass mode works. 1 min chunk in 2-pass mode would flatten to much bitrate distribution in video file. Basically you would be wasting bitrate on scenes where it is not necessary. Graph would look like ABR encode a not true VBR. 10 min chunk is just a trade of between quality and encoding efficiency.
That is a really good explanation and makes perfect sense.
Thanks for that Atak_Snajpera
soneca
18th May 2015, 22:19
@Soneca
Ok thanks I will take a look ASAP.
Thank you, Atak. Could detect the error in calculation?
Atak_Snajpera
19th May 2015, 09:43
Yes. It was very easy. I basically forgot to add two short lines of code. My formula was calculating audio using bitrate and audio file size at the same time hence larger file size or smaller video bitrate.
soneca
19th May 2015, 16:21
Cool, thank you! :)
agressiv
22nd May 2015, 15:35
Trying to encode some UK Doctor Who blu-ray's which are (largely) 25fps VC1/h264 encodes. I want to to use TFF 25->50FPS (Yadif) as a de-interlacing method using CQ 1-pass. Basically RipBot264 is splitting up the chunks wrong in this case - the first 1/2 chunks are fine, the last 1/2 of the chunks are -1 frames and the last chunk is extremely long. The file is corrupt when it is done and the joinchunks fails. See screenshot.
It's certainly something with de-interlacing, because if I turn off de-interlacing (bob), everything is fine.
Other things I've tried (just for pure troubleshooting):
1) Tried BFF --> 50FPS - same problem
2) Tried TFF --> 25FPS - it works (but I don't really want to do this...)
http://i.imgur.com/LlR7USX.png
Atak_Snajpera
22nd May 2015, 16:19
Will you be able to send me 10 min sample (original untouched source video file)? I would like to have that file for easier investigation. Use https://mega.co.nz/.
I suppose that encoding client does not work on updated number of frames hence first half is ok but rest is totally wrong.
agressiv
22nd May 2015, 21:30
https://mega.co.nz/#!DIJixayC!ARTBsPFnXMDTIwItaSbinQ4hsJe5CTwM5r0JodYAsVQ
Tsusai
23rd May 2015, 04:10
I've been investigating the best way to put MakeMKV DVD rips through Ripbot with varied success (for science, I still prefer AnyDVD). If you don't know, MakeMKV just takes the DVD movie and puts it in a mkv container with no real encoding. I wish to share my findings. For this test I chose Crank, as it's got some weird cell protection juju that screws up subtitle timing, even after it's been ripped with AnyDVD. MakeMKV repairs the subtitle timing when it rips.
Problem: Loading as is, the mkv is loaded via DirectShowSource. This results in bad A/V sync.
Fix 1: most tests, adding the FPS and ConvertFPS into the DirectShowSource arguements solve this. ex video=DirectShowSource("S:\CrankMakeMKV.mkv",audio=false,fps=29.97,ConvertFPS=true).ConvertToYV12(). This plays the video back at 29.97 without any visible interlacing.
Fix 2: MKVExtract or eac3to pre-extract everything. Ripbot reads as m2v, indexes, etc. Sometimes though (and with my samples) it is a FILM type, and I run dgindex manually with Force Film to eliminate interlacing.
Original Sample: https://mega.co.nz/#!soNAiCoB!bvQ0OWGf-a-CchG1u_dRxPSURa1fjgeKmN5E4pGt0Hk
Sample w/ convertfps added: https://mega.co.nz/#!xosn1I5Z!6KPElN_QjKhEVSlZPDswMis9s5ucxsEQrYM9ZsiVZKc
Sample w/ manual extract: https://mega.co.nz/#!hg9TBZrZ!FFNM2b-Y8DTUxl3u1ib-C9z2tvD-ck6tiwVvvaF70M8
Sample w/ manual extract and ForceFilm DGindex: https://mega.co.nz/#!o5cX1bDC!4R1uyw4h9IdpoAi_9GOLjOAjo5UPpNLBum2aLxpmr6U
Personal opinion: I presume Fix 2 would be the more legit way, as the mpeg2 indexer is involved. I figure a slight check during MKVInfo to check if it's mpeg2, extract it with the rest of the tracks, and then load it with indexing.
Atak_Snajpera
23rd May 2015, 13:51
@Tsusai
I would just use this
video=DirectShowSource("CrankMakeMKV-Segment-006.mkv",audio=false,fps=23.976)
Atak_Snajpera
23rd May 2015, 14:09
https://mega.co.nz/#!DIJixayC!ARTBsPFnXMDTIwItaSbinQ4hsJe5CTwM5r0JodYAsVQ
Thanks but this sample does not require any deinterlacing. This is typical 25 fps (PAL) movie encoded as interlaced (for compatibility with specs). Both fields refer to the same frame so we do not have to do anything about that. The same story is with DVD PAL movies.
Nevertheless there is bug in encoding client when you activate 25 fps -> 50 fps conversion for sure.
soneca
23rd May 2015, 18:28
Atak, the new executable(RipBot264.exe) with the corrections of the calculations are ready, or waiting for new fixes?
Tsusai
23rd May 2015, 19:11
@Tsusai
I would just use this
video=DirectShowSource("CrankMakeMKV-Segment-006.mkv",audio=false,fps=23.976)
I performed another test today on hybrid(?) footage (anime). When using DirectshowSource, ConvertFPS was required. However deinterlacing with AnimeIVTC worked better on the indexed m2v stream than on directstreamsource.
Clip: https://mega.co.nz/#!wp8UnLrY!OBK_0mioLePOx263RV1duMGArteQw16F4OimpP-NyTA
stasi
27th May 2015, 16:19
I´m using latest Ripbot 1.18.2 BETA. I´m from Germany, so I´m using destination filenames with Umlauts, like ä, ö, ü... When I chose a filename WITHOUT Umlaut (like test.mkv), everything is fine. But if I call the file test_ü.mkv, I get an error (see attachment)
This happens after encoding is done, right before muxing the files. When I close the message, the file will be created and everything is fine.
14803
Atak_Snajpera
27th May 2015, 16:33
Use external image service.
stasi
27th May 2015, 17:06
http://www.directupload.net/file/d/4000/3sm83f58_jpg.htm
What I found out is, this error only occurs with two audio tracks. Same job, same source, just set second audio to "no audio", and no error message appears.
agressiv
28th May 2015, 05:24
Thanks but this sample does not require any deinterlacing. This is typical 25 fps (PAL) movie encoded as interlaced (for compatibility with specs). Both fields refer to the same frame so we do not have to do anything about that. The same story is with DVD PAL movies.
Nevertheless there is bug in encoding client when you activate 25 fps -> 50 fps conversion for sure.
Hmm, I dont have much experience with PAL, but I'm certainly seeing interlacing jaggies when watching these. Not all the time, but enough that I want to simply get rid of it.
Atak_Snajpera
28th May 2015, 16:09
http://www.directupload.net/file/d/4000/3sm83f58_jpg.htm
What I found out is, this error only occurs with two audio tracks. Same job, same source, just set second audio to "no audio", and no error message appears.
I did exactly the same and no error :confused:
http://i.cubeupload.com/3Up7u6.png
National character was not correctly stored but this is another story...
stasi
28th May 2015, 17:11
Maybe it only happens on german Windows 7. Just kidding. I can reproduce the error by picking any AVI or MKV, set two audio tracks (BTW first audio is OPUS, second is AC3) and after encoding the error message appears.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.