View Single Post
  #2 (permalink)  
Old 5th June 2013
Cela Cela is offline
Member
BS.player Regular User
 
Join Date: Nov 2012
Posts: 33
Rep Power: 0
Cela is on a distinguished road
Default

Quote:
Originally Posted by timmy2 View Post
No response from support or this forum so I gave up. Switched to a different player.
A different player? You found a player with high priority chapter support? Where makers, support and users appreciate that feature, assign high priority to it and you get quick response? Please share your knowledge!

Did you try this?
(This was may learning by example.)
1. Alt+I ... Add bookmark // add several bookmarks
2. Ctrl+Alt+I ... Edit bookmarks // and add annotation text to each bookmark
3. Use option Export bookmarks as chapters // you get a .chf chapter file
4. Now you have 2 files in your media file folder:
mediafile.mp4 ... or mkv, m2ts,ts,... mpa, mp3, mp2, ...
mediafile.chf ... chapter file
5. Learning by example:
Now you can see the syntax.
Example (default format):
[CHAPTERS]
1=00:00:00 Live Show
2=00:02:46 Intro
3=00:04:45 Part1
4=01:21:14 Exit 1
5=01:21:15 The End

Example (extended format):
[CHAPTERS]
1=00:00:00.000 Live Show
2=00:02:46.760 Intro
3=00:04:45.320 Part1
4=01:21:14.240 Exit 1
5=01:21:15.560 The End

Example for 'nice' chapter selection menu:
[CHAPTERS]
1=00:00:00.000 1 01 Live Show
2=00:02:46.760 2 02 Intro
3=00:04:45.320 3 03 Part1
4=01:21:14.240 4 04 Exit 1
5=01:21:15.560 5 05 The End
will produce chapter selection menu:
01 Live Show
02 Intro
03 Part1
04 Exit 1
05 The End

Note: Mandatory syntax elements
[CHAPTERS]
1=<timecode> <optional annotation text>
2=...

Feature request:
I would prefer a version without the superfluous syntax elements!
Simply this:
<timecode> <optional annotation text>
00:00:00.000 Live Show
00:02:46.760 Intro
...
This conveniently simple format should be also implemented!
If it makes BSplayer happy, keep
[CHAPTERS]
but get rid of the
1=
2=
parts!
(I bet BPsplayer could count the chapter lines 1,2,3... itself.)

Feature request:
Chapter feature for BSplayer Android! ASAP!
Reuse .chf file on smartphone and tablet.
Chapter feature not yet working in BSplayer Android!

P.S.
Since I know how it works I understand the manual:
C:\Program Files\Webteh\BSplayerPro\doc\ini_files.html?
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20