1124 Commits

Author SHA1 Message Date
aln363
faa2791b14
add codec rewrap error 2023-12-18 17:53:32 -05:00
aln363
8ecdfb39ef
Add error splitting arg example 2023-12-18 17:52:09 -05:00
aln363
0daa361cfa
add filter and stream error example 2023-12-18 17:51:03 -05:00
aln363
c44ad28738
add filtergraph error example 2023-12-18 17:49:22 -05:00
aln363
dbabfa649f
ok actually fixed the hyperlink issue 2023-12-18 16:53:35 -05:00
aln363
a05ed4bccf
corrected hyperlink error 2023-12-18 16:48:36 -05:00
aln363
eaef67b683
added additional text to troubleshooting section 2023-12-18 16:45:17 -05:00
aln363
ddb89301bf
added text 2023-12-14 17:04:53 -05:00
aln363
f78a33a960
added first frame killed example image 2023-12-13 13:59:57 -05:00
aln363
442fe13144
added killed command example 2023-12-13 13:57:31 -05:00
aln363
f9101a947e
added text, more error headers 2023-12-13 13:54:28 -05:00
aln363
e9feb6830e
edited text 2023-12-13 12:54:48 -05:00
aln363
28dcdd1e12
added typo error image 2023-12-13 12:51:10 -05:00
aln363
189912d655
added example image for error 2023-12-13 12:48:38 -05:00
aln363
e11ae6a8fc
updatde image and text 2023-12-13 12:45:38 -05:00
aln363
9c0d334506
no directory error example
with a better crop
2023-12-13 12:44:24 -05:00
aln363
b5f4665a74
Delete img/no_such_directory_error_example.png bc of crop issue 2023-12-13 12:43:47 -05:00
aln363
5450d141a3
added more text 2023-12-13 12:42:36 -05:00
aln363
e79ad35880
added error explanation text 2023-12-13 12:35:11 -05:00
aln363
7866a06c08
added image for test 2023-12-13 12:29:12 -05:00
aln363
c4f6447f4c
Add files via upload 2023-12-13 12:25:12 -05:00
aln363
5e5632ecb9
added troubleshooting page to main menu 2023-12-12 15:19:38 -05:00
aln363
a01246d3e0
more text formatting tests 2023-12-07 21:09:04 -05:00
aln363
c2732de151
adding more texts 2023-12-07 21:05:18 -05:00
aln363
abb4c4aebc
added an ending to the section so it does not engulf all the downstream sections 2023-12-07 21:01:36 -05:00
aln363
9785009020
tested adding page under ffmpeg basics 2023-12-07 20:58:22 -05:00
Ashley
8ea516d0a0
Merge pull request #471 from jmf-nyu/gh-pages
Clarification of documentation
v2023-11-26
2023-11-25 17:07:41 -05:00
Jonathan Farbowitz
afe768d1df
Update index.html
fixed typo
2023-11-15 21:51:34 -05:00
Jonathan Farbowitz
f16406504d
Update index.html
rewrote some text about how the site functions in the introduction
2023-11-15 21:48:53 -05:00
Jonathan Farbowitz
7629b26417
Update index.html
Fixed language on window and macOS
2023-11-15 21:37:02 -05:00
רטו/רעטאָ/רֵיטוֹ • Reto
f3d98bc712
update recipe list (#470) 2023-08-31 08:26:49 +02:00
Andrew Weaver
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
mobygamer
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
mobygamer
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
Ashley
dada53dff4
Merge pull request #468 from dnicolson/patch-1
Remove broken MKV to MP4 recipe link
2023-07-31 08:02:36 -04:00
Dave Nicolson
f100b46233
Remove broken MKV to MP4 recipe link 2023-07-30 18:18:34 +02:00
Andrew Weaver
d1083e012c
Merge pull request #464 from amiaopensource/nostdin
add -nostdin note
v2022-12-16
2022-12-15 10:53:07 -08:00
weaveraj
08a27055c3 add -nostdin note 2022-11-30 12:35:42 -08:00
Kieran O'Leary
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
Kieran O'Leary
aba38e0a08
join files recipe - add @brainwane path hint 2022-05-10 23:08:20 +01:00
Kieran O'Leary
393a8cc22f
join files recipe - remove './' from example, fixes #457 2022-05-10 21:40:51 +01:00
Katherine Frances Nagels
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
kfrn
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
רטו • Reto
0d27ffa5d1
don't try to find the default browser on macOS (#456) v2021-08-14 2021-08-13 19:53:57 +02:00
Ashley
bf93a20da8
Merge pull request #455 from amiaopensource/homebrew-1
delete Homebrew compilation parameters
v2021-08-13
2021-08-13 11:46:21 -04:00
רטו • Reto
3c393a688e
delete Homebrew compilation parameters 2021-08-13 17:33:40 +02:00
Andrew Weaver
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
Andrew Weaver
3555a9b61e
Merge pull request #453 from EG-tech/eg-tech
update QEMU QED link
2021-01-29 13:17:55 -08:00
EG-tech
9a36ef66ba update QEMU QED link
fixed
2021-01-29 16:12:28 -05:00