Re: [FFmpeg-user] Error while hardcoding subtitles (Invalid object location)

2022-01-27 Thread Sergey_S
Yes, even if i remove -s the error persists On Thu, 27 Jan 2022, 20:04 Bo Berglund, wrote: > On Wed, 26 Jan 2022 23:34:26 +0100, Carl Eugen Hoyos > wrote: > > >Does the error disappear if you don't use "-s" if you are using > "filter_complex" > >(as you have to)? > > > >> -f mpegts

Re: [FFmpeg-user] Error while hardcoding subtitles (Invalid object location)

2022-01-27 Thread Bo Berglund
On Wed, 26 Jan 2022 23:34:26 +0100, Carl Eugen Hoyos wrote: >Does the error disappear if you don't use "-s" if you are using >"filter_complex" >(as you have to)? > >> -f mpegts C:\Users\shuts\Desktop\8.ts > >"-f mpegts" looks strange in this command line (but that may only be me). Docs:

Re: [FFmpeg-user] Error while hardcoding subtitles (Invalid object location)

2022-01-26 Thread Carl Eugen Hoyos
Am Mo., 24. Jan. 2022 um 19:46 Uhr schrieb Sergey_S : > > C:\Users\shuts\Downloads\ffmpeg-2022-01-19-git-dd17c86aa1-essentials_build\bin>ffmpeg > -i C:\Users\shuts\Desktop\Ep1.ts -vcodec libx264 -s 720x576 -g 50 > -keyint_min 50 -sc_threshold 0 -vprofile main -level 4.1 -b:v 3000K > -maxrate 3000K

Re: [FFmpeg-user] Error while hardcoding subtitles (Invalid object location)

2022-01-25 Thread Sergey_S
C:\Users\shuts\Downloads\ffmpeg-2022-01-19-git-dd17c86aa1-essentials_build\bin>ffmpeg -i C:\Users\shuts\Desktop\Ep1.ts -vcodec libx264 -s 720x576 -g 50 -keyint_min 50 -sc_threshold 0 -vprofile main -level 4.1 -b:v 3000K -maxrate 3000K -bufsize 6000K -r 25.000 -acodec aac -ar 48000 -ac 2 -ab 128k

Re: [FFmpeg-user] Error while hardcoding subtitles (Invalid object location)

2022-01-24 Thread Sergey_S
C:\Users\shuts\Downloads\ffmpeg-2022-01-19-git-dd17c86aa1-essentials_build\bin>ffmpeg -i C:\Users\shuts\Desktop\Ep1.ts -vcodec libx264 -s 720x576 -g 50 -keyint_min 50 -sc_threshold 0 -vprofile main -level 4.1 -b:v 3000K -maxrate 3000K -bufsize 6000K -r 25.000 -acodec aac -ar 48000 -ac 2 -ab 128k

Re: [FFmpeg-user] Error while hardcoding subtitles (Invalid object location)

2022-01-24 Thread Carl Zwanzig
On 1/24/2022 6:22 AM, Sergey_S wrote: Please kindly advise/ Thanks. Upgrade to a modern version of ffmpeg, try again, then post the complete/unedited output of the command. z! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

[FFmpeg-user] Error while hardcoding subtitles (Invalid object location)

2022-01-24 Thread Sergey_S
ffmpeg version 3.4.5 Iam trying to transcode an mpeg2 ts stream containing a separate stream of dvb subtitles While executing command: ffmpeg -i Ep1.ts -vcodec libx264 -s 720x576 -g 50 -keyint_min 50 -sc_threshold 0 -vprofile main -level 4.1 -b:v 3000K -maxrate 3000K -bufsize 6000K -r 25.000