FallingSnow / h265ize

A node utility utilizing ffmpeg to encode videos with the hevc codec.
MIT License
527 stars 81 forks source link

Use new (2015) syntax for setting default streams #136

Closed mjc closed 5 years ago

mjc commented 5 years ago

The "invalid stream specifier: #0:1" in #133 seems to be caused by using incorrect or outdated syntax for setting default tracks.

This is a WIP as I'll need to test whether the same fix is needed for default subtitles, and whether I am doing the right thing RE: track ordering.

mjc commented 5 years ago

In this state I've gotten through a few thousand files with no issues, so I think this is ready. If I run into any new related issues I'll make followon PRs