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

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 25th March 2007, 14:52   #1561  |  Link
delacroixp
Emperor building empire
 
delacroixp's Avatar
 
Join Date: Mar 2007
Location: ZAR
Posts: 674
@buzzqw (Pg 78, #1559)

Quote:
Originally Posted by buzzqw View Post
@delacroixp
download this sample (3mb) 20th Century Fox Intro

it is 720*576 but it will play at 1024*576
if not must be something not setted in your player/decoder
Plays beautifully...
Perhaps your Anamorphic Muxing options in AutoMKV are not working correctly... !!!

Quote:
P.S. i play it with mediaplayer classic + ffdshow_beta2_20070319_clsid.exe + MatroskaSplitter07032007.exe
buzzqw You're totally wasting your time with me... all this stuff is like seriously Greek to me...



Pascal


btw
The clip starts up in 16:9 (is this correct ?).

***NOTE***
I think there's something wrong with Zoom Player... if I set the AR to Derived (recommended)... BoB produces a 4:3 DAR while Fox has a DAR between 4:3 and 16:9.
With MediaPlayer Classic (v 6.4) set to Keep Aspect Ratio... BoB and Fox play automatically @ 16:9...
How wierd is that !!!

btw2
When encoding BoB on Original do I 'tick' Anamorphic aswell as change "Force Muxing AR" (default is Automatic) ?
Actually both those Muxing boxes could be included into 1 box.

Last edited by delacroixp; 25th March 2007 at 15:03. Reason: btw2
delacroixp is offline  
Old 25th March 2007, 15:06   #1562  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@dlflannery
Quote:
One possibility to explain this is that AutoMKV is prematurely terminating the process running the wmcmd.vbs
no, isn't this problem. AutoMKV will wait always for end of process.

i seriusly don't know what is happen on your side.

i don't want that something get hooked (directshowsource ould be very picky and nasty..) reboot ?

@delacroixp
this file is MADE WITH AUTOMKV... you will see it when playing with mediaplayer classic... i just set the force mux to 2.35

Quote:
The clip starts up in 16:9 (is this correct ?).
yes is correct since the sample IS 16/9 but signed in MKV to play at 2.35

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 25th March 2007, 15:30   #1563  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,219
Hi Buzz,

There does appear to be something "hinky" regarding your "2-35 MKV" sample!

Upon playback in MPC the image appears to be displayed at something like 3.12:1, instead of 2.35:1.

EDIT: This is what I see: -



Plus, I'm unable to de-mux the AVC stream out of the MKV container and re-mux it into the MP4 container
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |

Last edited by SeeMoreDigital; 25th March 2007 at 16:53.
SeeMoreDigital is offline  
Old 25th March 2007, 15:44   #1564  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@SeeMoreDigital

i just passed
Code:
--aspect-ratio 1:2.35
to mkvmerge...

donwload this http://www.64k.it/andres/data/a/2.35.rar (2.15 mb)

contain: log, script avs, mp4 generated by x264, muxing instruction and encoding instruction

where is the glitch ?

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 25th March 2007, 17:01   #1565  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,219
I've just added a screen-shot (to my previous post) of what I see when playing your 2-35.MKV source in MPC with Haali's Matroska filter...

With regard to de-muxing....

Normally I'm able to use AVI-Mux_GUI to de-mux the AVC stream out of the MKV container (to a .RAW stream - which in reality is an elementary .H264 stream). Then I use YAMB/MP4Box to mux the .H264 stream into .MP4


Cheers mate
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline  
Old 25th March 2007, 17:18   #1566  |  Link
dlflannery
Cranky old newbie
 
dlflannery's Avatar
 
Join Date: Nov 2006
Location: Ohio, USA
Posts: 112
@buzzqw

Quote:
Originally Posted by buzzqw View Post
@dlflannery
no, isn't this problem. AutoMKV will wait always for end of process.

i seriusly don't know what is happen on your side.

i don't want that something get hooked (directshowsource ould be very picky and nasty..) reboot ?
......BHH
Apparently this is a case of directShowSource being "very picky and nasty".

I changed the input AVS from:
Code:
video=directShowSource("C:\Video\xmas_lights.flv", audio=false, fps=29.97)
audio=directShowSource("C:\Video\xmas_lights.flv", video=false, fps=29.97)
audio=DelayAudio(audio, -1.0)
audiodub(video, audio)
to:
Code:
directShowSource("C:\Video\xmas_lights.flv", fps=29.97)
delayAudio(-1.0)
and it encoded OK!

I can only guess that running the movie_wmv.bat from AutoMKV provides a different Windows environment than when you run it outside AutoMKV, and this triggers the quirks of DirectShowSource or DirectX or ..?
dlflannery is offline  
Old 25th March 2007, 17:59   #1567  |  Link
RipcordAFF
Registered User
 
Join Date: Feb 2007
Posts: 13
Quote:
Originally Posted by buzzqw View Post
@RipcordAFF
download this
http://home.arcor.de/kassandro/Remov...emoveGrain.rar

delete from \exe\filter the RemoveGrain.dll and put into \exe\filter the RemoveGrainS.dll from this rar file
raname RemoveGrainS.dll to RemoveGrain.dll !


BHH

Hey Buzz, I did that, copied that into my my filter folder, and same result, just goes from let's encode (flashes up) and straight to saving log. Just a little 50k or so, wmv file as a result..what is going on!?
RipcordAFF is offline  
Old 25th March 2007, 18:41   #1568  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@dlflannery
...
Quote:
it ain't broke, why fix it?
i don't know what happen inside directx/directshowsource... sorry
my knowledge is limited in this area

@RipcordAFF
open the movie.avs in virtualdub again, and look at the error...
if not present is audio...

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 25th March 2007, 18:51   #1569  |  Link
RipcordAFF
Registered User
 
Join Date: Feb 2007
Posts: 13
Quote:
Originally Posted by buzzqw View Post
...


@RipcordAFF
open the movie.avs in virtualdub again, and look at the error...
if not present is audio...

BHH
Actually Buzz, it seems to work under virtualdub. When I open the 5k movie.avs file, it plays, i cannot seek or scan through the file, but it plays the whole length I think (I watched about one minute, certainly more than 5k would be). No errors w\ movie.avs in virtual dub

If it matters, Im trying to encode this into wmv

Last edited by RipcordAFF; 25th March 2007 at 18:59.
RipcordAFF is offline  
Old 25th March 2007, 19:03   #1570  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@RipcordAFF

so it is audio...

post movie.avs (trim all first part with all load plugin), and post also movie_wmv.bat

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 25th March 2007, 19:08   #1571  |  Link
RipcordAFF
Registered User
 
Join Date: Feb 2007
Posts: 13
Quote:
Originally Posted by buzzqw View Post
@RipcordAFF

so it is audio...

post movie.avs (trim all first part with all load plugin), and post also movie_wmv.bat

BHH
Here they are, i think this is what you wanted
Attached Files
File Type: zip movie.zip (1.4 KB, 61 views)
RipcordAFF is offline  
Old 25th March 2007, 19:09   #1572  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
delete the attacment and paste here the script or mail me at my mail address (license.txt)

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 25th March 2007, 19:17   #1573  |  Link
RipcordAFF
Registered User
 
Join Date: Feb 2007
Posts: 13
Im not sure how to post scripts here, but i will email you the attachment if you pm me your email address
RipcordAFF is offline  
Old 25th March 2007, 19:22   #1574  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
Quote:
at my mail address (license.txt)
open license.txt, my mail is written here

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 26th March 2007, 00:38   #1575  |  Link
Tobytl
PERL LIVES!
 
Join Date: Oct 2002
Location: Syn City
Posts: 79
Sorry to bother you guys again, but I ran into another problem when I set the Futurama batch to run while I slept. It appears that if you manually set the crop, you don't actually get film decimation (maybe no deinterlacing at all, but haven't tested other methods). It produces this bit of script:
Code:
...

last = movie
tfm(d2v="E:\DVD\Futurama\301\temp\movie.d2v").tdecimate()
crop(movie,8,0,-8,-0)
#resizestart

#test4

LanczosResize(704,528)
...
As you can see, it sets the movie variable (the mpeg2source data) to the default variable. Does the film processing/decimating on that default variable (last). Then just crops the original, non film processed/decimated movie variable, and returns it. So the end result is still interlaced (telecined).
__________________
Schizophrenia, its not a sickness, its a way of life...

Last edited by Tobytl; 26th March 2007 at 00:41.
Tobytl is offline  
Old 26th March 2007, 01:38   #1576  |  Link
nx6
Playing with MKV files...
 
nx6's Avatar
 
Join Date: Feb 2007
Posts: 278
Quote:
Originally Posted by delacroixp View Post
Quote:
Originally Posted by buzzqw
P.S. i play it with mediaplayer classic + ffdshow_beta2_20070319_clsid.exe + MatroskaSplitter07032007.exe
You're totally wasting your time with me... all this stuff is like seriously Greek to me...
Pascal
You already have Media Player Classic, ffdshow is just a big decoder pack. It also has some adjustment options for picture quality on playback, you can find it here. I'm not sure where Matroska Splitter is on the web, I got it from installing the Lazy Man's MKV tools.
nx6 is offline  
Old 26th March 2007, 07:12   #1577  |  Link
dalihrp
Registered User
 
Join Date: Aug 2006
Posts: 21
Hi , I Wonder,

Is AutoMKV full compatible with VISta? I only interested for DVD->WMV.

thanx
dalihrp is offline  
Old 26th March 2007, 07:30   #1578  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@Tobytl
Thanks for this bug !
Fixed in next release

@dalihrp
AutoMKV is compatible with Vista. (i havn't vista but several user reported the compatible)

The next question is WMcmd.vbs compatible with Vista ?

Some user report success, some other not.
The culprit is how wvc1 is installed.

i can only suggest to test

@nx6 and @delacroixp

Haali media splitter http://haali.cs.msu.ru/mkv/

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 26th March 2007, 16:38   #1579  |  Link
PlayWithFire
Registered User
 
Join Date: Aug 2005
Posts: 13
How can i use AutoMKV from a command line?
I want to automatically convert files downloaded with µTorrent to WMV so they can be streamed to my 360.
PlayWithFire is offline  
Old 26th March 2007, 17:25   #1580  |  Link
delacroixp
Emperor building empire
 
delacroixp's Avatar
 
Join Date: Mar 2007
Location: ZAR
Posts: 674
@nx6 and @buzzqw

Quote:
Originally Posted by nx6 View Post
You already have Media Player Classic, ffdshow is just a big decoder pack. It also has some adjustment options for picture quality on playback, you can find it here. I'm not sure where Matroska Splitter is on the web, I got it from installing the Lazy Man's MKV tools.
I installed Zoom Player and it automatically updates all necessary codecs to the latest versions... it's pure good luck and good fortune that anything works in my life at all... I'm seriously clueless... things just seam to happen one thing after another... wierd !!!



much




Pascal
delacroixp is offline  
Closed Thread

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 14:10.


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