Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Hardware & Software > Software players
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 2nd February 2018, 10:53   #1  |  Link
PCU
Registered User
 
Join Date: Oct 2017
Posts: 327
GUI for ffplay with console output

I'm looking for a GUI front-end with command-line for playing media files with FFmpeg (like FFmpeg GUI converter: myFFmpeg)

do you know any?

Last edited by PCU; 2nd February 2018 at 17:05.
PCU is offline   Reply With Quote
Old 2nd February 2018, 14:57   #2  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,844
FFmpeg is not a player but an encoder/decoder. ffplay, which is part of FFmpeg, is a player but without a GUI
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 2nd February 2018, 16:40   #3  |  Link
PCU
Registered User
 
Join Date: Oct 2017
Posts: 327
is there any gui for ffplay with console output?
i need it for testing video files & report bugs to ffmpeg team.

Last edited by PCU; 2nd February 2018 at 17:22.
PCU is offline   Reply With Quote
Old 2nd February 2018, 21:36   #4  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,844
why do you need a GUI for reporting bugs? Just run ffplay with your files in a console and it will give you its output. I don't see why a GUI is a requirement
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 3rd February 2018, 12:42   #5  |  Link
PCU
Registered User
 
Join Date: Oct 2017
Posts: 327
because i need to change the position of video on seekbar, is it possible to do it with cm?
PCU is offline   Reply With Quote
Old 3rd February 2018, 12:59   #6  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,844
Use the -ss option

Code:
ffplay -ss 00:15:00 -i input.mkv
the above example will start playing from 15 minutes into the video
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 3rd February 2018, 13:05   #7  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
ffplay can seek within the video by right clicking on the screen. It seeks "to percentage in file corresponding to fraction of width," ie left = start, right = end.
https://ffmpeg.org/ffplay.html#While-playing
raffriff42 is offline   Reply With Quote
Old 3rd February 2018, 13:19   #8  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,844
you can also use all arrow keys (up or down, left or right) to seek accordingly
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 18:43.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.