Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| melt [2015/04/20 17:29] – [dg50 encoding] bjoern | melt [2018/10/24 11:14] (current) – [VOC export profile encoding profile] bjoern | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =melt encoding sniplets | + | = melt encoding sniplets |
| - | ==dg50 encoding | + | siehe auch https:// |
| + | |||
| + | == VOC export profile encoding profile | ||
| + | * XML code for manually editing the mlt file | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | * if you want to endoder with Shotcut, add a new profile and paste the following options: | ||
| + | < | ||
| + | pix_fmt=yuv420p | ||
| + | rescale=bilinear | ||
| + | width=1920 | ||
| + | aspect=1, | ||
| + | top_field_first=2 | ||
| + | preset=medium | ||
| + | f=mp4 | ||
| + | flags2=-dct8x8 | ||
| + | g=13 | ||
| + | maxrate=5000k | ||
| + | bufsize=8192k | ||
| + | threads=0 | ||
| + | vcodec=libx264 | ||
| + | progressive=1 | ||
| + | real_time=-3 | ||
| + | bf=2 | ||
| + | ab=192k | ||
| + | vpre=medium | ||
| + | r=50 | ||
| + | height=1080 | ||
| + | minrate=100k | ||
| + | acodec=aac | ||
| + | deinterlace_method=yadif | ||
| + | crf=21 | ||
| + | ar=48000 | ||
| + | vprofile=main | ||
| + | movflags=+faststart | ||
| + | </ | ||
| + | |||
| + | == group sniplets to uncut.mlt | ||
| + | < | ||
| + | melt -consumer xml babylon-2018-05-26_21-08-38-22834.ts babylon-2018-05-26_21-11-38-22834.ts > uncut.mlt | ||
| + | </ | ||
| + | |||
| + | |||
| + | == dg50 encoding | ||
| Direkter encode aus den fuse-ts files | Direkter encode aus den fuse-ts files | ||
| < | < | ||
| Line 24: | Line 68: | ||
| </ | </ | ||
| - | ==timvideo | + | == timvideo |
| < | < | ||
| | | ||
| Line 35: | Line 79: | ||
| </ | </ | ||
| - | ==channel mapping | + | == channel mapping |
| melt ./ | melt ./ | ||
| -consumer avformat: | -consumer avformat: | ||
| deinterlace=1 deinterlace_method=yadif | deinterlace=1 deinterlace_method=yadif | ||
| + | |||
| + | == shotcut/ | ||
| + | |||
| + | mono mp4 z.B. Repair mit Backup Recording aus Kamera rendern: | ||
| + | |||
| + | melt -progress -track --project 1005.mlt | ||
| + | |||
| | | ||
| - | ==melt transcode (fosdem) | + | == melt transcode (fosdem) |
| <code bash> | <code bash> | ||
| #!/bin/bash | #!/bin/bash | ||