where do you change the size of ffplay preview window
Our website is made possible by displaying online advertisements to our visitors.
Consider supporting us by disable adblocker or buy Replay Video Capture or PlayON and record Netflix!
Consider supporting us by disable adblocker or buy Replay Video Capture or PlayON and record Netflix!
+ Reply to Thread
Results 1 to 6 of 6
Thread
-
Use -x width and -y height.
https://ffmpeg.org/ffplay.html -
-
The following works on my computer. I removed the quotes from %1 since my version of Windows adds them automatically. Yours may or may not add if there are spaces.
I also just threw in a delogo dimensions not necessarily correct but just to demonstrate on my video.
Code:@setlocal @set ffply= "E:USBDRIVE:\ffmpeg-3.4-win64-static\bin\ffplay.exe" @%ffply% -i "%1" -vf "delogo=x=549:y=436:w=167:h=96:show=1" @endlocal @pause
[Attachment 43929 - Click to enlarge]
-----------------------------------------------------------------------
Code:@setlocal @set ffply= "c:\users\bud\desktop\ffplay.exe" @%ffply% -x 720 -y 404 -i %1 -vf "delogo=x=480:y=380:w=167:h=96:show=1" @endlocal @pause
[Attachment 43928 - Click to enlarge] -
You can check also mpv player, it is player that has command line controls and regarding of that resize, it has a cool resizing possibilities, it is in pdf, personally I decided to use it instead of ffplayer in scripts. It also plays files almost gap-less without visible interruptions, that is cool also. Examples about resizing:
--window-scale=0.5
--autofit-larger=70%x60%
--geometry=98%:90% -
Similar Threads
-
capture identical as hauppauge, startech preview window
By tj1080i in forum CapturingReplies: 4Last Post: 12th Oct 2016, 22:50 -
How do I set preview window size in VirtualDub?
By paulot in forum Newbie / General discussionsReplies: 5Last Post: 30th Mar 2015, 16:36 -
.TS video slowing down in a preview window, but fine on the timeline
By Mayx in forum Newbie / General discussionsReplies: 5Last Post: 31st Jul 2014, 23:50 -
Sony Vegas 11 playing very slow x264 videos format in the preview window
By gil900 in forum EditingReplies: 4Last Post: 1st Mar 2013, 11:28 -
pinnacle 16 - displaying circle arrow in preview window
By adom in forum EditingReplies: 2Last Post: 13th Feb 2013, 15:33