Difference between revisions of "Bink"

From GTAMods Wiki
Jump to navigation Jump to search
(xbox version and alternative tool)
 
Line 2: Line 2:
 
'''Bink''' is a proprietary video format (extension '''<code>.bik</code>''') developed by RAD Game Tools, which is primarily designed and used for storing cutscene videos in computer and video games.
 
'''Bink''' is a proprietary video format (extension '''<code>.bik</code>''') developed by RAD Game Tools, which is primarily designed and used for storing cutscene videos in computer and video games.
  
==Use in Grand Theft Auto IV==
+
* The Xbox version of [[GTA III]] and [[Vice City]] use this format for the two startup movies, <code>movies\GTAtitles.bik</code> and <code>movies\Logo.bik</code>.
[[GTA4]] uses this format for its in-game television programming. These files are located in the directory <code>''Grand Theft Auto IV\Movies''</code> folder.
+
* [[GTA IV]] uses this format for its in-game television programming. These files are located in the directory <code>Grand Theft Auto IV\Movies</code> folder.
 +
* [[GTA V]] uses this format for its in-game television programming, too, but also uses it for in-game movies, the game's start-up splash and for Jimmy's video game Righteous Slaughter 7. These files are located in the directory <code>Grand Theft Auto V\movies</code> folder.
  
==Use in Grand Theft Auto V==
+
== Tools ==
[[Grand Theft Auto V]] uses this format for its in-game television programming too, but also uses it for in-game movies, the game's start-up splash and for Jimmy's video game Righteous Slaughter 7. These files are located in the directory <code>''Grand Theft Auto V\movies''</code> folder.
+
* [http://www.radgametools.com/default.htm RAD Game Tools], official site for Bink Video
 +
* [https://www.ffmpeg.org/ FFmpeg]
  
==External link==
+
=== FFmpeg ===
* [http://www.radgametools.com/default.htm RAD Game Tools] &ndash; Official site for Bink Video
+
FFmpeg is a free software that can decode and encode a wide variety of audio and video formats, including Bink. The following instruction is for converting a Bink file into an AVI file on Windows.
* [http://www.radgametools.com/bnkdown.htm RAD Game Tools] &ndash; Download Page for Bink Player And Converter
+
* Download the Windows build, static version, at http://ffmpeg.zeranoe.com/builds/.
 +
* Download 7-zip at http://www.7-zip.org/.
 +
* Use 7-zip to extract the files.
 +
* Run <code>ff-prompt.bat</code>.
 +
* In the command prompt, type in the command <code>ffmpeg -i input.bik output.avi</code>, where input.bik is the location of the Bink file and output.avi is the location of your output file.
  
{{GTA4-navi}}
+
{{N|5|4|VC|3}}
{{N|5}}
 
  
 
[[Category:File Formats]]
 
[[Category:File Formats]]

Latest revision as of 19:13, 19 September 2015

Bink is a proprietary video format (extension .bik) developed by RAD Game Tools, which is primarily designed and used for storing cutscene videos in computer and video games.

  • The Xbox version of GTA III and Vice City use this format for the two startup movies, movies\GTAtitles.bik and movies\Logo.bik.
  • GTA IV uses this format for its in-game television programming. These files are located in the directory Grand Theft Auto IV\Movies folder.
  • GTA V uses this format for its in-game television programming, too, but also uses it for in-game movies, the game's start-up splash and for Jimmy's video game Righteous Slaughter 7. These files are located in the directory Grand Theft Auto V\movies folder.

Tools

FFmpeg

FFmpeg is a free software that can decode and encode a wide variety of audio and video formats, including Bink. The following instruction is for converting a Bink file into an AVI file on Windows.

  • Download the Windows build, static version, at http://ffmpeg.zeranoe.com/builds/.
  • Download 7-zip at http://www.7-zip.org/.
  • Use 7-zip to extract the files.
  • Run ff-prompt.bat.
  • In the command prompt, type in the command ffmpeg -i input.bik output.avi, where input.bik is the location of the Bink file and output.avi is the location of your output file.