Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Transcoding to vcd target - cannot get the syntax correct.
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mattgo...@gmail.com  
View profile  
 More options Jul 25 2012, 6:32 am
From: mattgo...@gmail.com
Date: Wed, 25 Jul 2012 03:32:16 -0700 (PDT)
Local: Wed, Jul 25 2012 6:32 am
Subject: Re: Transcoding to vcd target - cannot get the syntax correct.

This is driving me a little mad!!

I can get everything working with this:

ffmbc -i "Q:\Input.mov" -vf "crop=720:576:0:32,yadif=0:0:0,scale=352:288"
-sameq -t 120 "E:\ffmbc_mpg_crop_yadif_scale.mpg"

But as soon as I replace -sameq with -target vcd I get the same errors:

Incompatible pixel format 'yuv422p' for codec 'mpeg1video', auto-selecting
format 'yuv420p'
[yadif @ 01BB5B80] mode:0 parity:0 auto_enable:0
[scale @ 01BB5460] w:720 h:608 fmt:yuv422p -> w:352 h:288 fmt:yuv420p
flags:0x4
[crop @ 01BB5840] w:352 h:288 -> w:720 h:576
[crop @ 01BB5840] Invalid too big or non positive size for width '720' or
height
 '576'
Error opening filters!

It seems that -target takes precedence over any other information in the
command line, which is strange because the following line worked without
issues:

ffmbc -i "Q:\Input.mov" -target xdcamhd422 -vtag xd5b -tff -threads 16 -vf
scale=1920:1080:interl=-1 "Q:\Output.mov"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.