stash/pkg/database/migrations/6_scenes_format.up.sql
bnkai d5617307f1
Add detection of container/video_codec/audio_codec compatibility for live file streaming or transcoding (#384)
* add forceMKV, forceHEVC config options
* drop audio stream instead of trying to transcode for ffmpeg unsupported/unknown audio codecs
2020-04-10 08:38:34 +10:00

1 line
55 B
SQL

ALTER TABLE `scenes` ADD COLUMN `format` varchar(255);