H264 Analysis Tools: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 6: Line 6:
sudo apt install ffmpeg
sudo apt install ffmpeg
</pre>
</pre>
== Plot Frame Type and Size ==
The following command will plot the frame size and type vs time.
<pre>
plotframes -I file.h264
</pre>
Sample output:
[[File:Plotframes.png|800px|frameless|center|Sample output of the plotframes command.]]


== Display Frame Information ==
== Display Frame Information ==
Line 138: Line 150:
[trace_headers @ 0x7f81a8416d00] Packet: 589 bytes, no pts, dts 207998, duration 40000.
[trace_headers @ 0x7f81a8416d00] Packet: 589 bytes, no pts, dts 207998, duration 40000.
</pre>
</pre>
== Plot Frame Type and Size ==
The following command will plot the frame size and type vs time.
<pre>
plotframes -I file.h264
</pre>
Sample output:
[[File:Plotframes.png|frameless|center|Sample output of the plotframes command.]]