Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bcl
Channel Surfer

Re: Python biftool replacement

Probably so, I'm in the middle of a huge batch of changes. I may do a release tonight or tomorrow.
0 Kudos
bcl
Channel Surfer

Re: Python biftool replacement

Ok, I finally fixed the 1 off error. I'm going to be releasing a totally new version of things soon, using github, so this will be the last change on this repository.
0 Kudos
RokuAaron
Visitor

Re: Python biftool replacement

Looks like a great tool. Good work.

I haven't tried it myself yet, but looking at the code, I see some problems:
- timestamp should start at 0, not 1
- modeExtension array has all HD and SD reversed

Good luck!
0 Kudos
bcl
Channel Surfer

Re: Python biftool replacement

"RokuAaron" wrote:
Looks like a great tool. Good work.

I haven't tried it myself yet, but looking at the code, I see some problems:
- timestamp should start at 0, not 1
- modeExtension array has all HD and SD reversed

Good luck!


Thanks! Actually, the video sizes are swapped. That may explain why they looked goofy the last time I tried making .bif files.

I think I set timestamp to 1 on purpose. But I don't remember the reason. I need to patch the hms project to support .bif before I can test this.

Brian
0 Kudos
bcl
Channel Surfer

Re: Python biftool replacement

timestamp is a 1 because when I set it to 0 the images are off by 10 seconds. I'll revert it in the next patch with BIF support working again.

Swapping the video array around worked, now the bif images look good (at least on the 1 movie I've done so far).
0 Kudos
lumaflix
Visitor

Re: Python biftool replacement

Can you post the link with you latest change.
Is the link same or a new link for you latest code?
Thanks appreciate your help.
0 Kudos
bcl
Channel Surfer

Re: Python biftool replacement

0 Kudos