Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start of supporting HDV over firewire. #1

Closed
wants to merge 1 commit into from
Closed

Conversation

mithro
Copy link
Member

@mithro mithro commented Dec 22, 2014

No description provided.

@mithro
Copy link
Member Author

mithro commented Dec 22, 2014

@aps-sids Can you see if there is anything worth merging in this pull request?

@landscape-bot
Copy link

Code Health
Repository health increased by 1% when comparing firewire-hd 62d7508 on timvideos/flumotion to master 921550f on timvideos/flumotion

73 new problems were found (including 38 errors and 27 code smells)
387 problems were fixed (including 68 errors and 83 code smells)

View the changes on Landscape.io

is_hdv = props.get('is-hdv', False)

# HDV streams generally have square pixels, while normal DV streams don't.
self.is_square = props.get('is-square', is_hdv)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

720p HDV has square pixels, but it's not the case for 1080i HDV I guess. Is it safe to set options as square pixels?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normal 1080i has square pixels right? Is it just 1080i HDV which doesn't?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

http://en.wikipedia.org/wiki/HDV#Specifications says HDV 1080i has pixel aspect ratio of 1.33, not sure about normal 1080i.

@ApsOps
Copy link
Member

ApsOps commented Dec 23, 2014

Merged with https://github.com/aps-sids/flumotion-orig/commits/porting-firewire

Will be merged in #7 when firewire is completely ported.

@ApsOps ApsOps closed this Dec 23, 2014
@ApsOps ApsOps deleted the firewire-hd branch December 23, 2014 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants