Commit Graph

1099 Commits

Author SHA1 Message Date
Kieran O'Leary
e59026830b Another typo and less silly watermark example text 2015-12-25 10:29:03 +00:00
Kieran O'Leary
5664007eab small typo 2015-12-25 10:21:53 +00:00
Reto Kromer
f30d92e765 Update index.html 2015-12-25 10:26:12 +01:00
Reto Kromer
797e9f207c HTML typo
I guess clearer (for the maintainers) with a newline.
2015-12-25 08:18:46 +01:00
Reto Kromer
f49f8d89b2 little typos
– added missing \</dd\>
– added remark -vf = -filter:v
2015-12-25 07:58:08 +01:00
Ashley
80aa73f032 Merge pull request #26 from kieranjol/patch-1
add burn in timecode
2015-12-24 20:26:53 -05:00
Kieran O'Leary
6a502147ab add burn in timecode 2015-12-25 01:07:27 +00:00
Ashley
f27bf28f81 Merge pull request #24 from kieranjol/patch-1
add text watermark
2015-12-24 18:17:28 -05:00
Kieran O'Leary
8b8c43729f text_watermark - typos and x/y coordinate update
@ablwr's comments applied, and x/y coordinates taken from ffmpeg docs https://ffmpeg.org/ffmpeg-filters.html#Examples-39
2015-12-24 23:15:11 +00:00
Kieran O'Leary
85f207b360 text_watermark - typo fixes 2015-12-24 18:47:37 +00:00
Kieran O'Leary
0d59a592fb text_watermark - seriously_ultra_final_tweak 2015-12-24 18:39:32 +00:00
Kieran O'Leary
90b7a6e7f8 text_watermark - ultra_final_first_draft 2015-12-24 18:32:58 +00:00
Kieran O'Leary
75d56e2a96 text_watermark - fix <i> tags 2015-12-24 18:29:38 +00:00
Kieran O'Leary
111594572f text_watermark - final tweaks 2015-12-24 18:22:44 +00:00
Kieran O'Leary
633d04e046 text_watermark - moar options 2015-12-24 18:17:06 +00:00
Kieran O'Leary
9ca3f9421c text_watermark - moar options 2015-12-24 18:09:22 +00:00
Kieran O'Leary
b5e04455e3 Update index.html 2015-12-24 17:52:05 +00:00
Kieran O'Leary
8c62668ee7 Update index.html 2015-12-24 17:48:17 +00:00
Kieran O'Leary
38fe644c41 style test 2015-12-24 17:44:02 +00:00
Kieran O'Leary
a70a6a4bc0 test_watermark 2015-12-24 17:32:09 +00:00
Ashley Blewer
a04e257bc9 clarification 2015-12-23 19:50:39 -05:00
Ashley Blewer
d62910a956 Merge branch 'gh-pages' of github.com:amiaopensource/ffmprovisr into gh-pages 2015-12-22 23:07:26 -05:00
Ashley Blewer
114454f585 adds readme in anticipation of deleting master 2015-12-22 23:07:16 -05:00
Ashley
43aa748bcc Merge pull request #22 from kieranjol/patch-1
Added audio options for h264 to DCP
2015-12-21 13:24:45 -05:00
Kieran O'Leary
af31c619d1 DCP tp H264 - remove redundant <i> tags 2015-12-21 17:04:29 +00:00
Kieran O'Leary
bccfacab07 Added audio options for DCP to H264 2015-12-21 17:01:11 +00:00
Reto Kromer
f52ca6c850 typos in "WAV to MP3" 2015-12-20 13:59:17 +01:00
Reto Kromer
8e53187fe1 typos in "WAV to MP3" 2015-12-20 13:57:35 +01:00
Reto Kromer
3f5c050a19 typos in "Create GIF" 2015-12-20 13:53:26 +01:00
Ashley Blewer
640f029ac9 not ideal but step towards offline functionality 2015-12-19 17:42:37 -05:00
Ashley Blewer
e0ae197554 dt has monotype 2015-12-18 23:09:04 -05:00
Reto Kromer
7799c8f977 added speed modification 2015-12-13 11:03:48 +01:00
Reto Kromer
d8abc766bf added speed modification 2015-12-13 11:01:39 +01:00
Reto Kromer
b48eb5deee added speed modification 2015-12-13 10:58:10 +01:00
Ashley Blewer
bd13a2889e Merge branch 'gh-pages' of github.com:amiaopensource/ffmprovisr into gh-pages 2015-12-06 20:54:49 -05:00
Ashley Blewer
5b01c17fa2 upgrades to https 2015-12-06 20:54:43 -05:00
Reto Kromer
eec87af7f7 Update index.html 2015-12-06 15:38:46 +01:00
Reto Kromer
19039f2ba1 added sound handling
for flip image and 4:3 <-> 16:9 formula
2015-12-06 15:36:13 +01:00
Reto Kromer
8db0ef60b2 Didactically grouped...
... all video parameters together, and all sound parameters together. And a little typo as well.
2015-12-05 15:42:21 +01:00
Reto Kromer
3d6c26f161 added more general regex
& typos
2015-12-05 07:11:38 +01:00
Ashley
666277c44e Merge pull request #19 from llogan/gh-llogan
index: various edits
2015-12-04 22:15:16 -05:00
Lou Logan
97ce2a6928 index: various edits
Create GIF: Add examples using the palettegen and paletteuse filters.

WAV to MP3: Mention what happens if "-ar" is omitted.

Batch Processing: Add "-map 0" to map all streams (from input 0)
instead of relying on stream selection defaults.

Split audio and video tracks: Use stream specifiers instead of indexes.
More efficient and less prone to errors.

Transcode to H.264: Default is not 4:2:2, but depends on input.

NTSC to H.264: Do all filtering in one filtergraph for better control.
Use format instead of "-pix_fmt" when filtering.

Various: Replace "-c:v copy -c:a copy" with "-c copy" and other minor
edits. Remove superfluous "-f image2" instances.

Signed-off-by: Lou Logan <lou@lrcd.com>
2015-12-04 17:26:53 -09:00
Reto Kromer
6d3ad02d2c Update index.html 2015-12-04 20:05:11 +01:00
Reto Kromer
7e1bf244dc added: flip image 2015-12-04 20:02:59 +01:00
Reto Kromer
1b09c29e62 typo 2015-12-03 17:11:58 +01:00
Reto Kromer
8c5b199f37 typo & more accurate information
crt 18 = visually lossless
upscaling filter works also for downscaling
2015-12-02 12:12:22 +01:00
Ashley Blewer
034ad0c42a li to dt switcheroo 2015-12-01 20:48:25 -05:00
Ashley Blewer
0cc2a1fedf merge conflict thanks reto! 2015-12-01 20:47:00 -05:00
Ashley Blewer
6514b11849 adds indent to dd 2015-12-01 20:45:31 -05:00
Ashley Blewer
b68c34407e adjust definition of pix_fmt 2015-12-01 20:44:08 -05:00