VLCには前のフレームへ移動する機能がない
Reverse is difficult to implement because of the way video is compressed. The file contains one full video frame, then a series of data blocks that only contain the differences between one frame and the next. So for "Previous frame" to work, you'd have to buffer all those intermediate frames, which would be a huge performance hit.
(Google翻訳)「ビデオの圧縮方法が原因で、リバースは実装が困難です。ファイルには 1 つの完全なビデオ フレームと、1 つのフレームと次のフレームの差分のみを含む一連のデータ ブロックが含まれます。そのため、「前のフレーム」が機能するには、中間フレームをすべてバッファリングする必要があり、パフォーマンスに大きな影響が出ます。」
YouTubeには前のフレームに戻る機能がある。がんばって実装しているんだろう。