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 20th April 2012, 10:36   #21  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Quote:
Originally Posted by VoXHD View Post
Yap, my bad. I got it in the and. It must be choose an approximated Custom size from that list (in my case - 1280x720) and then my size 1280x536 in the boxes below.

Another problem with this Custom resize: it seems to let artefacts after conversion. A green line (that green line...) up the movie screen, and some strange lines at the bottom of the screen:
http://i39.tinypic.com/1znq3k0.jpg
http://i41.tinypic.com/o8e7hi.jpg
http://i40.tinypic.com/2gwrhiw.jpg
To tell you the truth i don't know what do you mean by that. I couldn't see anything.

Quote:
Originally Posted by cengizhan View Post
Also i never got a successful output with (mkv, ffmpeg, h264,aac). Always breaks after first pass resulting with a 0 byte file.
Can you send me the encoder outputs? If it is empty (sometimes that happens) select "Export to Script" and send me the bat file.

Edit:
I found the source of the problem. TEncoder does not pass bitrate value to FFMpeg when encoding to h264. As a workaround, you can pass "-b:v A000" as custom argument, A being the bitrate you want.
I also found out that selecting "Close TEncoder" or "Open output folder" as post-encode option causes TEncoder to not to keep encoder logs.

Last edited by ozok; 20th April 2012 at 10:59.
ozok is offline   Reply With Quote
Old 20th April 2012, 16:56   #22  |  Link
meshaun
Registered User
 
Join Date: Jul 2010
Posts: 167
Hi. It's a nice tool.
I hope that you consider some of the suggestions.

1- Ability to keep Aspect Ratio of video and resize to any size
2- Auto Detect Black Borders and Auto Crop
3- Manual Crop for those who prefer that.
4- Use a single source file (.mkv) and detect any format of audio such as DTS/ DTS MA/ TrueHD and convert to any audio format
5- Detect subtitle forms (.srt/.pgs/.sup) in .mkv files or any, maybe Full BD (.m2ts) and output them in the Output Folder
meshaun is offline   Reply With Quote
Old 20th April 2012, 17:26   #23  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
@meshaun thanks for the input. I'll add a cropping editor like the current range editor. And changing width or height to maintain aspect ratio seems a good idea.

Aren't DTS/ DTS MA/ TrueHD files detected? I don't have files containing these kinds of streams to test.
ozok is offline   Reply With Quote
Old 20th April 2012, 18:30   #24  |  Link
meshaun
Registered User
 
Join Date: Jul 2010
Posts: 167
Hi. I'll check on that then.
I really appreciate if you can add the Auto Crop and Maintaining Aspect Ratio stuff.

One more thing, can it process a full Blu-ray disc? Like, detect the .m2ts file and encode an .mp4 from that?
meshaun is offline   Reply With Quote
Old 20th April 2012, 19:24   #25  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Quote:
Originally Posted by meshaun View Post
...
One more thing, can it process a full Blu-ray disc? Like, detect the .m2ts file and encode an .mp4 from that?
TEncoder accepts m2ts files and AFAIK ffmpeg and mencoder can encode them into other formats. But i dont know much about bluray discs.
ozok is offline   Reply With Quote
Old 20th April 2012, 21:34   #26  |  Link
VoXHD
Registered User
 
Join Date: Apr 2012
Posts: 9
Quote:
Originally Posted by meshaun View Post
Ability to keep Aspect Ratio of video and resize to any size
Already done that!
Settings:
Custom size (your own size)
Aspect Ratio: Original
VoXHD is offline   Reply With Quote
Old 27th April 2012, 01:03   #27  |  Link
meshaun
Registered User
 
Join Date: Jul 2010
Posts: 167
No new updates with the latest x264 encoding release?
meshaun is offline   Reply With Quote
Old 4th May 2012, 12:38   #28  |  Link
VoXHD
Registered User
 
Join Date: Apr 2012
Posts: 9
How can I add CustomsVideoOptions under CustomsArgs for mencoder? Denoise, Blur/Sharpen

Encoder Log 1
-ss 0 -endpos 9348 -mc 0 -priority idle -aid 1 -ofps 23.976 -ovc xvid -xvidencopts bitrate=3000:threads=1: "unsharp=l7x7:-2:c7x7:-2" -of avi -srate 48000 -oac lavc -lavcopts acodec=ac3:abitrate=192: -channels 2 -delay 0 -o "D:\......."
MEncoder Sherpya-SVN-r34401-4.6.2 (C) 2000-2011 MPlayer Team
SSE supported but disabled
SSE2 supported but disabled
Setting process priority: idle

181 audio & 389 video codecs
File not found: 'unsharp=l7x7:-2:c7x7:-2'
Failed to open unsharp=l7x7:-2:c7x7:-2.
Cannot open file/device.
VoXHD is offline   Reply With Quote
Old 4th May 2012, 14:03   #29  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Mencoder filters

Quote:
Originally Posted by VoXHD View Post
How can I add CustomsVideoOptions under CustomsArgs for mencoder? Denoise, Blur/Sharpen
...
-vf filter1=filterargs,filter2=filterargs... usage of different filters might be different see link below.

-vf crop=680:552:22:12,scale=512:384,hqdn3d is an example of how to use mencoder filters.

Look here: http://www.mplayerhq.hu/DOCS/man/en/...#VIDEO FILTERS these are for Mplayer but may work for MEncoder as well.
ozok is offline   Reply With Quote
Old 4th May 2012, 17:13   #30  |  Link
VoXHD
Registered User
 
Join Date: Apr 2012
Posts: 9
Already tried it with -vf filter1..... Don't work!

Encoder Log 1
-ss 0 -endpos 6741 -mc 0 -priority idle -aid 1 -ofps 23.976 -ovc xvid -xvidencopts bitrate=3000:threads=1:-vf unsharp=l7x7:-2:c7x7:-2 -of avi -srate 48000 -oac mp3lame -lameopts cbr:br=192: -channels 2 -delay 0 -o "D:\.........mkv"
MEncoder Sherpya-SVN-r34401-4.6.2 (C) 2000-2011 MPlayer Team
SSE supported but disabled
SSE2 supported but disabled
Option xvidencopts: Unknown suboption -vf
Error parsing option on the command line: -xvidencopts

Exiting... (error parsing command line)

-ss 0 -endpos 6741 -mc 0 -priority idle -aid 1 -ofps 23.976 -ovc xvid -xvidencopts bitrate=3000:threads=1:-vf hqdn3d -of avi -srate 48000 -oac mp3lame -lameopts cbr:br=192: -channels 2 -delay 0 -o "D:\............mkv"
MEncoder Sherpya-SVN-r34401-4.6.2 (C) 2000-2011 MPlayer Team
SSE supported but disabled
SSE2 supported but disabled
Option xvidencopts: Unknown suboption -vf
Error parsing option on the command line: -xvidencopts

Exiting... (error parsing command line)
VoXHD is offline   Reply With Quote
Old 4th May 2012, 18:28   #31  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
@VoXHD are you sure there is a space here "-xvidencopts bitrate=3000:threads=1:-vf unsharp=l7x7:-2:c7x7:-2" between "threads=1:" and "-vf"? When entering custom command line, make sure first and characters are space. It is suppose to add these spaces but might be a bug.
ozok is offline   Reply With Quote
Old 4th May 2012, 21:37   #32  |  Link
VoXHD
Registered User
 
Join Date: Apr 2012
Posts: 9
added [space] between "threads=1:" and "-vf" and seem to be ok. it works. no bug so far...
in fact, i added only -vf unsharp=l7x7:-2:c7x7:-2 as a custom argument in the command line.
i will try with other scripts too
VoXHD is offline   Reply With Quote
Old 3rd June 2012, 19:30   #33  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Update:

Quote:
--2.0
-Fixed: Didnt keep encoder logs if "Nothing" as post-encode option wasnt selected
-Fixed: FFMpeg could not do two pass h.264 encoding
-Fixed: m2ts files could not be draged and dropped
-Fixed: Custom args were not passed correctly
-Updated: AlphaControls to 7.65
-Updated: MediaInfo.dll to 0.7.58
-Updated: FFMpeg to N-41074-g9c27f29
ozok is offline   Reply With Quote
Old 3rd June 2012, 20:37   #34  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Update

Update:

Quote:
--2.0.1 Hotfix
-Fixed: Mencoder could not start
-Fixed: Mencoder two pass could not start
ozok is offline   Reply With Quote
Old 14th June 2012, 15:43   #35  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Update

Update:

Quote:
--2.1
-Added: Cropping (beta)
-Added: Option to disable skinning (thanks to zo-ni)
-Added: Option to do CBR video encoding with FFMpeg
-Fixed: Mencoder hard-coded subtitles eventhought subtitles were disabled (thanks to gnaw)
-Fixed: A few visual problems (thanks to gnaw)
-Fixed: Post-encode action value could not be saved
ozok is offline   Reply With Quote
Old 30th June 2012, 11:56   #36  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,746
Very useful tool, thank you.

I was afraid that a conversion "Movie audio track to pure audio file" would enforce a container, but if Video codec = Disabled, audio files are created as they should.

In case of pure audio output, it would be nice to have a quality level instead of a constant bitrate (e.g. LAME VBR MP3: -V # / Ogg Vorbis: -q #).
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 30th June 2012, 12:32   #37  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
@LigH disabling video works like audio extraction as you stated. It determines output audio file's extension by detecting audio codec but sometimes that may fail, so i appreciate bug reports on that matter.

I was planning to write a different GUI focusing on purely audio encoding but i can add quality option too. First i must check if mencoder and ffmpeg supports that.
ozok is offline   Reply With Quote
Old 15th July 2012, 14:39   #38  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Update:

Quote:
--2.2
-Added: Language info will be shown for audio tracks
-Added: Option to keep audio sampling rate
-Added: Option to keep audio channels
-Added: "Delete" button to Profile editor to delete profiles
-Added: Support for WMAV2
-Added: TEncoder's main window size can be reduced now
-Added: TEncoder will add index if output file already exists
-Added: Option to force encoders to calculate width according to aspect ratio
-Fixed: Logs saving problems (thanks to gnaw)
-Fixed: Changed "Copy" codec to "Direct Stream Copy" (thanks to gnaw)
-Fixed: Problems caused by files without any audio streams
-Fixed: Wrong audio track problem
-Fixed: Filtering problems
-Fixed: Portable version default output path is now application folder (thx to portablefreeware.com/forum users)
-Fixed: Profile editor "Refresh" button press caused profiles to dissappear from main window
-Fixed: Proper skin was not applied when skinning was enabled after fresh start
-Fixed: Some minor UI problmes
-Improved: Some UI changes
-Improved: Filtering options passed to encoder
ozok is offline   Reply With Quote
Old 19th July 2012, 13:47   #39  |  Link
ozok
TEncoder, TX264, TAC
 
ozok's Avatar
 
Join Date: Jun 2011
Location: Turkey
Posts: 540
Update:

Quote:
--2.3
-Added: Support for video codec Huffyuv (thx to pintcat and cauptain)
-Added: Skin "Toxic"
-Fixed: Audio only mode sometimes failed
-Fixed: Audio delay used even though video was disabled
-Fixed: Convertion sometimes failed with files without audio
-Fixed: Passed time was shown wrong
-Fixed: A few UI problems
-Improved: Audio codec detection for audio copying
-Updated: AlphaControls to 7.67
ozok is offline   Reply With Quote
Old 21st July 2012, 06:37   #40  |  Link
pintcat
Registered User
 
Join Date: Jul 2010
Location: Berlin, Germany
Posts: 49
@ozok: Thanx for finally adding lossless support. Two small issues:

1. If I set the encoder to Huffyuv all the video specific settings like resolution and aspect ratio are disabled. If I want to change these settings I have to choose another codec first, change what ever I have to change and then set it to Huffyuv. That's a bug, right?
2. It uses the ffmpeg variant of Huffyuv (FFVH) which can only be decoded by ffmpeg itself. In general, I can use LAV or ffdshow to handle this, but there are a few applications which use internal decoders instead of third party stuff and these might be unable to import this format. Better use the original Huffyuv.

Last edited by pintcat; 21st July 2012 at 06:41.
pintcat is offline   Reply With Quote
Reply

Tags
ffmpeg, gui, mencoder, multithreaded, subtitle

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


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