<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.janforman.com/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>wiki.janforman.com video</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="https://wiki.janforman.com/"/>
    <id>https://wiki.janforman.com/</id>
    <updated>2026-04-26T15:21:52+00:00</updated>
    <generator>FeedCreator 1.8 (info@mypapit.net)</generator>
    <link rel="self" type="application/atom+xml" href="https://wiki.janforman.com/feed.php" />
    <entry>
        <title>video:encoding</title>
        <link rel="alternate" type="text/html" href="https://wiki.janforman.com/video:encoding"/>
        <published>2024-05-03T10:32:47+00:00</published>
        <updated>2024-05-03T10:32:47+00:00</updated>
        <id>https://wiki.janforman.com/video:encoding</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="video" />
        <content>Drop every second frame

ffmpeg.exe -i input.mkv -sws_flags lanczos+full_chroma_inp -filter:v select=&quot;mod(n-1\,2)&quot;,fps=29.97 -c:v h264_nvenc -preset:v p7 -rc 0 -rc:v constqp -init_qpI 20 -init_qpP 20 -init_qpB 23 -g 240 -b_ref_mode 2 -pix_fmt yuv420p -color_range tv -color_primaries bt709 -color_trc bt709 -colorspace bt709 -c:a copy output.mkv</content>
        <summary>Drop every second frame

ffmpeg.exe -i input.mkv -sws_flags lanczos+full_chroma_inp -filter:v select=&quot;mod(n-1\,2)&quot;,fps=29.97 -c:v h264_nvenc -preset:v p7 -rc 0 -rc:v constqp -init_qpI 20 -init_qpP 20 -init_qpB 23 -g 240 -b_ref_mode 2 -pix_fmt yuv420p -color_range tv -color_primaries bt709 -color_trc bt709 -colorspace bt709 -c:a copy output.mkv</summary>
    </entry>
    <entry>
        <title>video:neuralupscale</title>
        <link rel="alternate" type="text/html" href="https://wiki.janforman.com/video:neuralupscale"/>
        <published>2020-11-13T22:44:28+00:00</published>
        <updated>2020-11-13T22:44:28+00:00</updated>
        <id>https://wiki.janforman.com/video:neuralupscale</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="video" />
        <content>1080p to 4K Neural Net Upscale

ideal for 4:4:4 1080p master/prores video (chroma resolution is fullsize same as 4K 4:2:0) - nnedi3_rpow2 scaler

Download

AVISynth

nnedi3_rpow

FFmpeg

Deblock



input = &quot;input.mov&quot;
aud = ffaudiosource(input)
ffvideosource(input)
ColorYUV(levels=&quot;PC-&gt;TV&quot;)
ConvertToYUV444
nnedi3_rpow2(rfactor=2,nns=4,cshift=&quot;Spline36Resize&quot;,pscrn=4,qual=2)
aWarpSharp2(type=1,depth=10)
audiodub(aud)</content>
        <summary>1080p to 4K Neural Net Upscale

ideal for 4:4:4 1080p master/prores video (chroma resolution is fullsize same as 4K 4:2:0) - nnedi3_rpow2 scaler

Download

AVISynth

nnedi3_rpow

FFmpeg

Deblock



input = &quot;input.mov&quot;
aud = ffaudiosource(input)
ffvideosource(input)
ColorYUV(levels=&quot;PC-&gt;TV&quot;)
ConvertToYUV444
nnedi3_rpow2(rfactor=2,nns=4,cshift=&quot;Spline36Resize&quot;,pscrn=4,qual=2)
aWarpSharp2(type=1,depth=10)
audiodub(aud)</summary>
    </entry>
    <entry>
        <title>video:recordinghints</title>
        <link rel="alternate" type="text/html" href="https://wiki.janforman.com/video:recordinghints"/>
        <published>2024-03-24T17:32:28+00:00</published>
        <updated>2024-03-24T17:32:28+00:00</updated>
        <id>https://wiki.janforman.com/video:recordinghints</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="video" />
        <content>GoPro Hero4 Black

Best possible combinations of fps and resolution.

Video resolution: 3840 x 2160 pixels / 30fps (UltraHD) fixed @ 14mm (eq 35mm)

Battery life: 1h:10m (protune enabled 4K)
 4K        16:9                       30fps-NTSC    wide  14mm / crop</content>
        <summary>GoPro Hero4 Black

Best possible combinations of fps and resolution.

Video resolution: 3840 x 2160 pixels / 30fps (UltraHD) fixed @ 14mm (eq 35mm)

Battery life: 1h:10m (protune enabled 4K)
 4K        16:9                       30fps-NTSC    wide  14mm / crop</summary>
    </entry>
    <entry>
        <title>video:smarttv</title>
        <link rel="alternate" type="text/html" href="https://wiki.janforman.com/video:smarttv"/>
        <published>2018-11-24T01:18:09+00:00</published>
        <updated>2018-11-24T01:18:09+00:00</updated>
        <id>https://wiki.janforman.com/video:smarttv</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="video" />
        <content>Philips API

&lt;http://[IP]:1925&gt;
&lt;http://jointspace.sourceforge.net/projectdata/documentation/jasonApi/1/doc/API.html&gt;</content>
        <summary>Philips API

&lt;http://[IP]:1925&gt;
&lt;http://jointspace.sourceforge.net/projectdata/documentation/jasonApi/1/doc/API.html&gt;</summary>
    </entry>
</feed>
