Skip to content

7rs/sm64tas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SM64 TAS Archives

An Archive for publication and storage TASing files by Cbrnex.

Encoding

  • Merges the videos

ffmpeg -safe 0 -f concat -i paths.txt -b "8M" -r "30" -s "1440x1080" -ab "384k" -sn -map 0:v -map 0:a output.avi
file './yourrecords1.avi'
file './yourrecords2.avi'

Required FFmpeg

  • Just encodes a video

ffmpeg -safe 0 -b "8M" -r "30" -s "1440x1080" -ab "384k" -sn -map 0:v -map 0:a output.mp4 -i ""
  • Outputting Reference

Resolution Bitrate Bitlate (30fps)
1080p 8 Mbps
720p 5 Mbps
480p 2.5 Mbps
Type Audio Bitrate
Mono 128 kbps
Stereo 384 kbps
5.1 512 kbps

About

An archive for publication and storage TASing files.

Topics

Resources

License

Stars

Watchers

Forks