Giter Site home page Giter Site logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Thanks for the report, will be fixed in next release.

Original comment by [email protected] on 28 Mar 2011 at 10:35

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
This should be fixed in rc4, can you please double check ?

Original comment by [email protected] on 1 May 2011 at 12:57

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Confirmed fixed in 0.6-rc4, because you have removed the automatic addition of 
the scale,pad filters. A much more deterministic result :-)

Original comment by [email protected] on 3 May 2011 at 3:59

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Yes, I'm trying to figure what's the best way to handle this case.

Original comment by [email protected] on 4 May 2011 at 10:33

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
This issue has returned in later versions of rc4 and rc5 - all be it that the 
target is imx30 not pal-imx30. I've applied locally a fix (taken from previous 
rc4 versions) which includes [out] at the start of the opt_vf() calls on lines 
4744 4746 of ffmbc.c

The problem I have is that I want to use a command line line this -vf 
"tinterlace=4,scale=702:576:1,colormatrix=bt709:bt601,pad=720:608:9:32" and I 
do not expect "scale=720:576,pad=720:608:0:32:black:1" to be added at the end 
because that really breaks my encode (scaling the carefully created 720x608 
back down to 720:576 and padding again up to 720x608).

Thanks.

Original comment by [email protected] on 9 May 2011 at 1:53

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I'm curious here, why are you scaling to 702:576 ? This doesn't make sense if 
you are coming from HD, given that the production aperture is the full 
resolution.

Original comment by [email protected] on 9 May 2011 at 7:39

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Can you try with the updated tarball ? I tried to come up with a more elegant 
solution.

Original comment by [email protected] on 10 May 2011 at 5:39

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I'm scaling to 702 because it PAL land 702 pixels is the active area of the 720 
pixels of a full line. If you scale to 720 then everything is 2.5% too wide.

The maths behind that is...

In the analogue world, a PAL TV line is 64 micro-seconds long, of which 52 
micro-seconds is active picture and the rest is sync-pulse.

Digital PAL television is sampled at 13.5MHz.
That makes the active 52 micro-seconds have exactly 702 pixels 
(0.000052×13500000).

The BBC used to have page explaining it, but it's been taken down in the 
great-BBC-web-site-clean-up of 2011, so here's a link to the archive machine:

http://replay.web.archive.org/20100826080627/www.bbc.co.uk/commissioning/tvbrand
ing/picturesize.shtml

Original comment by [email protected] on 10 May 2011 at 12:56

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I tried with the new 0.6-rc5 tarball. It looks like a nice idea, but it 
seg-faults if I have any filter in the chain.


ffmbc -i ~/Videos/full_sony_ex1r_set/mpeg2_35mbit_1280x720_25p.mp4 -vf 
crop=720:576:0:0 -threads 4 -r 25 -target imx30 -f d10_mxf -y 475_0032_01.mxf
FFmbc version 0.6-rc5
Copyright (c) 2008-2011 Baptiste Coudurier and the FFmpeg developers
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 
'/home/himslm01/Videos/full_sony_ex1r_set/mpeg2_35mbit_1280x720_25p.mp4':
  Metadata:
    major_brand: mp42
    minor_version: 0
    compatible_brands: mp42
    creation_time: 2010-09-30 08:39:13
  Duration: 00:00:31.88, start: 0.000000, bitrate: 36170 kb/s
    Stream #0.0(eng): Video: mpeg2video, yuv420p, 1280x720p [PAR 1:1 DAR 16:9], 35000 kb/s, 25.00 fps
    Stream #0.1(eng): Audio: pcm_s16be, 48000 Hz, 2 channels, s16, 1536 kb/s
[crop @ 0x9179600] auto-inserting filter 'auto-inserted scaler 0' between the 
filter 'src' and the filter 'Parsed filter 0 crop'
[scale @ 0x9179f90] w:1280 h:720 fmt:yuv420p -> w:1280 h:720 fmt:yuv422p 
flags:0x4 interlaced:0
[crop @ 0x9179600] w:1280 h:720 -> w:720 h:576
auto-rescaling to IMX resolution
[scale @ 0x91882a0] w:720 h:576 fmt:yuv420p -> w:720 h:576 fmt:yuv422p 
flags:0x4 interlaced:1
[pad @ 0x9188670] w:720 h:576 -> w:720 h:608 x:0 y:32 color:0x108080FF[yuva]
Warning, QMAT_SHIFT is larger than 21, overflows possible
    Last message repeated 1 times
Output #0, mxf_d10, to '475_0032_01.mxf':
  Metadata:
    encoder: FFmbc 0.6
    Stream #0.0(und): Video: mpeg2video, yuv422p, 720x608i tff [PAR 19:18 DAR 5:4], cbr, 30000 kb/s, 25.00 fps
    Stream #0.1(und): Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Press [q] to stop encoding
Stream #0.1 dropping frames before start time
Segmentation fault

Original comment by [email protected] on 10 May 2011 at 1:03

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Mark, could you please share your input file ? Also you don't need -f with 
-target, it will auto-select d10 if target is specified.

Original comment by [email protected] on 10 May 2011 at 7:52

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Thanks for the hints.
Link to the original media sent in private email

Original comment by [email protected] on 11 May 2011 at 11:40

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Should be fixed in rc7

Original comment by [email protected] on 7 Jun 2011 at 3:47

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024

Original comment by [email protected] on 15 Jun 2011 at 3:06

  • Changed state: Fixed

from ffmbc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.