Apprentice Video


title: "Apprentice Video" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["media-players", "video-software-that-uses-qt"] topic_path: "general/media-players" source: "https://en.wikipedia.org/wiki/Apprentice_Video" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

Apprentice Video is a cross-platform open-source media player, developed as a personal project by Pavel Koshevoy since May 29, 2010. It is similar to other media players like VLC or MPC-HC, but offers a few features absent from those players (alpha channel preview, timeline looping in/out points, and several options for achieving adequate video playback performance on outdated slow hardware).

The code base is written in C++ using Qt frameworks for the user interface, FFmpeg libraries for demuxing and decoding of audio/video, Portaudio for audio rendering, OpenGL for video rendering, and Libass for rich subtitle rendering. Apprentice Video source code is freely available under the MIT license.

The audio tempo scaling filter developed for Apprentice Video was ported to C and contributed to FFmpeg as atempo filter.

References

References

  1. (15 October 2021). "Pkoshevoy/Aeyae".
  2. https://sourceforge.net/projects/apprenticevideo/ A list of player features
  3. http://git.videolan.org/?p=ffmpeg.git;a=commit;h=a1aac8d004d1e3d415208fe0aea15b655826fb15 FFmpeg git commit

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

media-playersvideo-software-that-uses-qt