Commit Graph

1093 Commits

Author SHA1 Message Date
8290b25fe5 Merge pull request #469 from MobyGamer/deinterlace_updates
Update deinterlacing methods to current best practices
v2023-08-02
2023-08-02 08:45:56 -07: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
dada53dff4 Merge pull request #468 from dnicolson/patch-1
Remove broken MKV to MP4 recipe link
2023-07-31 08:02:36 -04:00
f100b46233 Remove broken MKV to MP4 recipe link 2023-07-30 18:18:34 +02:00
d1083e012c Merge pull request #464 from amiaopensource/nostdin
add -nostdin note
v2022-12-16
2022-12-15 10:53:07 -08:00
08a27055c3 add -nostdin note 2022-11-30 12:35:42 -08:00
63033942f1 Merge pull request #460 from kieranjol/gh-pages
join files recipe - remove './' from example, fixes #457
v2022-06-03
2022-05-12 21:18:17 +01: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
20cbf26144 Merge pull request #458 from amiaopensource/kfrn-join-files
Fix indentation of code block showing file contents
2022-05-11 07:53:34 +12: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
0d27ffa5d1 don't try to find the default browser on macOS (#456) v2021-08-14 2021-08-13 19:53:57 +02:00
bf93a20da8 Merge pull request #455 from amiaopensource/homebrew-1
delete Homebrew compilation parameters
v2021-08-13
2021-08-13 11:46:21 -04:00
3c393a688e delete Homebrew compilation parameters 2021-08-13 17:33:40 +02:00
961f401c34 Merge pull request #454 from amiaopensource/qemu
update QEMU QED link in ReadMe
2021-01-29 13:36:35 -08:00
f3cc3b518f update QEMU QED link in ReadMe 2021-01-29 22:24:42 +01:00
3555a9b61e Merge pull request #453 from EG-tech/eg-tech
update QEMU QED link
2021-01-29 13:17:55 -08: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
v2020-12-02
2020-11-30 10:22:04 -05:00
a25c20a855 add target blank 2020-11-30 10:18:57 -05:00
c0d3761ce5 Merge pull request #449 from amiaopensource/ablwr-patch-2
rebrand "sister" to gender-neutral "sibling"
2020-11-30 10:15:12 -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
23e0097b54 Merge pull request #446 from axfelix/gh-pages
add hardware encoding examples
2020-11-22 13:55:18 -05:00
ca86a0eca4 fix hevc profile in separate example 2020-11-22 10:50:43 -08:00
bc0edae268 add separate hevc recipe 2020-11-22 10:46:23 -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
f0aab69f0f Merge pull request #445 from amiaopensource/ffmprovisr_typo
fix tiny typo
2020-11-16 08:39:31 -05:00
5c0b98bded fix tiny typo 2020-11-16 12:49:55 +01:00
2677cd74e7 update pbs tech specs link (#444) v2020-11-12 2020-11-12 13:30:19 +01:00
46d65cf4d0 update recipe list (#443) 2020-09-28 08:07:11 +02:00
638bb951dd fix HTML (#442) 2020-07-22 07:08:34 +02:00
87581c717c Merge pull request #441 from amiaopensource/delete_space
delete a space before `</h5>`
2020-07-20 10:29:54 -07:00
ba49741c9f delete a space before </h5> 2020-07-20 18:14:35 +02:00
de49996097 update H.265/HEVC formula (#439) v2020-07-19 2020-07-19 08:02:37 +02:00
708cd0eae3 upgrade CC CoC to version 2.0 (#437) 2020-06-15 06:57:03 +02:00
e39d70ac2b Merge pull request #436 from amiaopensource/FFCommand_Engine
add FFCommand_Engine to sister projects
2020-06-12 13:42:50 -04:00
7dd7f1c355 add FFCommand_Engine to sister projects 2020-06-11 15:15:45 +02:00
6f3e8eb0a4 Merge pull request #434 from amiaopensource/kfrn/recipe-enhancements
Recipe enhancements & tidy-ups
2020-06-05 19:04:57 +12:00
885535c33b Code style: normalise H264 (etc) → H.264, aac → AAC
Matching the majority spelling
2020-06-05 17:39:21 +12:00
515c0c3ae2 Docs: fix typo 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
b04c0723b5 Merge pull request #430 from amiaopensource/kfrn/style-guide
Style guide

https://github.com/amiaopensource/ffmprovisr/issues/429
2020-06-04 17:55:44 +12:00
f2ab1827f7 Fix typos 2020-06-04 17:54:35 +12:00
9a1c1af578 Docs/PR template: remove point about adding to recipes.txt
Not user-friendly for beginners - and Reto's on the case ;)

https://github.com/amiaopensource/ffmprovisr/pull/430#discussion_r433718981
2020-06-04 17:54:35 +12:00
8963b4af7e Code style: add PR template 2020-06-04 17:54:35 +12:00
5f3fd5e464 Docs: add new section, Guidelines for contributing
Content supplied by @kieranjol,
https://github.com/amiaopensource/ffmprovisr/issues/429
2020-06-04 17:54:35 +12:00