View Single Post
Old 4th January 2009, 23:29   #51  |  Link
Mad_Martha
Registered User
 
Mad_Martha's Avatar
 
Join Date: Jul 2005
Posts: 4
Hi , thanks for this prog..

Question : How would I go about a non-cropped , Anamorphic encode to an mkv - encode at original res then use mkvmerge to set DAR ?

Problem - Have noted that even when I set the cropping to all zero , clicking anywhere on the cropping tag re-enters values into the crop fields.
(and conversely - when changing the crop fields to zero it changes the output resolution away from what was previously set)

Another problem I got is that when trying to encode - audio is processed but then everything just stops - does not get to trying to encode video , just halts after the audio.(the terminal window closes and nothing else happens)

I pasted the encode line directly into a terminal window and got the following :

Quote:
mencoder -vf harddup,crop=720:576:0:0,scale=720:576,hqdn3d=2:1:2 -sws 2 -aspect 1.7778 -of rawvideo -o autox264.h264 -nosound -ovc x264 -x264encopts bitrate=2114ass=1:threads=auto:bframes=8artitions=i4x4,i8x8,p8x8,b8x8:8x8dct:direct_pred=auto:me=tesa:subq=8:b_adapt=2:turbo=2:frameref=16:deblock=-1,-2:weight_b:me_range=32:trellis=2:mixed_refs:b_pyramid:level=4.1:ratetol=1 "/home/madmartha/Videos/Clockwork.mpg" -nosound
MEncoder 2:1.0~rc2-0ubuntu17 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Pentium(R) III CPU family 1400MHz (Family: 6, Model: 11, Stepping: 1)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled with runtime CPU detection.
Option x264encopts: Bad argument b_adapt=2
success: format: 0 data: 0x0 - 0x2d3e804
MPEG-PS file format detected.
VIDEO: MPEG2 720x576 (aspect 3) 25.000 fps 6500.0 kbps (812.5 kbyte/s)
[V] filefmt:2 fourcc:0x10000002 size:720x576 fps:25.00 ftime:=0.0400
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
Opening video filter: [hqdn3d=2:1:2]
Opening video filter: [scale w=720 h=576]
Opening video filter: [crop w=720 h=576 x=0 y=0]
Crop: 720 x 576, 0 ; 0
Opening video filter: [harddup]
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
==========================================================================
VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
[swscaler @ 0x883e3d0]SwScaler: using unscaled yuv420p -> yuv420p special converter
FATAL: Cannot initialize video driver.

Exiting...
cheers , [MM]

Last edited by Mad_Martha; 4th January 2009 at 23:55. Reason: clarification
Mad_Martha is offline   Reply With Quote