Commit Graph

610 Commits

Author SHA1 Message Date
e46bdc189a fixes #475 (#476) 2024-05-02 10:55:57 +02:00
afe768d1df Update index.html
fixed typo
2023-11-15 21:51:34 -05:00
f16406504d Update index.html
rewrote some text about how the site functions in the introduction
2023-11-15 21:48:53 -05:00
7629b26417 Update index.html
Fixed language on window and macOS
2023-11-15 21:37:02 -05:00
53334033d0 Add new "deinterlace video fields to frames" section
A new section was added specifically to address how to deinterlace video
to frames, preserving the visual cadence of the source material.
An animated example of field separation was also provided for the
documentation.
2023-08-01 21:55:59 -05:00
86a04859a2 Update deinterlacing methods to current best practices
For many years, hardware devices and online streaming platforms
have been capable of 50p or 60p output, so the older advice of
deinterlacing 25i/30i to 25p/30p is no longer necessary.  For matching
the fidelity of interlaced sources as they were originally viewed on
period hardware, each field should be output to its own frame, producing
50p content from 25i sources, and 60p content from 30i sources.  These
updates to ffmprovisr reflect that.

Additionally, the deinterlacing filter advice of yadif or w3fdif has
been changed to bwdif, which combines the best attributes of both older
filters.
2023-07-31 17:08:19 -05:00
f100b46233 Remove broken MKV to MP4 recipe link 2023-07-30 18:18:34 +02:00
08a27055c3 add -nostdin note 2022-11-30 12:35:42 -08:00
aba38e0a08 join files recipe - add @brainwane path hint 2022-05-10 23:08:20 +01:00
393a8cc22f join files recipe - remove './' from example, fixes #457 2022-05-10 21:40:51 +01:00
e6552c5494 Join files recipe: fix indentation of code block showing file contents
Previously, the second and following lines were indented compared to the first line.
2022-05-11 07:31:40 +12:00
3c393a688e delete Homebrew compilation parameters 2021-08-13 17:33:40 +02:00
9a36ef66ba update QEMU QED link
fixed
2021-01-29 16:12:28 -05:00
e7d8dd58b9 Merge pull request #448 from amiaopensource/ablwr-patch-1
add ffmpeg-artschool as sibling
2020-11-30 10:22:04 -05:00
a25c20a855 add target blank 2020-11-30 10:18:57 -05:00
869ffda8c4 rebrand "sister" to gender-neutral "sibling" 2020-11-30 10:11:43 -05:00
789329b415 add ffmpeg-artschool as sibling 2020-11-30 10:10:43 -05:00
ca86a0eca4 fix hevc profile in separate example 2020-11-22 10:50:43 -08:00
87314cef76 fix preset command 2020-11-22 10:42:18 -08:00
77a7a2b3dc add hardware encoding examples 2020-11-22 10:30:42 -08:00
5c0b98bded fix tiny typo 2020-11-16 12:49:55 +01:00
2677cd74e7 update pbs tech specs link (#444) 2020-11-12 13:30:19 +01:00
638bb951dd fix HTML (#442) 2020-07-22 07:08:34 +02:00
ba49741c9f delete a space before </h5> 2020-07-20 18:14:35 +02:00
de49996097 update H.265/HEVC formula (#439) 2020-07-19 08:02:37 +02:00
885535c33b Code style: normalise H264 (etc) → H.264, aac → AAC
Matching the majority spelling
2020-06-05 17:39:21 +12:00
528ba39135 Recipe: transcode to H.264 - add note about >1 audio (etc) tracks
Addresses https://github.com/amiaopensource/ffmprovisr/issues/383
2020-06-05 17:39:05 +12:00
d3971b7ec2 Recipe: SD → HD with pillarbox - add note about deinterlacing
Addresses https://github.com/amiaopensource/ffmprovisr/issues/380
2020-06-04 20:02:08 +12:00
f2ab1827f7 Fix typos 2020-06-04 17:54:35 +12:00
904861ddd2 replaced intro-lead with h3 2020-06-03 09:30:20 -06:00
0294761f77 Another update to the instructions
So many times firsts and lasts. I think I got all of them.
2020-05-31 11:58:17 -04:00
33582ee6ea Another udpate
Took out fades in and out the first and last second of video as it's no longer hard-coded for that.
2020-05-31 11:53:48 -04:00
77c7cc337a More generic instructions for Fade in/out
Took out the audio example. 
Took out mini example.
Took out hardcoded attributes.
Added IN_POINT, OUT_POINT, DURATION to the time in seconds (expressed as integers) per kfrn suggestion
2020-05-31 11:48:36 -04:00
ee6136a020 Another attempt at fade in/out documentation
Hopefully I got all the uses of "frames" out. (let me know if one snuck in)
And I used the example that was used in the stackoverflow forum. 

This is for Issue: OG #386 / First attempt #422 / Now this attempt #424
2020-05-28 23:58:45 -04:00
f814abbc0a Move js up into body 2020-05-13 10:05:31 -04:00
54577f4b28 Add missing link tag 2020-05-13 09:34:28 -04:00
a33ed1d24f Apply suggestions from code review
Good point. Thanks

Co-authored-by: Ashley <ashley.blewer@gmail.com>
2020-05-01 23:09:49 -04:00
020b9fbe73 Update: Adding fade/afade to streams 2020-05-01 23:03:25 -04:00
3a05c8f440 add all containers for ProRes 2020-05-01 09:47:57 +02:00
4359d6dd4a Update 'show/hide recipes' (expand/collapse) functionality
Previously, it would expand the recipe if currently collapsed, and vice versa.
Now, if any recipes are currently expanded, it will collapse all; otherwise, all recipes will be expanded.

The 'expand all' functionality is necessary for full-text searching.
2019-12-18 05:42:29 +13:00
d184ed2fe9 Code style: remove trailing whitespace 2019-12-17 22:36:47 +13:00
089725a753 Crop video recipe: correct name/description of example images 2019-12-17 22:34:37 +13:00
cbca3ac7ad fix BWF name 2019-12-10 10:04:07 +01:00
0353c1761e ch ch ch changes 2019-12-06 08:37:11 -08:00
e3aa81fb95 add BWF 2019-12-05 16:28:58 -08:00
1d60060eed Update index.html
fix for ticket 399: meta tag validation error. w3 doesn't like chartset in the same tag as viewport so I split them out based on what was described in the ticket
2019-11-19 18:07:41 -05:00
6cfe7f7a47 style cleaning 2019-11-07 10:37:45 +01:00
db330a3a0c Indent <p> inwards and add missing </p>. 2019-11-05 08:41:19 +01:00
c88008a68f Added "streamhash" recipe. 2019-11-04 22:55:07 +01:00
c1aff3fd69 standardize dither method 2019-10-17 13:28:55 -07:00