use qt-animation
This commit is contained in:
parent
04a66cb90c
commit
456e4f860a
2 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,7 @@ def enqueue_job(event):
|
||||||
fp.write(xmlstr)
|
fp.write(xmlstr)
|
||||||
|
|
||||||
compressor_info = run_output(
|
compressor_info = run_output(
|
||||||
'/Applications/Compressor.app/Contents/MacOS/Compressor -batchname {batchname} -jobpath {jobpath} -settingpath apple-prores-4444.cmprstng -locationpath {locationpath}',
|
'/Applications/Compressor.app/Contents/MacOS/Compressor -batchname {batchname} -jobpath {jobpath} -settingpath qt-animation.cmprstng -locationpath {locationpath}',
|
||||||
batchname=describe_event(event),
|
batchname=describe_event(event),
|
||||||
jobpath=work_doc,
|
jobpath=work_doc,
|
||||||
locationpath=intermediate_clip)
|
locationpath=intermediate_clip)
|
||||||
|
|
1
qt-animation.cmprstng
Normal file
1
qt-animation.cmprstng
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><setting name="QuickTime-Animation%20Kopie"><version>327680</version><description>QuickTime-Film%20mit%20Animation-Codec%20und%20unkomprimiertem%20Audio.</description><default-destination></default-destination><descriptionKey>moGraphicsANIMATIONSettingDescription</descriptionKey><encoder name="QT"><audio-video-encode isEnabled="no"/><file-extension>mov</file-extension><job-can-be-segmented>yes</job-can-be-segmented><duration-change factor="100" new-duration="" source-at-output="no"/><marker-image width="0" height="0"/><encode-cc>yes</encode-cc><encode-chapters>yes</encode-chapters><audio-encode name="QT" isEnabled="yes"><auto-channel_layout>no</auto-channel_layout><auto-channel_sampleSize>no</auto-channel_sampleSize><auto-format_sampleRate>no</auto-format_sampleRate><audio-format-info>48000.000000 2 16 48000 N 6619138 Y</audio-format-info><codec-type>NONE</codec-type><itSC>no</itSC></audio-encode><video-encode name="QT" isEnabled="yes"><bounds width="-100" height="-100" pixelAspect="0"/><crop left="0" top="0" right="0" bottom="0"/><padding left="0" top="0" right="0" bottom="0"/><frame-rate>0.000000</frame-rate><automatic video-conversion="" color-spec="" width="-100" height="-100" frame-rate="-100" crop="no" padding="no" center-crop="0" field-dominance="yes"/><video-conversion>1 3 1 0 N 0 100 0 0</video-conversion><color-spec>0</color-spec><computed-pad>no</computed-pad><computed-crop>no</computed-crop><color-space primaries="2" transfer="2" matrix="2"/><color-spec-default>-1000</color-spec-default><ignore-crop-during-processing>no</ignore-crop-during-processing><dithering-setting>0</dithering-setting><codec-type>rle </codec-type><codec-manufacturer>appl</codec-manufacturer><spatial pixelDepth="32" minQuality="0" quality="1024"/><temporal keyFrameInterval="24" minQuality="0" quality="1024" partial-sync="0"/><icm2-options max-passes="1" allow-frame-reoder="no"/><data-rate>0</data-rate><data-rate-limit-size>0</data-rate-limit-size><data-rate-limit-duration>0</data-rate-limit-duration><video-360-metadata-format>0</video-360-metadata-format><video-360-metadata-auto>yes</video-360-metadata-auto></video-encode><write-clap>yes</write-clap><qt-streaming>0</qt-streaming><qt-audio-passthrough>no</qt-audio-passthrough><qt-video-passthrough>no</qt-video-passthrough></encoder><filter-set/></setting>
|
Loading…
Add table
Reference in a new issue