Commit Graph

453 Commits

Author SHA1 Message Date
Reto Kromer
61b890d31c
delete double spaces 2017-12-05 21:05:51 +01:00
Reto Kromer
b5ec56174a
delete useless spaces 2017-12-05 20:51:45 +01:00
Ashley
f0e0cf8ed3
Merge pull request #286 from amiaopensource/life
adds game of life to test files
2017-12-04 14:31:08 -05:00
Ashley
5c1c336d77
adds extra linebreak 2017-12-04 14:30:35 -05:00
Ashley
6705bdf41d
Merge pull request #282 from amiaopensource/smpte-sine
smpte_sinewave should not end in .wav
2017-12-04 14:26:38 -05:00
Ashley
25e779a59f
Merge pull request #284 from amiaopensource/streaming-vs-saving
explains difference between streaming w ffplay and saving w ffmpeg
2017-12-03 21:10:48 -05:00
Ashley
88024c040f
link without http wasn't cutting it; threw error 2017-12-03 20:02:32 -05:00
Ashley Blewer
3d9b9edf1c adds game of life to test files 2017-12-03 13:31:03 -05:00
Ashley Blewer
0cb6827b39 explains difference between streaming w ffplay and saving w ffmpeg 2017-12-03 11:52:51 -05:00
Ashley
1e86b70ba4
removes extra colon in BRNG recipe description 2017-12-01 17:55:54 -05:00
Ashley
bf301daa71
smpte_sinewave should not end in .wav 2017-11-30 16:23:24 -05:00
Katherine Frances Nagels
7c03ae2f80 Add recipes for merging files & cropping video (#277) 2017-11-05 20:13:29 +01:00
kfrn
53d3cf8a74 Add entry on stream mapping 2017-10-30 00:26:37 +13:00
Reto Kromer
7e7942149e nits
- capitalise abbreviation
- uniformise style
2017-10-19 19:42:31 +02:00
Ashley Blewer
ac0697f1c4 gives ID to about section 2017-10-19 09:55:10 -04:00
Ashley Blewer
44ee05bcaf adjust slightly-off alignment near bottom of doc 2017-10-19 08:25:06 -04:00
Ashley Blewer
2e3c0b861b moves links to bottom of recipes, moves flip video image to vid properties 2017-10-19 08:18:47 -04:00
Ashley Blewer
8cce1275a8 name=one is unnecessary code 2017-10-18 17:14:22 -04:00
Ashley Blewer
48a51a6f6a removes reliance on bootstrap; moves necessary code to css/js 2017-10-18 16:02:04 -04:00
Ashley Blewer
f4850a6010 patch error in create vid div 2017-10-18 13:33:21 -04:00
Ashley Blewer
c6a579a0bf changes buttons into div-rows 2017-10-17 21:03:04 -04:00
kfrn
a472a09597 Move Repair AV Sync recipe into audio section; delete repair section 2017-10-18 08:22:52 +13:00
kfrn
05460bde51 More page reorg: thumbnails/GIFs, audio recipes
- Recipes about creating thumbnails or GIFs now grouped together in the section "Create thumbnails or GIFs"
- New section: "Change or view audio properties". This replaces the previous section "Normalize/equalize audio", combining the recipes that were in that section with other audio recipes.
- Access mp3 with copyright notice recipe moved to "Change codec" section.
2017-10-18 08:15:24 +13:00
kfrn
1ac02df52a Reorder several sections of the page 2017-10-17 18:51:26 +13:00
kfrn
9fceb27952 Use same styling for ToC heading & info panel heading 2017-10-15 14:38:36 +13:00
Ashley Blewer
0a2e1ca63a moves visual style to local css, simplifies button style to one class, breaks words on small screens 2017-10-14 14:00:28 -04:00
Ashley Blewer
80ba7cfaa6 turns ToC buttons into div link table 2017-10-13 23:16:45 -04:00
kfrn
d73ae6a382 New section: perceptual hashing to compare video content 2017-10-14 11:38:26 +13:00
kfrn
f427a05c89 Move 'Record and Live-Stream simultaneously' to 'Other' section
It's not an ideal home for it, but I think it doesn't really belong in the 'Advanced concepts' section, being a command rather than a concept.

I've also made a few small edits to the text of the command.
2017-10-14 11:33:53 +13:00
Ashley
11bf8d4de2 Merge branch 'gh-pages' into rm-modal-extras 2017-10-13 13:57:15 -04:00
Ashley Blewer
f6be6aa37e we dont need tabindex or role:dialog without the modal 2017-10-13 13:21:20 -04:00
Ashley Blewer
04432d0323 shortens button names 2017-10-13 12:48:37 -04:00
Ashley
ea323d4b01 Merge pull request #250 from amiaopensource/moves-cc-img
moves cc-by img into repo
2017-10-13 09:49:06 -04:00
Ashley Blewer
04776428c8 moves cc-by img into repo 2017-10-12 22:47:58 -04:00
Ashley Blewer
b1f7f5cad4 modals go inline instead of popup 2017-10-12 22:14:47 -04:00
Basti Becker
0c9086d70d Update requested changes
Fix HTML, some typos and improve some explanations. Thanks for review.
2017-10-12 12:49:35 +02:00
Basti Becker
ba21f8b88d Add stream-and-record command
I wanted to contribute my livestream-and-record command to this great
collection.
2017-10-11 20:12:39 +02:00
kfrn
d91fb336b9 Fix typo 2017-10-10 21:02:13 +13:00
Ashley Blewer
98d2459b79 bring back the charset meta 2017-10-09 09:46:35 -04:00
Ashley Blewer
8a14c6e5fb initial redesign: grow ffmprovsr 2017-10-09 09:05:58 -04:00
kfrn
7ec21fb6d2 Both info sections at top of page; consistent naming 2017-10-08 09:19:05 +13:00
kfrn
1e2b2dd18f Add target="_blank"s to links; correct to Set Stream Properties recipe
I've replaced the links in the Set Stream Properties recipe with a more specific link.
Also, according to the docs, the correct flag is -color_primaries, not -color_primary.
2017-10-08 01:05:36 +13:00
kfrn
9d4e18e6ef Improve descriptions; ffmpeg → FFmpeg as appropriate
Consistently use FFmpeg to refer to the program and ffmpeg for the command line invocation of the program.
Add another example to the 'asic structure of an FFmpeg command explanation.
Add a note on filter order to the Filtergraph explanation.
2017-10-08 00:47:31 +13:00
kfrn
61681c8dd3 Add basic command explanation; relocate filtergraph explanation
- New section at top: 'Getting started with ffmpeg'. Added basic command explanation under this heading.
- New section at bottom: 'Advanced ffmpeg concepts'. Filtergraph explanation moved there.
2017-10-07 21:35:05 +13:00
kfrn
71e68b5e2e Add filtergraph explanation in new ffmpeg concepts section 2017-10-07 16:02:08 +13:00
kfrn
872eec2aa7 Reorg items: section for GIFs, 'Modify speed' under 'Change Properties' 2017-10-07 14:57:40 +13:00
kfrn
16c8d68e39 Add note on terminology 2017-10-07 00:21:29 +13:00
kfrn
08593bb221 Add basic rewrap command 2017-10-07 00:06:29 +13:00
kfrn
89ea7a28bd Rename heading; move recipe; fix broken recipe
- Move 'Set stream properties' to the 'Change video properties' section.
- Heading change: 'Create a video' to 'Create a video from images'. (In the ToC, it's 'Create a video from image(s) and audio')
- 'View Subprogram Info' is fixed (data-target now matches the new ID).
- Consistent capitalisation
2017-10-05 08:59:35 +13:00
kfrn
763e9c594f Add missing </div>; remove comment 2017-10-04 23:11:03 +13:00