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 9th July 2012, 10:27   #101  |  Link
zooom
Registered User
 
Join Date: Jun 2012
Posts: 10
ozok

TX264 can't convert file (see link). It stops with error.
http://narod.ru/disk/55770809001.23b...bd/02.avi.html

p.s. Sorry for big size.
zooom is offline   Reply With Quote
Old 9th July 2012, 23:08   #102  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
@pintcat yes first pass is fast first pass, that may be it.

@zooom i'll take a look at it. Send me log please.
ozok is offline   Reply With Quote
Old 10th July 2012, 06:32   #103  |  Link
zooom
Registered User
 
Join Date: Jun 2012
Posts: 10
Quote:
Originally Posted by ozok View Post
@zooom i'll take a look at it. Send me log please.
See e-mail.
zooom is offline   Reply With Quote
Old 10th July 2012, 11:49   #104  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
@zooom looks like mp2 detection was faulty.
ozok is offline   Reply With Quote
Old 10th July 2012, 11:51   #105  |  Link
zooom
Registered User
 
Join Date: Jun 2012
Posts: 10
I used "copy audio" mode.
zooom is offline   Reply With Quote
Old 11th July 2012, 05:10   #106  |  Link
zooom
Registered User
 
Join Date: Jun 2012
Posts: 10
ozok

New TX264 works fine with 02.avi (both modes - "copy audio" and "encode audio"). Thanks for quick response.
zooom is offline   Reply With Quote
Old 11th July 2012, 13:02   #107  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
I am trying to upload new version to SourceForge but there seems to be a problem. Meanwhile you can download latest version from here.

I'll update topic and add what's new when i finish uploading to SourceForge.
ozok is offline   Reply With Quote
Old 11th July 2012, 21:12   #108  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Update

Quote:
--0.8.1
-Fixed: Detection of Mp2 streams failed for audio copy option (thx to zooom)
-Fixed: A few minor UI problems
-Updated: FFMpeg to N-42347-g299387e
-Updated: mkvmerge t0 5.7.0
-Updated: mkvextract to 5.7.0
ozok is offline   Reply With Quote
Old 13th July 2012, 02:52   #109  |  Link
fantasmanegro
Registered User
 
Join Date: Dec 2009
Posts: 214
does any body knows the way this works....

general tab:
how does checkbox size works???

simple options frame:
combine with profiles... does the "edit" options override the profile, preset, and tune?....

-same as source option does not disable the output path textbox and open button
-it will be easier for the user to increase or decrease the bitrate by 8 or 16
-same as source option checked throws output folder does not exist error message..

i really like the minimal gui and its first try... i will comment later...
fantasmanegro is offline   Reply With Quote
Old 13th July 2012, 11:28   #110  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Quote:
Originally Posted by fantasmanegro View Post
general tab:
how does checkbox size works???
It will calculate necessary bitrate to get that size in mb using audio size etc. Ofc that is not that precise at the moment.


Quote:
Originally Posted by fantasmanegro View Post
simple options frame:
combine with profiles... does the "edit" options override the profile, preset, and tune?....
AFAIK it is the other way around. Presets will override advanced options.

Quote:
Originally Posted by fantasmanegro View Post
-same as source option does not disable the output path textbox and open button
Now you mentioned it, i should add that one.

Quote:
Originally Posted by fantasmanegro View Post
-it will be easier for the user to increase or decrease the bitrate by 8 or 16
Why?

Quote:
Originally Posted by fantasmanegro View Post
-same as source option checked throws output folder does not exist error message..
Are you sure directory in the "Output Folder" textbox exists? Because TX264 checks if "Output Folder" directory exists, not the source's directory which should already exists as we are encoding a file from that directory.
ozok is offline   Reply With Quote
Old 13th July 2012, 13:07   #111  |  Link
TC-man
Registered User
 
Join Date: Feb 2011
Posts: 3
@ozok

Hi,

thanks for the updates and fixes.

I have checked the newer TX264 0.8.1.2063, and here are my findings:

- it seems that TX264 wouldn't copy the embedded fonts from videos in MKV container into the encoded/outputted video;
- it seems that TX264 has a problem with videos with variable frame-rates and/or audio (in this case AAC-LC) with variable bit-rates. Result is that no video will be outputted because of an error;
-forcing constant fps by checking the setting under the general tab results in an encoded video that's out of sync with the audio; this out-of-sync issue also happens when trying to force a certain frame-rate via the custom options in TX264 for x264.exe (e.g. --fps 25.00);
- using ultra fast preset (without making use of or combining it with "advanced options") will result in outputted/encoded videos with baseline profile, though don't know if it's a bug or if it's intentional.

Thanks in advance!

Last edited by TC-man; 13th July 2012 at 13:29.
TC-man is offline   Reply With Quote
Old 13th July 2012, 13:37   #112  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Quote:
Originally Posted by TC-man View Post
- it seems that TX264 wouldn't copy the embedded fonts from videos in MKV container into the encoded/outputted video;
I'll look into that.

Quote:
Originally Posted by TC-man View Post
- it seems that TX264 has a problem with videos with variable frame-rates and/or audio (in this case AAC-LC) with variable bit-rates. Result is that no video will be outputted because of an error:
Code:
...
 --bitrate 512 --profile high --level 4  --preset veryfast --tune animation  --output "C:\Users\user\AppData\Local\Temp\TX264\\test (2).mkv" "C:\test (2).mkv"
 -y -i "C:\test (2).mkv" -vn  -f wav -map 0:1  "C:\Users\user\AppData\Local\Temp\TX264\\test (2).wav"
 ...
[7/11/2012 18:18:00] Done audio decoding 
ffmpeg version N-42347-g299387e Copyright (c) 2000-2012 the FFmpeg developers
...
    Stream #0:0: Subtitle: ssa
    Stream #0:1: Video: h264 (High), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 1k tbn, 239.76 tbc
    Stream #0:2: Audio: aac, 48000 Hz, stereo, s16
I marked problematic part with bold. TX264 tries to output video stream as wav. "-map 0:1" should be "-map 0:2" because index of audio stream is 2 not 1. Can you send me that file?

Quote:
Originally Posted by TC-man View Post
-forcing constant fps by checking the setting under the general tab results in an encoded video that's out of sync with the audio; this out-of-sync issue also happens when trying to force a certain frame-rate via the custom options in TX264 for x264.exe (e.g. --fps 25.00)
It is better to leave that option unchecked. If you enable it, TX264 gets source's FPS using MediaInfo and passed it with "--fps". I don't know if there is a way of passing vfr.

Quote:
Originally Posted by TC-man View Post
- using ultra fast preset (without making use of or combining it with "advanced options") will result in outputted/encoded videos with baseline profile, though don't know if it's a bug or if it's intentional.
That may depend on many things. Try specifying "Profile" yourself.
ozok is offline   Reply With Quote
Old 13th July 2012, 16:38   #113  |  Link
fantasmanegro
Registered User
 
Join Date: Dec 2009
Posts: 214
Quote:
Quote:
Originally Posted by fantasmanegro
-same as source option checked throws output folder does not exist error message..
Are you sure directory in the "Output Folder" textbox exists? Because TX264 checks if "Output Folder" directory exists, not the source's directory which should already exists as we are encoding a file from that directory.
you are right, it does not exist, but if you check same as source option it does not needs the output directory exist because the programe takes the source one...

another one i noticed yesterday... first resize the movie and then it crops... i guess it will crop first and then resize...

and finally about the size box, i check it and set size to 120 but bitrate spiner was at 512 kbps, but the log shows that bit rate used was 512 and not hit que desired size...
fantasmanegro is offline   Reply With Quote
Old 13th July 2012, 17:01   #114  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
@fantasmanegro you are right on both accounts, it should not check output folder if same as source is selected and cropping should be done before resizing.

size options may not produce desired file size, i said that earlier. Try specifying "Tolerance" value. Doing two pass may help, too.
ozok is offline   Reply With Quote
Old 13th July 2012, 17:27   #115  |  Link
WasF
Registered User
 
Join Date: Apr 2009
Posts: 57
Any plans for supporting x264 10-bit ?
WasF is offline   Reply With Quote
Old 13th July 2012, 17:29   #116  |  Link
fantasmanegro
Registered User
 
Join Date: Dec 2009
Posts: 214
yup i know that but my point is that it uses the bitrate set before and the app is not calculating the new bitrate using estaimated file size...

and about the increments of 8 or 16 is because the byte (8 bits)... i guess the word is multple of 8 (8 , 16, 32) and for crop is better using multiple of 8 or 16... even for resize...

that is just my point of view... whatever you decide will be ok...
fantasmanegro is offline   Reply With Quote
Old 14th July 2012, 07:47   #117  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
@WasF not at the moment but i'll surely add it.

@fantasmanegro it uses bitrate calculated. If you are talking about bitrate value you see in "Summary" tab, it shows bitrate you specified so it is wrong for now. Maybe you should send me log.
ozok is offline   Reply With Quote
Old 16th July 2012, 05:53   #118  |  Link
BK-201
Registered User
 
Join Date: Jun 2012
Posts: 27
@Ozok
Thanks for adding the ability to resize the program, it helps a lot

Also. any chance that we could see a queue option so we could add different settings to different files instead of having to wait for each single encode to finish before changing settings and starting another encode.....for example queue file one using crf encoding and queue file 2 using 2pass encoding
BK-201 is offline   Reply With Quote
Old 17th July 2012, 00:47   #119  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
@BK-201 TX264 is a batch encoding tool and will not have queue feature unless someone creates a fork.
ozok is offline   Reply With Quote
Old 19th July 2012, 17:36   #120  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Update:

Quote:
--0.8.2
-Added: Preview for filters
-Added: Summary now shows file size if it is specified
-Fixed: "Invalid SAR value" problem due to "."
-Fixed: "Same as source" no longer checks output directory
-Fixed: Cropping should be done before resizing
-Fixed: A few UI problems
-Updated: AlphaControls to 7.67
ozok is offline   Reply With Quote
Reply

Tags
faac, mkv, mp4, neroaacenc, x264

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 12:15.


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