lylyahiko
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2019
05:55 AM
Trickplay and BIF Files
https://blog.roku.com/developer/channel ... s-oct-2018
if I'm unable to generate BIF files can I just disable my trickplay progress bar and still pass certification?
if I'm unable to generate BIF files can I just disable my trickplay progress bar and still pass certification?
26 REPLIES 26
lylyahiko
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019
01:29 PM
Re: Trickplay and BIF Files
For anyone searching in the future. I got word back from Partner Success it is mandatory to have a trickplay bar for your VOD content.
norcaljohnny
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019
06:14 PM
Re: Trickplay and BIF Files
Thats weird because most channels do not have it. I had non hls channels that passed without it. Just watched Death Wish on PopcornFLix and none of theirs had it.
lylyahiko
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019
06:23 AM
Re: Trickplay and BIF Files
I imagine it all depends on when the app was posted. I know sometime at the end of march Bif files will be mandatory. Any apps published before that date won't require it obviously.
norcaljohnny
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019
03:48 PM
Re: Trickplay and BIF Files
"lylyahiko" wrote:
I imagine it all depends on when the app was posted. I know sometime at the end of march Bif files will be mandatory. Any apps published before that date won't require it obviously.
Interesting, that is going to create a lot of work for developers as the creating of bif files is a slow process. I can not imagine the amount of time if one has over 100 files let alone thousands of files.
Thanks for the heads up.
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019
09:18 PM
Re: Trickplay and BIF Files
It only takes about 5 seconds to make a bif file with a modern pc. - it can be entirely automated. Most of the time above 5 seconds required would be downloading the source video to extract the frame images if you don't have a local copy.
norcaljohnny
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019
09:23 PM
Re: Trickplay and BIF Files
"destruk" wrote:
It only takes about 5 seconds to make a bif file with a modern pc. - it can be entirely automated. Most of the time above 5 seconds required would be downloading the source video to extract the frame images if you don't have a local copy.
WOW then Im doing something wrong. maybe amount of frames. Are you on a pc? Its weird because when i create thumbs using a third party app , youre right it is super fast but with the bif tool on a mac it was taking minutes per each video 😕
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019
09:51 PM
Re: Trickplay and BIF Files
I had submitted an entire package for windows to Roku about a year and a half ago to make available for users. I just don't have the hosting space for it. The short solution is to download VirtualDub, use the resize filter to get your SD images at 240x180, change the framerate to 'decimate by 240' for 23.97 fps video, or 10 * the framerate, select File/Export Image Sequence - for a 2-hour movie on a current powerful pc that shouldn't take more than 5-10 seconds, and then the biftool.exe file can combine all the images in a folder in less than a second into a valid bif file. Or you can custom-compile ffmpeg to do it as well, but it's more complicated to get the codecs you want for inclusion. If you are going the virtualdub method there is a plugin available to add mp4 support, which you will need, just be sure to grab the older version as it is 2-3 times faster than the current one. FFInputDriver_64 - dated 5/26/2014 seems to work fastest for me. Virtualdub also has scripting support to automate from command line.
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019
09:56 PM
Re: Trickplay and BIF Files
You're only making maybe 500 or 600 images with 10-second intervals, so it shouldn't be taking minutes unless you are trying to encode the source file again at the same time? I don't know why it's so slow there for you.
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2019
12:45 PM
Re: Trickplay and BIF Files
Hmm... I'm with norcaljohnny. I've only used ffmpeg to extract the images and it will take several minutes for a 2 hr. movie on a quad-core i7. VirtualDub must be an order of magnitude faster and then some.
-JT
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.