View Full Version : TX264 0.9.8 - GUI for x264 with audio encoding support
Pages :
1
2
3
4
5
[
6]
7
8
SeeMoreDigital
5th March 2013, 19:02
I'm having problems with Win8 32-bit... For some reason when ever I try to close down TX264 I obtain an 'Error Window'.
Here the log:
ozok
7th March 2013, 00:45
@SeeMoreDigital, TX264 is designed to work as a portable program, it keeps settings file in its folder. When you put it in ProgramFiles folder where programs are not allowed to write, it tries to write settings file to there and since it is not allowed, this causes an error. You can copy TX264 to an other location (like C:\tx264) where it can write to.
SeeMoreDigital
13th March 2013, 21:31
Thanks ozok,
What a 'school-boy' error for me to make :o
Now that I have TX264 running correctly I'm trying to create a 'Pre-defined' profile for TX264 which offers the same (or near enough) settings as my old AutoMKV 0.98 profile. However, I don't seem to be able to obtain the same looking output.
My AutoMKV 0.98 profile looks like this: -
<?xml version="1.0"?>
<VideoProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>x264_QuickTime</Name>
<EncodingMode>4</EncodingMode>
<BitrateQuantizer>1000</BitrateQuantizer>
<KeyframeInterval>250</KeyframeInterval>
<NbBframes>3</NbBframes>
<MinQuantizer>10</MinQuantizer>
<MaxQuantizer>51</MaxQuantizer>
<Turbo>false</Turbo>
<MaxNumberOfPasses>3</MaxNumberOfPasses>
<NoDCTDecimate>false</NoDCTDecimate>
<PSNRCalculation>false</PSNRCalculation>
<noFastPSkip>false</noFastPSkip>
<NoiseReduction>0</NoiseReduction>
<MixedRefs>false</MixedRefs>
<X264Trellis>1</X264Trellis>
<NbRefFrames>4</NbRefFrames>
<AlphaDeblock>0</AlphaDeblock>
<BetaDeblock>0</BetaDeblock>
<SubPelRefinement>5</SubPelRefinement>
<MaxQuantDelta>4</MaxQuantDelta>
<TempQuantBlur>0</TempQuantBlur>
<BframePredictionMode>3</BframePredictionMode>
<VBVBufferSize>0</VBVBufferSize>
<VBVMaxBitrate>25000</VBVMaxBitrate>
<METype>umh</METype>
<MERange>16</MERange>
<MinGOPSize>25</MinGOPSize>
<Profile>1</Profile>
<Level>4.0</Level>
<IPFactor>1.4</IPFactor>
<PBFactor>1.3</PBFactor>
<ChromaQPOffset>0</ChromaQPOffset>
<VBVInitialBuffer>0.9</VBVInitialBuffer>
<BitrateVariance>1.0</BitrateVariance>
<QuantCompression>0.6</QuantCompression>
<TempComplexityBlur>20</TempComplexityBlur>
<TempQuanBlurCC>0.5</TempQuanBlurCC>
<SCDSensitivity>40</SCDSensitivity>
<BframeBias>0</BframeBias>
<Deblock>true</Deblock>
<Cabac>true</Cabac>
<WeightedBPrediction>false</WeightedBPrediction>
<AdaptiveBFrames>true</AdaptiveBFrames>
<BFramePyramid>false</BFramePyramid>
<ChromaME>true</ChromaME>
<P8x8mv>true</P8x8mv>
<B8x8mv>true</B8x8mv>
<I4x4mv>true</I4x4mv>
<I8x8mv>false</I8x8mv>
<P4x4mv>true</P4x4mv>
<AdaptiveDCT>false</AdaptiveDCT>
<SSIMCalculation>false</SSIMCalculation>
<Interlaced>false</Interlaced>
<Width>false</Width>
<Sar>false</Sar>
<aud>false</aud>
<nal-hrd>false</nal-hrd>
<pulldown>0</pulldown>
<aq-mode>false</aq-mode>
<aq-strength>false</aq-strength>
<psy-rd>false</psy-rd>
<deadzone-inter>false</deadzone-inter>
<deadzone-intra>false</deadzone-intra>
<fpel-cmp>false</fpel-cmp>
<me-prepass>false</me-prepass>
<QuantizerMatrixType>0</QuantizerMatrixType>
I think I must have missed something (again). Can anybody advise what the equivalent (or near enough) TX264 '.pdo' file settings would be for me to try please?
Cheers
ozok
14th April 2013, 20:18
Update:
--0.9.5
-Added: Support for fdkaac
-Added: Audio encoding wil lbe done before video encoding (thx to XStylus)
-Added: Skin
-Added: Option to disable skin
-Fixed: Audio ID problem with some vob or mpeg files
-Fixed: Couldn't show Lame progress
-Fixed: GUI got distorted after an encode
-Improved: Lowered CPU usage of GUI during an encode
-Updated: MkvToolNix to 6.1.0
-Updated: x264 to rev2273
-Updated: Alphacontrols to 8.31 Beta
-Updated: QAAC to 2.18
darkio
15th April 2013, 07:31
No deinterlace or ivtc methods ?
ozok
16th April 2013, 18:42
No deinterlace or ivtc methods ?
No, I'm afraid.
ozok
26th April 2013, 15:35
Update:
--0.9.6
-Fixed: Couldn't open avs files (thx to MerolaC)
-Fixed: Files without audio streams or avs files caused some problems (thx to MerolaC)
-Fixed: Vobsub streams couldn't be muxed to output
-Fixed: Audio extraction progress wasn't shown
-Changed: Skin
-Improved: GUI's CPU usage while encoding is lowered
-Removed: CPU usage bar
-Updated: x264 to rev2309
BK-201
3rd May 2013, 17:22
How to load AVS script with tx264?
Just open them like any other video file (ie drag&drop). I cannot say if it will be converted properly because I used only very simple scripts.
BK-201
3rd May 2013, 17:33
Okay I'll give it a try, that's if I can create an avs script lol
I'll post the results, if I have success. :D
BK-201
3rd May 2013, 17:38
haha turns out I don't know what I'm doing, thought I did, could you give an example of an AVS script? :P
I don't use avs. But I used info from here (http://ffmpegsource.googlecode.com/svn/trunk/doc/ffms2-avisynth.html).
XanaMuui
14th May 2013, 00:09
Hi! Can I make a sugestion? Can you put an option to lower the cpu priority to the x264 process (and all the others) when encoding?
Also, what does this means:
ffms [error]: could not create video source
lavf [info]: 1280x720p 0:1 @ 0/0 fps (vfr)
resize [warning]: converting from bgr24 to yuv420p
The enconding continues just fine and I get the final video working so I don't really understand that error.
@XanaMuui added feature request to my to-do list.
I don't know what that error/warning messages mean. Probably, a colospace change is being done while resizing.
BK-201
21st May 2013, 05:04
Suggestion,
Might be hard because you don't know much about .avs scripts, but how about adding a trim editor, kinda like the one in MeGui, or in V.A.F.E. that would give us the ability to create ordered chapters.
Cause I tried dragging the AVS script into tx264 and encoding like you said but couldn't get it to work.
I can add a feature to set start/end frames. Also can't you do it in the script?
What sort of error did you get when you tried to encode avs?
BK-201
23rd May 2013, 00:24
1.) the feature to set start/end frames would be great :D
2.) would this feature allow us to trim certain parts out and encode the other parts together? for instance an anime trimming out the Openings and Endings, and encode the prologue, the main part of the episode, and the epilogue together?
3.) I don't like AVS scripts :P
4.) as for the AVS it just doesn't encode...it gives an error....probably cause I don't know the proper way of setting an AVS script up, I just used one that I got from an encode using MeGui lol
Tx264 Error: -video.mkv could not be created, see log for details
[5/22/2013 7:22:32 PM] Adding avs: video.avs
[5/22/2013 7:22:33 PM] Started deleting temp files...
[5/22/2013 7:22:33 PM] Deleted 0 file(s).
[5/22/2013 7:22:33 PM] Finished deleting temp files.
[5/22/2013 7:22:34 PM] File: C:\Users\----\Desktop\video.avs [GetDuration:Video duration failed. Trying general duration: ]
--------------------------------------------
[5/22/2013 7:22:34 PM] Starting encoding process
[5/22/2013 7:22:34 PM] Command lines:
--crf 20 --profile high10 --preset veryslow --tune animation --video-filter resize:width=848,height=480,method=bicubic --output "C:\Users\----\AppData\Local\Temp\TX264\\video.mkv" "C:\Users\----\Desktop\video.avs"
-o "C:\Users\----\Desktop\encodes\video.mkv" "C:\Users\----\AppData\Local\Temp\TX264\\video.mkv"
--------------------------------------------
[5/22/2013 7:22:34 PM] Files to be deleted are as follows:
----Encoding Summary----
+Video
-CRF: 20.00
-Preset: Veryslow
-Profile: High10
-Tune: Animation
-Level: Auto
-Force const FPS: False
-Encoding depth: 10-Bit
-Subtitles: False
-Chapter: False
-Container: MKV
+Resize
-Size: 848x480
-Method: Bicubic
+Crop
-Disabled
+Aspect ratio
-Disabled
+Audio
-Encoder: Nero AAC
-CBR: 32 kbps
-Profile: HE2
+Effects
-Normalize: False
-Change volume: False
-Volume: 1,00
-Multithreaded: False
-Samplerate: Original
-Channels: Stereo
-DRC: Disabled
+Splitting
-Disabled
+Pause
-Disabled
Output Folder: C:\Users\----Desktop\encodes
Temp Folder: C:\Users\----\AppData\Local\Temp\TX264\
----Encoding Summary----
[5/22/2013 7:22:34 PM] Done video encoding with x264
avs [error]: failed to load avisynth
x264 [error]: could not open input file `C:\Users\----\Desktop\video.avs'
[5/22/2013 7:22:34 PM] Done muxing to mkv
mkvmerge v6.1.0 ('Old Devil') built on Mar 2 2013 14:32:37
Error: The file 'C:\Users\----\AppData\Local\Temp\TX264\\video.mkv' has unknown type. Please have a look at the supported file types ('mkvmerge --list-types') and contact the author Moritz Bunkus <moritz@bunkus.org> if your file type is supported but not recognized properly.
[5/22/2013 7:22:34 PM] Started deleting temp files...
[5/22/2013 7:22:34 PM] Deleted 1 file(s).
[5/22/2013 7:22:34 PM] Finished deleting temp files.
[5/22/2013 7:22:35 PM] Cannot find output file C:\Users\----\Desktop\encodes\video.mkv
whiskey
29th May 2013, 15:38
Tried to convert small FLV file today as soon as program was done with audio window appeared with message x264.exe has failed to start because OpenCL.dll was not found. Re-install the application to fix the problem ....
@whiskey I used latest binaries from x264.nl. However looking at system32 and sysWOW64 folders, I see openCL.dll in both folders. I don't know how they got there. But there is a dummy opencl.dll created by Lord_Mulder located here (http://forum.doom9.org/showthread.php?p=1625943#post1625943) which can be copied to tools/x264 next to x264.exe which also serves. Please read Lord_Mulder's explanation.
Ruriko
13th June 2013, 01:36
How can I add a watermark to the video?
ozok
13th June 2013, 01:40
@Ruriko I don't think you can do it without using an avisynth script.
Ruriko
13th June 2013, 02:11
@Ruriko I don't think you can do it without using and avisynth script.
does this program support avisynth?
ozok
13th June 2013, 02:13
Well, you can try opening avs files with it, but it is not tested with complex scripts and there will be no audio encoding support.
BK-201
24th June 2013, 03:57
Will we see the feature to set start/end frames in your next release?
and if so any idea if it will over write the keyframes for accurate trims?
ozok
24th June 2013, 11:52
It is not difficult to do it, I'll just pass frame options to x264. But the main problem is how to sync audio with video.
Ruriko
16th July 2013, 04:44
does this program have the ability to set priority? like in megui I could set encoding to Above Normal priority
ozok
17th July 2013, 16:15
Not at the moment. All backends run with idle priorty. Added this to my to-do list.
ProVision
28th July 2013, 00:32
Just asking, does TX264 support DTS sound?
Edit: Apparently it does, but when encoding for me only first 15mins max of a movie has sound then the rest of the movie has no sound?!!! I tested with NeroAAC and Aften AC3.
P.S. AMAZING software, man, well done. It's just slightly annoying that you can't specify settings for each encode.
BTW, have you stopped working on this? Because if I remember it has been in 0.9.6 forever!
ozok
28th July 2013, 00:59
@ProVision well, it's a batch encoder :). I actually haven't stopped working on TX264 but I have other projects (TAC, TEncoder, SmallX264, DVDx264) and got a bit side-tracked by them. Also I use SmallX264 instead of TX264 now so it gets less attention.
ozok
28th July 2013, 02:10
Update:
--0.9.7
-Added: Encoding time will be shown in the log
-Added: 64bit FLAC.exe
-Added: Tx264 will now write version info file to its own folder
-Added: Option to set encoder priorties (thx to XanaMuui&Ruriko)
-Fixed: A possible error where source files were deleted
-Updated: x264 to rev2345
-Updated: MediaInfo to 0.7.64
-Updated: MkvToolNix to 6.3.0
-Updated: FLAC to 1.3.0
-Updated: AlphaControls to 8.42 Stable
-Updated: QAAC to 2.19
-Updated: SoX build with unicode by Lord_Mulder
ProVision
28th July 2013, 11:57
And what about the DTS bug?
ozok
28th July 2013, 12:28
Can you post the log? You can send it to me too.
XanaMuui
28th July 2013, 16:36
How exactly do I use the "Combine with profiles"?
For example, I want to use preset Placebo, tune Film and just change the minimum quantiser to 10. I tried this but it seems to ignore the preset and tune and uses all from the advanced options.
PS: Thanks for the latest update!
ozok
28th July 2013, 19:48
You can see how profiles, presets, tune etc combine with other options from here: http://mewiki.project357.com/wiki/X264_Settings#Presets
Also you can manually enter options under "Custom Options" tab> "x264.exe". In your case "--qpmin 10" should work.
SeeMoreDigital
3rd August 2013, 16:27
I've lost my pre-sets...
Can somebody remind me which encoder/x264 options I have to select in order to generate 'AVC lossless' encodes?
Many thanks
ozok
3rd August 2013, 17:21
http://mewiki.project357.com/wiki/X264_Settings can give you an idea.
-Profile to "Not set"
-CRF or quantizer to 0
I don't know much, these are what I could get out of wiki page.
BTW did you lose presets because of TX264?
SeeMoreDigital
3rd August 2013, 20:44
http://mewiki.project357.com/wiki/X264_Settings can give you an idea.
-Profile to "Not set"
-CRF or quantizer to 0
I don't know much, these are what I could get out of wiki page.
Thanks, it's working fine now. I'm going to write this down for safe keeping :eek:
Are there any particular settings I need to select in order to generate 4:4:4 AVClossless encodes from my ProRes 4:4:4 sources?
BTW did you lose presets because of TX264?
I'm not entirely sure when it happened. All I know is, all my pre-sets have disappeared from the PreDefs folder.
detmek
3rd August 2013, 21:50
crf 0 or qp 0 already uses 4:4:4 profile.
ozok
3rd August 2013, 22:02
...
I'm not entirely sure when it happened. All I know is, all my pre-sets have disappeared from the PreDefs folder.
I see. Well, it also happened to me and a couple of users but I cannot reproduce it so far. So I suggest you make backups of your presets.
SeeMoreDigital
5th August 2013, 20:52
crf 0 or qp 0 already uses 4:4:4 profile.
Sadly, according to MediaInfo, everything is encoded at 4.2.0 :(
detmek
5th August 2013, 21:43
Right, sorry. Under Custom Options, add --output-csp i444 for x264.
x264.exe defaults to i420 so, if you feed it with 4:4:4 it will convert video to 4:2:0.
SeeMoreDigital
5th August 2013, 22:29
That's solved it... Many thanks...
Ruriko
11th August 2013, 13:45
Is there a way to add videos to queue? cause I want to give some of the videos different settings
ozok
11th August 2013, 14:59
I'm afraid it is not possible, TX264 is a batch encoder.
salfumant
3rd September 2013, 11:57
Good job
I wonder if it would be possible implementarle the option work with Debug Frame Server. This would make the program more interesting as there are few who make and is a very interesting option for those who edit video.:thanks:
Ruriko
29th September 2013, 02:24
I have problem it can't encode this certain file. It won't finish muxing
[9/29/2013 12:28:57 AM] Started deleting temp files...
[9/29/2013 12:28:57 AM] Deleted 0 file(s).
[9/29/2013 12:28:57 AM] Finished deleting temp files.
[9/29/2013 12:29:35 AM] Started deleting temp files...
[9/29/2013 12:29:35 AM] Deleted 0 file(s).
[9/29/2013 12:29:35 AM] Finished deleting temp files.
--------------------------------------------
[9/29/2013 12:29:38 AM] Starting encoding process
[9/29/2013 12:29:38 AM] Command lines:
-y -i "C:\Documents and Settings\Administrator\My Documents\Downloads\hentai2\Free.mkv" -vn -f wav -map 0:1 "C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free.wav"
-cbr 96000 -hev2 -if "C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free.wav" -of "C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free.aac"
--crf 20 --profile high --preset slow --tune animation --video-filter resize:width=848,height=480,method=bicubic --output "C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free.mkv" "C:\Documents and Settings\Administrator\My Documents\Downloads\hentai2\Free.mkv"
chapters -s "C:\Documents and Settings\Administrator\My Documents\Downloads\hentai2\Free.mkv"
tracks "C:\Documents and Settings\Administrator\My Documents\Downloads\hentai2\Free.mkv" 0:"C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free1.ass"
--chapters "C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\chapters.txt" -o "C:\Documents and Settings\Administrator\My Documents\Downloads\TX264(0.9.7.3163)\TX264\\Free.mkv" "C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free.mkv" "C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free.aac" "C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free1.ass" --default-language jpn
--------------------------------------------
[9/29/2013 12:29:38 AM] Files to be deleted are as follows:
C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free1.ass
----Encoding Summary----
+Video
-CRF: 20.00
-Preset: Slow
-Profile: High
-Tune: Animation
-Level: Auto
-Force const FPS: False
-Encoding depth: 8-Bit
-Subtitles: True
-Chapter: True
-Container: MKV
+Resize
-Size: 848x480
-Method: Bicubic
+Crop
-Disabled
+Aspect ratio
-Disabled
+Audio
-Encoder: Nero AAC
-CBR: 96 kbps
-Profile: HE2
+Effects
-Disabled
+Splitting
-Disabled
+Pause
-Disabled
Output Folder: C:\Documents and Settings\Administrator\My Documents\Downloads\TX264(0.9.7.3163)\TX264\
Temp Folder: C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\
----Encoding Summary----
[9/29/2013 12:29:38 AM] Done audio decoding
ffmpeg version N-49610-gc2dd5a1 Copyright (c) 2000-2013 the FFmpeg developers
built on Feb 5 2013 13:20:59 with gcc 4.7.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 52. 17.101 / 52. 17.101
libavcodec 54. 91.100 / 54. 91.100
libavformat 54. 61.104 / 54. 61.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 35.101 / 3. 35.101
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Input #0, matroska,webm, from 'C:\Documents and Settings\Administrator\My Documents\Downloads\hentai2\Free.mkv':
Metadata:
creation_time : 2013-09-19 23:22:39
Duration: 00:23:39.79, start: 0.000000, bitrate: 2405 kb/s
Chapter #0.0: start 0.000000, end 16.934000
Metadata:
title : Intro
Chapter #0.1: start 16.934000, end 106.940000
Metadata:
title : OP
Chapter #0.2: start 106.940000, end 699.949000
Metadata:
title : Part A
Chapter #0.3: start 699.949000, end 1247.955000
Metadata:
title : Part B
Chapter #0.4: start 1247.955000, end 1337.920000
Metadata:
title : ED
Chapter #0.5: start 1337.920000, end 1419.794000
Metadata:
title : Preview
Stream #0:0(eng): Subtitle: ssa (default)
Stream #0:1(jpn): Video: h264 (High 10), yuv420p10le, 1280x720, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Stream #0:2(jpn): Audio: aac, 48000 Hz, stereo, fltp (default)
Codec 0x18000 is not in the full list.
Stream #0:3: Attachment: unknown_codec
Metadata:
filename : Brianne_s_hand.ttf
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:4: Attachment: unknown_codec
Metadata:
filename : Brush Strokes.ttf
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:5: Attachment: unknown_codec
Metadata:
filename : Brushcut-Regular.ttf
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:6: Attachment: unknown_codec
Metadata:
filename : Cartoon_Regular.ttf
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:7: Attachment: unknown_codec
Metadata:
filename : DC___.TTF
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:8: Attachment: unknown_codec
Metadata:
filename : laCartoonerie.TTF
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:9: Attachment: unknown_codec
Metadata:
filename : playtime.ttf
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:10: Attachment: unknown_codec
Metadata:
filename : QuaySansMdITCTT.TTF
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:11: Attachment: unknown_codec
Metadata:
filename : SashasHand-Regular_0.ttf
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:12: Attachment: unknown_codec
Metadata:
filename : TriplexSans-Bold.otf
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:13: Attachment: unknown_codec
Metadata:
filename : WOODMD_.TTF
mimetype : application/x-truetype-font
Codec 0x18000 is not in the full list.
Stream #0:14: Attachment: unknown_codec
Metadata:
filename : DAYROM__.ttf
mimetype : application/x-truetype-font
Output #0, wav, to 'C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free.wav':
Chapter #0.0: start 0.000000, end 16.934000
Metadata:
title : Intro
Chapter #0.1: start 16.934000, end 106.940000
Metadata:
title : OP
Chapter #0.2: start 106.940000, end 699.949000
Metadata:
title : Part A
Chapter #0.3: start 699.949000, end 1247.955000
Metadata:
title : Part B
Chapter #0.4: start 1247.955000, end 1337.920000
Metadata:
title : ED
Chapter #0.5: start 1337.920000, end 1419.794000
Metadata:
title : Preview
Output file #0 does not contain any stream
[9/29/2013 12:29:38 AM] Done audio encoding with neroaac
ERROR: could not parse WAV file
*************************************************************
* *
* Nero AAC Encoder *
* Copyright 2009 Nero AG *
* All Rights Reserved Worldwide *
* *
* Package build date: Feb 18 2010 *
* Package version: 1.5.4.0 *
* *
* See -help for a complete list of available parameters. *
* *
*************************************************************
[9/29/2013 1:07:41 AM] Done video encoding with x264
ffms [info]: 1280x720p 1:1 @ 24000/1001 fps (vfr)
resize [warning]: converting from yuv420p10le to yuv420p16le
resize [info]: resizing to 848x480
x264 [info]: using SAR=160/159
x264 [info]: using cpu capabilities: MMX2 SSE2 SSE3 Cache64 BMI1
x264 [info]: profile High, level 3.1
x264 [info]: frame I:403 Avg QP:16.19 size: 41855
x264 [info]: frame P:8529 Avg QP:18.39 size: 6012
x264 [info]: frame B:25109 Avg QP:23.75 size: 1151
x264 [info]: consecutive B-frames: 3.2% 5.1% 8.4% 38.5% 18.3% 26.6%
x264 [info]: mb I I16..4: 26.8% 40.9% 32.3%
x264 [info]: mb P I16..4: 3.5% 5.5% 1.5% P16..4: 25.1% 7.0% 5.0% 0.0% 0.0% skip:52.4%
x264 [info]: mb B I16..4: 0.3% 0.7% 0.2% B16..8: 12.5% 1.6% 0.5% direct: 0.6% skip:83.6% L0:40.5% L1:55.7% BI: 3.7%
x264 [info]: 8x8 transform intra:50.6% inter:72.0%
x264 [info]: direct mvs spatial:100.0% temporal:0.0%
x264 [info]: coded y,uvDC,uvAC intra: 52.9% 72.8% 44.2% inter: 5.1% 7.1% 1.0%
x264 [info]: i16 v,h,dc,p: 22% 21% 8% 49%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 13% 14% 15% 7% 10% 9% 11% 9% 12%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 13% 12% 8% 11% 10% 9% 9% 10%
x264 [info]: i8c dc,h,v,p: 32% 30% 20% 18%
x264 [info]: Weighted P-Frames: Y:2.8% UV:2.1%
x264 [info]: ref P L0: 57.8% 6.4% 13.8% 6.2% 4.1% 3.7% 2.8% 1.8% 1.3% 1.7% 0.3% 0.0%
x264 [info]: ref B L0: 78.4% 7.6% 5.0% 2.5% 2.2% 1.4% 1.4% 0.9% 0.5%
x264 [info]: ref B L1: 95.3% 4.7%
x264 [info]: kb/s:546.79
encoded 34041 frames, 14.96 fps, 546.80 kb/s
[9/29/2013 1:07:42 AM] Done extracting chapters from mkv
CHAPTER01=00:00:00.000
CHAPTER01NAME=Intro
CHAPTER02=00:00:16.934
CHAPTER02NAME=OP
CHAPTER03=00:01:46.940
CHAPTER03NAME=Part A
CHAPTER04=00:11:39.949
CHAPTER04NAME=Part B
CHAPTER05=00:20:47.955
CHAPTER05NAME=ED
CHAPTER06=00:22:17.920
CHAPTER06NAME=Preview
[9/29/2013 1:07:46 AM] Done extracting subtitle from mkv
Extracting track 0 with the CodecID 'S_TEXT/ASS' to the file 'C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free1.ass'. Container format: SSA/ASS text subtitles
Progress: 100%
[9/29/2013 1:07:47 AM] Done muxing to mkv
mkvmerge v6.3.0 ('You can't stop me!') built on Jun 28 2013 20:09:41
Error: The file 'C:\Documents and Settings\Administrator\Local Settings\Temp\1\TX264\\Free.aac' could not be opened for reading: open file error.
[9/29/2013 1:07:47 AM] Started deleting temp files...
[9/29/2013 1:07:47 AM] Deleted 4 file(s).
[9/29/2013 1:07:47 AM] Finished deleting temp files.
[9/29/2013 1:07:47 AM] Finished encoding in: 00:36:51
[9/29/2013 1:07:47 AM] Cannot find output file C:\Documents and Settings\Administrator\My Documents\Downloads\TX264(0.9.7.3163)\TX264\\Free.mkv
ozok
29th September 2013, 03:09
For some reason, tx264 parses audio's index as 1 when it is 2. Can you remux it with mkvtools and re-try?
Ruriko
29th September 2013, 08:26
I still get the same problem with the remux version
ozok
1st October 2013, 16:33
Can you send me a sample? Nothing too big.
ozok
7th October 2013, 21:06
@Ruriko, I think I solved your problem. Download tx264.exe from here (https://dl.dropboxusercontent.com/u/9617171/TX264.7z). Make sure you have a backup of older one to be safe. With this build I can encode the sample you sent me.
Edit: I forgot, you should also download this (https://dl.dropboxusercontent.com/u/9617171/wavi.7z) and copy "wavi.exe" to "Tools" folder.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.