Skip to content

Commit f76f89c

Browse files
authored
Minor doc fixes. (#105)
Signed-off-by: [email protected] <[email protected]>
1 parent 9a6d9bd commit f76f89c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EncodeProres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ comparisontest:
4141
```console
4242
ffmpeg -r 24 -start_number 100 -i inputfile.%04d.png \
4343
-pix_fmt yuv422p10le -vf "scale=in_color_matrix=bt709:out_color_matrix=bt709" \
44-
-frames:v 100 -c:v prores_ks -profile:v 3 -vendor apl0 -qscale:v: 10 \
44+
-frames:v 100 -c:v prores_ks -profile:v 3 -vendor apl0 -qscale:v 10 \
4545
-color_range tv -colorspace bt709 -color_primaries bt709 -color_trc iec61966-2-1 \
4646
-y outputfile.mov
4747
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We welcome suggestions and improvements.
99

1010
This work is being done as part of the [ASWF Open Review Initiative](https://openreviewinitiative.org/). We are grateful for the ASWF for creating the collaborative cross company environment that allows such projects to exist.
1111

12-
The main wiki page for this for now is [here](https://wiki.aswf.io/pages/viewpage.action?pageId=16031068).
12+
The main wiki page for this for now is [here](https://lf-aswf.atlassian.net/wiki/spaces/PRWG/pages/11274685/Movie+Compression+with+ffmpeg+for+media+review.).
1313

1414

1515
### Acknowledgements <a name="Acknowledgements"></a>

0 commit comments

Comments
 (0)