add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / asset.h
index 4fa58aa41a010adb314b5d264da07b98a3c203d8..b877c47d938d1ccfb29184c673ceb12116f9da80 100644 (file)
@@ -150,6 +150,7 @@ public:
        char vcodec[BCTEXTLEN];
 
 // Length in frames
+// -1 means a still photo
        int64_t video_length;
 
 
@@ -207,11 +208,12 @@ public:
 
 // ffmpeg muxer file extension
        char fformat[BCSTRLEN];
-       char ff_audio_options[BCTEXTLEN];
        char ff_video_options[BCTEXTLEN];
-       int ff_audio_bitrate;
-       int ff_video_bitrate;
-       int ff_video_quality;
+       char ff_pixel_format[BCSTRLEN];
+       int ff_video_bitrate, ff_video_quality;
+       char ff_audio_options[BCTEXTLEN];
+       char ff_sample_format[BCSTRLEN];
+       int ff_audio_bitrate, ff_audio_quality;
 
 // PNG video compression
        int png_use_alpha;
@@ -226,6 +228,9 @@ public:
 
        int ac3_bitrate;
 
+// Insert tag for spherical playback
+       int mov_sphere, jpeg_sphere;
+
 // Image file sequences.  Background rendering doesn't want to write a
 // sequence header but instead wants to start the sequence numbering at a certain
 // number.  This ensures deletion of all the frames which aren't being used.