msrdanov
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2012
03:47 PM
Preferred name and image resolution for BIF files
I was wondering if there was a preferred file name and/or image resolution to use when creating BIF files for trick mode support. The developer guide simply states HD and SD versions. While on the same topic, is there a recommended time interval for the images? 5 seconds between captures? 10 seconds>
Thanks!
Thanks!
6 REPLIES 6
bandal
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2012
03:59 PM
Re: Preferred name and image resolution for BIF files
I am doing SD at 240x180 and HD at 320x240 15 seconds apart.
You can specify how far apart you want in time. File name should be something you can associate with the video name in case you forget what it is later.
DA
You can specify how far apart you want in time. File name should be something you can associate with the video name in case you forget what it is later.
DA


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2012
04:08 PM
Re: Preferred name and image resolution for BIF files
Section 3.3 of the Encoding Guide talks about BIF creation.
The SD frames should have a width of 240 and the HD frames should have a width of 320. Their height should be specified to coincide with their aspect ratio.
bandal
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2012
08:06 PM
Re: Preferred name and image resolution for BIF files
In section 3.3 is there a way to fix the offset in windows cmd? I use ffmpeg and biftool here on Windows XP. Is there an equivelant to run in Windows versus linux?
Linux
% j=00000000.jpg; for i in *; do mv ${i} ${j}; j=${i}; done;
Windows ?
Thanks,
DA
Linux
% j=00000000.jpg; for i in *; do mv ${i} ${j}; j=${i}; done;
Windows ?
Thanks,
DA
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2012
08:37 PM
Re: Preferred name and image resolution for BIF files
If you download "microsoft expression" it can batch rename image files for you.
http://msdn.microsoft.com/en-us/library/cc294618.aspx
It's real easy to use.
I'm sure there are other ways, just that was the first thing I used that I had a need for the feature...
http://msdn.microsoft.com/en-us/library/cc294618.aspx
It's real easy to use.
I'm sure there are other ways, just that was the first thing I used that I had a need for the feature...
bandal
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2012
09:47 PM
Re: Preferred name and image resolution for BIF files
Thanks, I will look into it, otherwise vmware time and load up Fedora 16.
DA
DA
msrdanov
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2012
06:55 AM
Re: Preferred name and image resolution for BIF files
Very clear now - Thanks all! 😄