Re: [FFmpeg-user] need help with making an "in sync" screen recording.

2020-09-25 Thread Amon Gibson Albuquerque Nunes
ok i changed up some parameters based on your suggestion. will post them up later. and yes i need the scale because i don't know of any other way to do some upscaling. besides, i'm upscaling the whole picture because of how chroma subsampling works on MPEG2 video codec.

Re: [FFmpeg-user] need help with making an "in sync" screen recording.

2020-09-25 Thread Ted Park
Hi, I have a feeling specifying the capture region as an input option instead of cropping with a filter will help. Also do you really need the scale? Scaling the encore in another step will probably be indistinguishable if you do. Regards, Ted Park

Re: [FFmpeg-user] need help with making an "in sync" screen recording.

2020-09-25 Thread Amon Gibson Albuquerque Nunes
> I don't know what you want to achieve... i want to make a high-quality screen recoding using MPEG2 video codec. so i can use it for editing stuff through an editing program of choice. to that end i had to ensure the GOP number (-g command) is set to 1 while also attempting to raise the quality

Re: [FFmpeg-user] need help with making an "in sync" screen recording.

2020-09-25 Thread Carl Eugen Hoyos
Am Fr., 25. Sept. 2020 um 02:06 Uhr schrieb Amon Gibson Albuquerque Nunes : > > i'm confused, why does it (the old documentation) say that -q 1 should not be > used? Because you should use -q 2 instead. > and what am i actually supposed to use instead of -bitrate? I don't know what you want to

Re: [FFmpeg-user] need help with making an "in sync" screen recording.

2020-09-23 Thread Carl Eugen Hoyos
Am Mi., 23. Sept. 2020 um 13:59 Uhr schrieb Amon Gibson Albuquerque Nunes : > > OK. so first of all i wanted to record some footage of a game i've bought > from a digital storefront. as i experimented on which parameters and > arguments i would use to record said footage i came up with this. > >

[FFmpeg-user] need help with making an "in sync" screen recording.

2020-09-23 Thread Amon Gibson Albuquerque Nunes
OK. so first of all i wanted to record some footage of a game i've bought from a digital storefront. as i experimented on which parameters and arguments i would use to record said footage i came up with this. ffmpeg -thread_queue_size 2048 -f gdigrab -draw_mouse 0 -framerate 30 -show_region 0