use h264 directly

This commit is contained in:
Peter Körner 2019-11-16 19:40:25 +01:00
parent ab0ca08ec6
commit 08ed9de8ad
3 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><setting name="HD%201080p"><version>393216</version><description>HD%201080p%20f%C3%BCr%20den%20Upload%20auf%20Video-Portale%20wie%20z.%C2%A0B.%20f%C3%BCr%20YouTube%20oder%20Vimeo.</description><default-destination></default-destination><nameKey>HD1080WebShareName</nameKey><descriptionKey>HD1080WebShareDesc</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><auto-bit-rate-purpose>1</auto-bit-rate-purpose><audio-encode name="QT" isEnabled="yes"><auto-channel_layout>no</auto-channel_layout><auto-channel_sampleSize>yes</auto-channel_sampleSize><auto-format_sampleRate>no</auto-format_sampleRate><audio-format-info>48000.000000 2 16 48000 N 6619138 N</audio-format-info><codec-type>aac </codec-type><quality>127</quality><audio-encoding-strategy>1</audio-encoding-strategy><audio-encoding-bitrate>128000</audio-encoding-bitrate></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>-100.000000</frame-rate><automatic video-conversion="" color-spec="" width="-1920" height="1080" frame-rate="-100" crop="no" padding="no" center-crop="0" field-dominance="no"/><video-conversion>1 3 1 0 N 0 1 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>avc1</codec-type><codec-manufacturer>appl</codec-manufacturer><family-codec-configured>no</family-codec-configured><spatial pixelDepth="24" minQuality="256" quality="768"/><temporal keyFrameInterval="0" minQuality="256" quality="768" partial-sync="0"/><icm2-options max-passes="0" allow-frame-reoder="yes"/><data-rate>1875000</data-rate><data-rate-limit-size>0</data-rate-limit-size><data-rate-limit-duration>5</data-rate-limit-duration><encoder-properties><![CDATA[YnBsaXN0MDDSAQIDEV8QEGNvZGVjLXByb3BlcnRpZXNaZW5jb2Rlci1pZNIEBQYNXxAPSDI2NEVudHJvcHlNb2RlXFByb2ZpbGVMZXZlbNMHCAkKCwxbb2JqZWN0VmFsdWVbaXNEZWZhdWx0SFFbZGVzY3JpcHRpb25VQ0FCQUMJVUNBQkFD0wcICQ4LEF8QE0gyNjRfSGlnaF9BdXRvTGV2ZWwJVEhpZ2hUYXZjMQgNICswQk9WYm56gIGHjqSlqgAAAAAAAAEBAAAAAAAAABIAAAAAAAAAAAAAAAAAAACv]]></encoder-properties><video-360-metadata-format>0</video-360-metadata-format><video-360-metadata-auto>yes</video-360-metadata-auto><encoder-variant>0</encoder-variant></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>

View file

@ -131,7 +131,7 @@ def enqueue_job(event):
fp.write(xmlstr)
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 hd1080p.compressorsetting -locationpath {locationpath}',
batchname=describe_event(event),
jobpath=work_doc,
locationpath=intermediate_clip)