Re: [FFmpeg-user] coding video for some old Sony

2019-08-09 Thread Erik Dobák
You are a bit picky Carl but here you go: 3 videos that work: ffmpeg version 4.1.3-1 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 8 (Debian 8.3.0-7) configuration: --prefix=/usr --extra-version=1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu

Re: [FFmpeg-user] coding video for some old Sony

2019-08-09 Thread Carl Eugen Hoyos
Am Fr., 9. Aug. 2019 um 22:51 Uhr schrieb Erik Dobák : > i have run now ffmpeg -h to see what could be the ffmpeg you need but have > no clue. what would be the ffmpeg command in detail that i have to run on > those files to get the output you need? The command line from the first mail in this

Re: [FFmpeg-user] coding video for some old Sony

2019-08-09 Thread Erik Dobák
Dear Carl, i have run now ffmpeg -h to see what could be the ffmpeg you need but have no clue. what would be the ffmpeg command in detail that i have to run on those files to get the output you need? e On Fri, 9 Aug 2019 at 22:45, Carl Eugen Hoyos wrote: > Am Fr., 9. Aug. 2019 um 22:32 Uhr

Re: [FFmpeg-user] coding video for some old Sony

2019-08-09 Thread Carl Eugen Hoyos
Am Fr., 9. Aug. 2019 um 22:32 Uhr schrieb Erik Dobák : > > well Kieran it was a good idea but according to my small statistics it is > not related to FPS or resolution. here read my mplayer output of 3 videos > failing followed by 3 videos playing well: > > ---3 following are giving 'Playback not

Re: [FFmpeg-user] coding video for some old Sony

2019-08-09 Thread Erik Dobák
well Kieran it was a good idea but according to my small statistics it is not related to FPS or resolution. here read my mplayer output of 3 videos failing followed by 3 videos playing well: ---3 following are giving 'Playback not available' on the Sony Bravia i have. Playing catch22.avi.

Re: [FFmpeg-user] coding video for some old Sony

2019-08-08 Thread Kieran O Leary
On Thu, 8 Aug 2019, 20:25 Erik Dobák, wrote: > that is great idea thank you will check specific videos next day. got to go > to bed. > Good night Erik, Best, Kieran. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] coding video for some old Sony

2019-08-08 Thread Erik Dobák
that is great idea thank you will check specific videos next day. got to go to bed. cheers E On Thu, 8 Aug 2019 at 21:20, Kieran O Leary wrote: > Hi > > On Thu, 8 Aug 2019, 20:07 Erik Dobák, wrote: > > > Hi, > > > > i have an old Sony Bravia which accepts only MPEG4 as video and MP3 as > >

Re: [FFmpeg-user] coding video for some old Sony

2019-08-08 Thread Erik Dobák
well how do i do the define a more refined codec than mpeg4? and why does it play with this sometime and sometimes not. the command is uncut except the -i . On Thu, 8 Aug 2019 at 21:13, Carl Zwanzig wrote: > On 8/8/2019 12:06 PM, Erik Dobák wrote: > > i have an old Sony Bravia which accepts

Re: [FFmpeg-user] coding video for some old Sony

2019-08-08 Thread Kieran O Leary
Hi On Thu, 8 Aug 2019, 20:07 Erik Dobák, wrote: > Hi, > > i have an old Sony Bravia which accepts only MPEG4 as video and MP3 as > audio. If i want to watch videos i do it with this command: > > ffmpeg -i the_kingdom_of_dreams_and_madness.mp4 -b:v 1M -vcodec mpeg4 -vtag > xvid -acodec

Re: [FFmpeg-user] coding video for some old Sony

2019-08-08 Thread Carl Zwanzig
On 8/8/2019 12:06 PM, Erik Dobák wrote: i have an old Sony Bravia which accepts only MPEG4 as video and MP3 as audio. If i want to watch videos i do it with this command: ffmpeg -i the_kingdom_of_dreams_and_madness.mp4 -b:v 1M -vcodec mpeg4 -vtag xvid -acodec libmp3lame -q:a 2