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

2019-09-06 Thread Erik Dobák
On Thu, 5 Sep 2019 at 19:12, Erik Dobák  wrote:

>
>
> On Wed, 4 Sep 2019 at 23:06, Kieran O Leary 
> wrote:
>
>> On Wed, 4 Sep 2019, 20:19 Erik Dobák,  wrote:
>>
>> > On Tue, 3 Sep 2019 at 18:01, Michael Castellon <
>> castellonmich...@gmail.com
>> > >
>> > wrote:
>> >
>> > > maybe bitrate,
>> > > please try a short video so you don't get tired.
>> > > this scale for old tv (crt), 640x480
>> > > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8 -s
>> > > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect 1.860
>> > > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y
>> output.avi
>> > > or,
>> > > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 3 -s
>> > > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 816k -trellis 2 -aspect 1.860
>> > > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y
>> output.mp4
>> > >
>> > > look..
>> > >
>> > >
>> > > On Sun, Sep 1, 2019 at 12:33 PM Erik Dobák 
>> wrote:
>> > >
>> > > > the catch22 original did not work. all my attempts to convert it
>> > resulted
>> > > > also in a non working video.
>> > > > E
>> > > >
>> > > > On Sun, 1 Sep 2019 at 19:22, Kieran O Leary <
>> kieran.o.le...@gmail.com>
>> > > > wrote:
>> > > >
>> > > > > Did that catch-22 example you posted work or not? You never
>> > specified..
>> > > > >
>> > > > > K
>> > > > > ___
>> > > > > ffmpeg-user mailing list
>> > > > > ffmpeg-user@ffmpeg.org
>> > > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>> > > > >
>> > > > > To unsubscribe, visit link above, or email
>> > > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>> > > > ___
>> > > > ffmpeg-user mailing list
>> > > > ffmpeg-user@ffmpeg.org
>> > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>> > > >
>> > > > To unsubscribe, visit link above, or email
>> > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>> > > ___
>> > > ffmpeg-user mailing list
>> > > ffmpeg-user@ffmpeg.org
>> > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>> > >
>> > > To unsubscribe, visit link above, or email
>> > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>> >
>> > ok here i can report some sort of success:
>> >
>> > i created these 3 videos according to your hints:
>> >
>> > catch22bv1200.avi
>> > catch22bv1200.mp4
>> > catch22bv816.mp4
>> >
>> > the mp4 play fine the video (no sound but i can care about this later)
>> > but the catch22bv1200.avi does not play at all despite the fact that i
>> just
>> > changed the extension of the output file in the command you have sent
>> me.
>> >
>>
>> Do both play fine? Please post full command line and terminal output of
>> this successful file. And the same for the avi that does not work.
>>
>> Best,
>>
>> Kieran
>> ___
>> ffmpeg-user mailing list
>> ffmpeg-user@ffmpeg.org
>> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>>
>> To unsubscribe, visit link above, or email
>> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>
>
> sorry forgot to do the terminal output this time. look at the outcome:
>
>
>  this does not play <
> ffmpeg -i Catch-22.\[1970\].DVDRip.XviD-BLiTZKRiEG.avi -b:v 1M -vcodec
> libxvid -acodec libmp3lame -q:a 2 catch22.avi
> ffmpeg version 4.1.4-1~deb10u1 Copyright (c) 2000-2019 the FFmpeg
> developers
>   built with gcc 8 (Debian 8.3.0-6)
>   configuration: --prefix=/usr --extra-version='1~deb10u1'
> --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
> --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
> --disable-stripping --enable-avresample --disable-filter=resample
> --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom
> --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca
> --enable-libcdio --enable-libcodec2 --enable-libflite
> --enable-libfontconfig --enable-libfreetype --enable-libfribidi
> --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame
> --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt
> --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband
> --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex
> --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab
> --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp
> --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq
> --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl
> --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883
> --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
>   libavutil  56. 22.100 / 56. 22.100
>   libavcodec 58. 35.100 / 58. 35.100
>   libavformat58. 20.100 / 58. 20.100
>   libavdevice58.  5.100 / 58.  5.100
>   libavfilter 7. 40.101 /  7. 40.101
>   libavresample   4.  0.  0 /  

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

2019-09-05 Thread Erik Dobák
i tried now -acodec libmp3lame -b:a 128k but still no sound...
E

On Thu, 5 Sep 2019 at 00:40, Michael Castellon 
wrote:

> For audio, please try 128k standard.
> ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8 -s
> 624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect 1.860
> -level 5.1 -r 25 -acodec libmp3lame output.mp4
> look
>
> On Wed, Sep 4, 2019 at 4:06 PM Kieran O Leary 
> wrote:
>
> > On Wed, 4 Sep 2019, 20:19 Erik Dobák,  wrote:
> >
> > > On Tue, 3 Sep 2019 at 18:01, Michael Castellon <
> > castellonmich...@gmail.com
> > > >
> > > wrote:
> > >
> > > > maybe bitrate,
> > > > please try a short video so you don't get tired.
> > > > this scale for old tv (crt), 640x480
> > > > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8
> -s
> > > > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect
> 1.860
> > > > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y
> > output.avi
> > > > or,
> > > > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 3
> -s
> > > > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 816k -trellis 2 -aspect 1.860
> > > > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y
> > output.mp4
> > > >
> > > > look..
> > > >
> > > >
> > > > On Sun, Sep 1, 2019 at 12:33 PM Erik Dobák 
> > wrote:
> > > >
> > > > > the catch22 original did not work. all my attempts to convert it
> > > resulted
> > > > > also in a non working video.
> > > > > E
> > > > >
> > > > > On Sun, 1 Sep 2019 at 19:22, Kieran O Leary <
> > kieran.o.le...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Did that catch-22 example you posted work or not? You never
> > > specified..
> > > > > >
> > > > > > K
> > > > > > ___
> > > > > > ffmpeg-user mailing list
> > > > > > ffmpeg-user@ffmpeg.org
> > > > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > > > >
> > > > > > To unsubscribe, visit link above, or email
> > > > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > > > > ___
> > > > > ffmpeg-user mailing list
> > > > > ffmpeg-user@ffmpeg.org
> > > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > > >
> > > > > To unsubscribe, visit link above, or email
> > > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > > > ___
> > > > ffmpeg-user mailing list
> > > > ffmpeg-user@ffmpeg.org
> > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > >
> > > > To unsubscribe, visit link above, or email
> > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > >
> > > ok here i can report some sort of success:
> > >
> > > i created these 3 videos according to your hints:
> > >
> > > catch22bv1200.avi
> > > catch22bv1200.mp4
> > > catch22bv816.mp4
> > >
> > > the mp4 play fine the video (no sound but i can care about this later)
> > > but the catch22bv1200.avi does not play at all despite the fact that i
> > just
> > > changed the extension of the output file in the command you have sent
> me.
> > >
> >
> > Do both play fine? Please post full command line and terminal output of
> > this successful file. And the same for the avi that does not work.
> >
> > Best,
> >
> > Kieran
> > ___
> > ffmpeg-user mailing list
> > ffmpeg-user@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-09-05 Thread Erik Dobák
On Wed, 4 Sep 2019 at 23:06, Kieran O Leary 
wrote:

> On Wed, 4 Sep 2019, 20:19 Erik Dobák,  wrote:
>
> > On Tue, 3 Sep 2019 at 18:01, Michael Castellon <
> castellonmich...@gmail.com
> > >
> > wrote:
> >
> > > maybe bitrate,
> > > please try a short video so you don't get tired.
> > > this scale for old tv (crt), 640x480
> > > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8 -s
> > > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect 1.860
> > > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y
> output.avi
> > > or,
> > > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 3 -s
> > > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 816k -trellis 2 -aspect 1.860
> > > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y
> output.mp4
> > >
> > > look..
> > >
> > >
> > > On Sun, Sep 1, 2019 at 12:33 PM Erik Dobák 
> wrote:
> > >
> > > > the catch22 original did not work. all my attempts to convert it
> > resulted
> > > > also in a non working video.
> > > > E
> > > >
> > > > On Sun, 1 Sep 2019 at 19:22, Kieran O Leary <
> kieran.o.le...@gmail.com>
> > > > wrote:
> > > >
> > > > > Did that catch-22 example you posted work or not? You never
> > specified..
> > > > >
> > > > > K
> > > > > ___
> > > > > ffmpeg-user mailing list
> > > > > ffmpeg-user@ffmpeg.org
> > > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > > >
> > > > > To unsubscribe, visit link above, or email
> > > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > > > ___
> > > > ffmpeg-user mailing list
> > > > ffmpeg-user@ffmpeg.org
> > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > >
> > > > To unsubscribe, visit link above, or email
> > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > > ___
> > > ffmpeg-user mailing list
> > > ffmpeg-user@ffmpeg.org
> > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > >
> > > To unsubscribe, visit link above, or email
> > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> >
> > ok here i can report some sort of success:
> >
> > i created these 3 videos according to your hints:
> >
> > catch22bv1200.avi
> > catch22bv1200.mp4
> > catch22bv816.mp4
> >
> > the mp4 play fine the video (no sound but i can care about this later)
> > but the catch22bv1200.avi does not play at all despite the fact that i
> just
> > changed the extension of the output file in the command you have sent me.
> >
>
> Do both play fine? Please post full command line and terminal output of
> this successful file. And the same for the avi that does not work.
>
> Best,
>
> Kieran
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".


sorry forgot to do the terminal output this time. look at the outcome:


 this does not play <
ffmpeg -i Catch-22.\[1970\].DVDRip.XviD-BLiTZKRiEG.avi -b:v 1M -vcodec
libxvid -acodec libmp3lame -q:a 2 catch22.avi
ffmpeg version 4.1.4-1~deb10u1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 8 (Debian 8.3.0-6)
  configuration: --prefix=/usr --extra-version='1~deb10u1'
--toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
--incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
--disable-stripping --enable-avresample --disable-filter=resample
--enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom
--enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca
--enable-libcdio --enable-libcodec2 --enable-libflite
--enable-libfontconfig --enable-libfreetype --enable-libfribidi
--enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame
--enable-libmysofa --enable-libopenjpeg --enable-libopenmpt
--enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband
--enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex
--enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab
--enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp
--enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq
--enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl
--enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883
--enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  libavutil  56. 22.100 / 56. 22.100
  libavcodec 58. 35.100 / 58. 35.100
  libavformat58. 20.100 / 58. 20.100
  libavdevice58.  5.100 / 58.  5.100
  libavfilter 7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale  5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc55.  3.100 / 55.  3.100
Input #0, avi, from 'Catch-22.[1970].DVDRip.XviD-BLiTZKRiEG.avi':
  Metadata:

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

2019-09-05 Thread Erik Dobák
On Thu, 5 Sep 2019 at 00:40, Michael Castellon 
wrote:

> For audio, please try 128k standard.
> ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8 -s
> 624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect 1.860
> -level 5.1 -r 25 -acodec libmp3lame output.mp4
> look
>
> On Wed, Sep 4, 2019 at 4:06 PM Kieran O Leary 
> wrote:
>
> > On Wed, 4 Sep 2019, 20:19 Erik Dobák,  wrote:
> >
> > > On Tue, 3 Sep 2019 at 18:01, Michael Castellon <
> > castellonmich...@gmail.com
> > > >
> > > wrote:
> > >
> > > > maybe bitrate,
> > > > please try a short video so you don't get tired.
> > > > this scale for old tv (crt), 640x480
> > > > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8
> -s
> > > > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect
> 1.860
> > > > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y
> > output.avi
> > > > or,
> > > > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 3
> -s
> > > > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 816k -trellis 2 -aspect 1.860
> > > > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y
> > output.mp4
> > > >
> > > > look..
> > > >
> > > >
> > > > On Sun, Sep 1, 2019 at 12:33 PM Erik Dobák 
> > wrote:
> > > >
> > > > > the catch22 original did not work. all my attempts to convert it
> > > resulted
> > > > > also in a non working video.
> > > > > E
> > > > >
> > > > > On Sun, 1 Sep 2019 at 19:22, Kieran O Leary <
> > kieran.o.le...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Did that catch-22 example you posted work or not? You never
> > > specified..
> > > > > >
> > > > > > K
> > > > > > ___
> > > > > > ffmpeg-user mailing list
> > > > > > ffmpeg-user@ffmpeg.org
> > > > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > > > >
> > > > > > To unsubscribe, visit link above, or email
> > > > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > > > > ___
> > > > > ffmpeg-user mailing list
> > > > > ffmpeg-user@ffmpeg.org
> > > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > > >
> > > > > To unsubscribe, visit link above, or email
> > > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > > > ___
> > > > ffmpeg-user mailing list
> > > > ffmpeg-user@ffmpeg.org
> > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > >
> > > > To unsubscribe, visit link above, or email
> > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > >
> > > ok here i can report some sort of success:
> > >
> > > i created these 3 videos according to your hints:
> > >
> > > catch22bv1200.avi
> > > catch22bv1200.mp4
> > > catch22bv816.mp4
> > >
> > > the mp4 play fine the video (no sound but i can care about this later)
> > > but the catch22bv1200.avi does not play at all despite the fact that i
> > just
> > > changed the extension of the output file in the command you have sent
> me.
> > >
> >
> > Do both play fine? Please post full command line and terminal output of
> > this successful file. And the same for the avi that does not work.
> >
> > Best,
> >
> > Kieran
> > ___
> > ffmpeg-user mailing list
> > ffmpeg-user@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".


ad 128k: will try. not sure why -acodec libmp3lame -q:a 2 does not work as
it worked before.

E
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-09-04 Thread Michael Castellon
For audio, please try 128k standard.
ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8 -s
624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect 1.860
-level 5.1 -r 25 -acodec libmp3lame output.mp4
look

On Wed, Sep 4, 2019 at 4:06 PM Kieran O Leary 
wrote:

> On Wed, 4 Sep 2019, 20:19 Erik Dobák,  wrote:
>
> > On Tue, 3 Sep 2019 at 18:01, Michael Castellon <
> castellonmich...@gmail.com
> > >
> > wrote:
> >
> > > maybe bitrate,
> > > please try a short video so you don't get tired.
> > > this scale for old tv (crt), 640x480
> > > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8 -s
> > > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect 1.860
> > > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y
> output.avi
> > > or,
> > > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 3 -s
> > > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 816k -trellis 2 -aspect 1.860
> > > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y
> output.mp4
> > >
> > > look..
> > >
> > >
> > > On Sun, Sep 1, 2019 at 12:33 PM Erik Dobák 
> wrote:
> > >
> > > > the catch22 original did not work. all my attempts to convert it
> > resulted
> > > > also in a non working video.
> > > > E
> > > >
> > > > On Sun, 1 Sep 2019 at 19:22, Kieran O Leary <
> kieran.o.le...@gmail.com>
> > > > wrote:
> > > >
> > > > > Did that catch-22 example you posted work or not? You never
> > specified..
> > > > >
> > > > > K
> > > > > ___
> > > > > ffmpeg-user mailing list
> > > > > ffmpeg-user@ffmpeg.org
> > > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > > >
> > > > > To unsubscribe, visit link above, or email
> > > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > > > ___
> > > > ffmpeg-user mailing list
> > > > ffmpeg-user@ffmpeg.org
> > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > >
> > > > To unsubscribe, visit link above, or email
> > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > > ___
> > > ffmpeg-user mailing list
> > > ffmpeg-user@ffmpeg.org
> > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > >
> > > To unsubscribe, visit link above, or email
> > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> >
> > ok here i can report some sort of success:
> >
> > i created these 3 videos according to your hints:
> >
> > catch22bv1200.avi
> > catch22bv1200.mp4
> > catch22bv816.mp4
> >
> > the mp4 play fine the video (no sound but i can care about this later)
> > but the catch22bv1200.avi does not play at all despite the fact that i
> just
> > changed the extension of the output file in the command you have sent me.
> >
>
> Do both play fine? Please post full command line and terminal output of
> this successful file. And the same for the avi that does not work.
>
> Best,
>
> Kieran
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-09-04 Thread Kieran O Leary
On Wed, 4 Sep 2019, 20:19 Erik Dobák,  wrote:

> On Tue, 3 Sep 2019 at 18:01, Michael Castellon  >
> wrote:
>
> > maybe bitrate,
> > please try a short video so you don't get tired.
> > this scale for old tv (crt), 640x480
> > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8 -s
> > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect 1.860
> > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y output.avi
> > or,
> > ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 3 -s
> > 624x352 -g 400 -dia_size 514 -bf 1 -b:v 816k -trellis 2 -aspect 1.860
> > -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y output.mp4
> >
> > look..
> >
> >
> > On Sun, Sep 1, 2019 at 12:33 PM Erik Dobák  wrote:
> >
> > > the catch22 original did not work. all my attempts to convert it
> resulted
> > > also in a non working video.
> > > E
> > >
> > > On Sun, 1 Sep 2019 at 19:22, Kieran O Leary 
> > > wrote:
> > >
> > > > Did that catch-22 example you posted work or not? You never
> specified..
> > > >
> > > > K
> > > > ___
> > > > ffmpeg-user mailing list
> > > > ffmpeg-user@ffmpeg.org
> > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > >
> > > > To unsubscribe, visit link above, or email
> > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > > ___
> > > ffmpeg-user mailing list
> > > ffmpeg-user@ffmpeg.org
> > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > >
> > > To unsubscribe, visit link above, or email
> > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > ___
> > ffmpeg-user mailing list
> > ffmpeg-user@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>
> ok here i can report some sort of success:
>
> i created these 3 videos according to your hints:
>
> catch22bv1200.avi
> catch22bv1200.mp4
> catch22bv816.mp4
>
> the mp4 play fine the video (no sound but i can care about this later)
> but the catch22bv1200.avi does not play at all despite the fact that i just
> changed the extension of the output file in the command you have sent me.
>

Do both play fine? Please post full command line and terminal output of
this successful file. And the same for the avi that does not work.

Best,

Kieran
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-09-04 Thread Erik Dobák
On Tue, 3 Sep 2019 at 18:01, Michael Castellon 
wrote:

> maybe bitrate,
> please try a short video so you don't get tired.
> this scale for old tv (crt), 640x480
> ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8 -s
> 624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect 1.860
> -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y output.avi
> or,
> ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 3 -s
> 624x352 -g 400 -dia_size 514 -bf 1 -b:v 816k -trellis 2 -aspect 1.860
> -level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y output.mp4
>
> look..
>
>
> On Sun, Sep 1, 2019 at 12:33 PM Erik Dobák  wrote:
>
> > the catch22 original did not work. all my attempts to convert it resulted
> > also in a non working video.
> > E
> >
> > On Sun, 1 Sep 2019 at 19:22, Kieran O Leary 
> > wrote:
> >
> > > Did that catch-22 example you posted work or not? You never specified..
> > >
> > > K
> > > ___
> > > ffmpeg-user mailing list
> > > ffmpeg-user@ffmpeg.org
> > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > >
> > > To unsubscribe, visit link above, or email
> > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > ___
> > ffmpeg-user mailing list
> > ffmpeg-user@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

ok here i can report some sort of success:

i created these 3 videos according to your hints:

catch22bv1200.avi
catch22bv1200.mp4
catch22bv816.mp4

the mp4 play fine the video (no sound but i can care about this later)
but the catch22bv1200.avi does not play at all despite the fact that i just
changed the extension of the output file in the command you have sent me.

i am not sure why. for some reason other avis play fine at this TV. (also
the input for the command was avi).

i will try to experiment next days. if you have any ideas about what could
be the cause please let me know.

E
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-09-03 Thread Michael Castellon
maybe bitrate,
please try a short video so you don't get tired.
this scale for old tv (crt), 640x480
ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 8 -s
624x352 -g 400 -dia_size 514 -bf 1 -b:v 1200k -trellis 2 -aspect 1.860
-level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y output.avi
or,
ffmpeg -strict experimental -i input.mp4 -vcodec libxvid -threads 3 -s
624x352 -g 400 -dia_size 514 -bf 1 -b:v 816k -trellis 2 -aspect 1.860
-level 5.1 -r 25 -acodec libmp3lame -ab 128k -ac 2 -async 1 -y output.mp4

look..


On Sun, Sep 1, 2019 at 12:33 PM Erik Dobák  wrote:

> the catch22 original did not work. all my attempts to convert it resulted
> also in a non working video.
> E
>
> On Sun, 1 Sep 2019 at 19:22, Kieran O Leary 
> wrote:
>
> > Did that catch-22 example you posted work or not? You never specified..
> >
> > K
> > ___
> > ffmpeg-user mailing list
> > ffmpeg-user@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-09-01 Thread Erik Dobák
the catch22 original did not work. all my attempts to convert it resulted
also in a non working video.
E

On Sun, 1 Sep 2019 at 19:22, Kieran O Leary 
wrote:

> Did that catch-22 example you posted work or not? You never specified..
>
> K
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-09-01 Thread Kieran O Leary
Did that catch-22 example you posted work or not? You never specified..

K
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-09-01 Thread Erik Dobák
On Sun, 1 Sep 2019 at 17:34, Carl Eugen Hoyos  wrote:

> Am So., 1. Sept. 2019 um 17:01 Uhr schrieb Erik Dobák <
> erik.do...@gmail.com>:
>
> > $ ffmpeg -i catch22_c.avi
> > ffmpeg version 4.1.4-1~deb10u1 Copyright (c) 2000-2019 the FFmpeg
> developers
>
> I (still) can't imagine that solving your problem is hard.
> But as long as we don't see the actual transcoding command
> line(s) you tested with current FFmpeg together with their
> complete, uncut console output and the explanation if
> they worked or not, I wonder if anybody will really feel
> the will to suggest possible solutions.
>
> I (still) doubt very much that there is some content-magic
> behind your problems.
>
> Sorry, Carl Eugen
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".


ok for example:

ffmpeg -i Catch-22.\[1970\].DVDRip.XviD-BLiTZKRiEG.avi -c:v mpeg4 -vtag
xvid -qscale:v 5 -c:a libmp3lame -qscale:a 5 catch22_b.avi > ffmpeg.txt

ffmpeg -i Catch-22.\[1970\].DVDRip.XviD-BLiTZKRiEG.avi -c:v mpeg4 -vtag
xvid -qscale:v 5 -c:a libmp3lame -qscale:a 5 catch22_b.avi > ffmpeg.txt
ffmpeg version 4.1.4-1~deb10u1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 8 (Debian 8.3.0-6)
  configuration: --prefix=/usr --extra-version='1~deb10u1'
--toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
--incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
--disable-stripping --enable-avresample --disable-filter=resample
--enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom
--enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca
--enable-libcdio --enable-libcodec2 --enable-libflite
--enable-libfontconfig --enable-libfreetype --enable-libfribidi
--enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame
--enable-libmysofa --enable-libopenjpeg --enable-libopenmpt
--enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband
--enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex
--enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab
--enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp
--enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq
--enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl
--enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883
--enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  libavutil  56. 22.100 / 56. 22.100
  libavcodec 58. 35.100 / 58. 35.100
  libavformat58. 20.100 / 58. 20.100
  libavdevice58.  5.100 / 58.  5.100
  libavfilter 7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale  5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc55.  3.100 / 55.  3.100
Input #0, avi, from 'Catch-22.[1970].DVDRip.XviD-BLiTZKRiEG.avi':
  Metadata:
encoder : VirtualDubMod 1.5.4.1 (build 2178/release)
IAS1: English
  Duration: 01:56:41.00, start: 0.00, bitrate: 837 kb/s
Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID /
0x44495658), yuv420p, 624x272 [SAR 1:1 DAR 39:17], 714 kb/s, 25 fps, 25
tbr, 25 tbn, 25 tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, fltp,
109 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (mpeg4 (native) -> mpeg4 (native))
  Stream #0:1 -> #0:1 (mp3 (mp3float) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help
Output #0, avi, to 'catch22_b.avi':
  Metadata:
IAS1: English
ISFT: Lavf58.20.100
Stream #0:0: Video: mpeg4 (xvid / 0x64697678), yuv420p, 624x272 [SAR
1:1 DAR 39:17], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc
Metadata:
  encoder : Lavc58.35.100 mpeg4
Side data:
  cpb: bitrate max/min/avg: 0/0/20 buffer size: 0 vbv_delay: -1
Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 48000 Hz,
stereo, fltp
Metadata:
  encoder : Lavc58.35.100 libmp3lame
frame=  308 fps=0.0 q=5.0 size= 522kB time=00:00:12.93 bitrate=
330.4kbits/sframe=  650 fps=650 q=5.0 size= 778kB time=00:00:26.56
bitrate= 239.8kbits/sframe=  901 fps=600 q=5.0 size=1290kB
time=00:00:36.64 bitrate= 288.3kbits/sframe= 1158 fps=579 q=5.0 size=
 1546kB time=00:00:46.92 bitrate= 269.9kbits/sframe= 1410 fps=564 q=5.0
size=1802kB time=00:00:56.97 bitrate= 259.1kbits/sframe= 1662 fps=554
q=5.0 size=2314kB time=00:01:07.08 bitrate= 282.6kbits/sframe= 1904
fps=544 q=5.0 size=2826kB time=00:01:16.77 bitrate= 301.5kbits/sframe=
2151 fps=537 q=5.0 size=3338kB time=00:01:26.61 bitrate=
315.7kbits/sframe= 2399 fps=533 q=5.0 size=3850kB time=00:01:36.55
bitrate= 326.6kbits/sframe= 2639 fps=527 q=5.0 size=4362kB
time=00:01:46.17 bitrate= 336.5kbits/sframe= 2884 fps=524 q=5.0 size=
 5130kB time=00:01:55.92 bitrate= 

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

2019-09-01 Thread Carl Eugen Hoyos
Am So., 1. Sept. 2019 um 17:01 Uhr schrieb Erik Dobák :

> $ ffmpeg -i catch22_c.avi
> ffmpeg version 4.1.4-1~deb10u1 Copyright (c) 2000-2019 the FFmpeg developers

I (still) can't imagine that solving your problem is hard.
But as long as we don't see the actual transcoding command
line(s) you tested with current FFmpeg together with their
complete, uncut console output and the explanation if
they worked or not, I wonder if anybody will really feel
the will to suggest possible solutions.

I (still) doubt very much that there is some content-magic
behind your problems.

Sorry, Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-09-01 Thread Erik Dobák
On Mon, 19 Aug 2019 at 23:07, Michael Castellon 
wrote:

> maybe, video or audio quality .
> please try,
> ffmpeg -i input.avi -c:v mpeg4 -vtag xvid -qscale:v 5 -c:a libmp3lame
> -qscale:a 5 output.avi
>
> maybe, the resolution
> -vf scale=720:480:decrease
>
> information for divx player,
> https://trac.ffmpeg.org/wiki/Encode/MPEG-4
>
> luck...
>
>
>
> On Mon, Aug 19, 2019 at 2:32 PM Erik Dobák  wrote:
>
> > On Mon, 19 Aug 2019 at 18:48, Michael Castellon <
> > castellonmich...@gmail.com>
> > wrote:
> >
> > > please try.
> > >
> > > ffmpeg -i input.mp4 -c:v mpeg4 -vtag xvid output.avi
> > >
> > > good luck
> > >
> > > On Tue, Aug 13, 2019 at 3:20 PM Erik Dobák 
> wrote:
> > >
> > > > On Tue, 13 Aug 2019 at 12:07, Carl Eugen Hoyos 
> > > wrote:
> > > >
> > > > > Am Mo., 12. Aug. 2019 um 18:54 Uhr schrieb Erik Dobák <
> > > > > erik.do...@gmail.com>:
> > > > > >
> > > > > > sorry for mixing this up. it should be:
> > > > > >
> > > > > > playing fine:
> > > > > > Disenchantment.S01E01.720p.WEB-DL.x264.avi
> > > > > > Monty_Python_s_The_Meaning_Of_Life
> > > > > >
> > > > > > not playing fine:
> > > > > > catch22
> > > > > > eels
> > > > > > life of Brian
> > > > >
> > > > > That does not make the mail significantly more readable.
> > > > >
> > > > > It appears that this is a resolution or aspect ratio issue,
> > > > > feel free to post the command lines including complete,
> > > > > uncut console output of current FFmpeg git head with
> > > > > different resolutions.
> > > > >
> > > > > As said, global motion compensation may also be relevant.
> > > > >
> > > > > > i have checked the output myself but can not see any reason why
> > the 3
> > > > > > should not play fine on the TV. after some interweb reasearch i
> > found
> > > > > some
> > > > > > posts about Sony blocking watermarked videos on their products.
> it
> > > > might
> > > > > be
> > > > > > the case here. but that would be beyond the ffmpeg topic i guess.
> > > > >
> > > > > This is very, very unlikely, even more so for re-encoded videos.
> > > > >
> > > > > Please find out what top-posting means and avoid it here.
> > > > >
> > > > > Carl Eugen
> > > > >
> > > > i will investigate now the ratio as possible cause of my pirated
> > content
> > > > playback problem. will let you know the outcome in a few days.
> > > > thank you.
> > > >
> > > > E
> > > > ___
> > > > ffmpeg-user mailing list
> > > > ffmpeg-user@ffmpeg.org
> > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > > >
> > > > To unsubscribe, visit link above, or email
> > > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > > ___
> > > ffmpeg-user mailing list
> > > ffmpeg-user@ffmpeg.org
> > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > >
> > > To unsubscribe, visit link above, or email
> > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> >
> >
> > no i did try that codec before.
> > E
> > ___
> > ffmpeg-user mailing list
> > ffmpeg-user@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".


i tried both on one video but when playing them still 'playback not
available' for both options you have described.

attaching the ffmpeg -i output:

$ ffmpeg -i catch22_c.avi
ffmpeg version 4.1.4-1~deb10u1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 8 (Debian 8.3.0-6)
  configuration: --prefix=/usr --extra-version='1~deb10u1'
--toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
--incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
--disable-stripping --enable-avresample --disable-filter=resample
--enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom
--enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca
--enable-libcdio --enable-libcodec2 --enable-libflite
--enable-libfontconfig --enable-libfreetype --enable-libfribidi
--enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame
--enable-libmysofa --enable-libopenjpeg --enable-libopenmpt
--enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband
--enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex
--enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab
--enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp
--enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq
--enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl
--enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883
--enable-chromaprint --enable-frei0r 

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

2019-08-19 Thread Michael Castellon
maybe, video or audio quality .
please try,
ffmpeg -i input.avi -c:v mpeg4 -vtag xvid -qscale:v 5 -c:a libmp3lame
-qscale:a 5 output.avi

maybe, the resolution
-vf scale=720:480:decrease

information for divx player,
https://trac.ffmpeg.org/wiki/Encode/MPEG-4

luck...



On Mon, Aug 19, 2019 at 2:32 PM Erik Dobák  wrote:

> On Mon, 19 Aug 2019 at 18:48, Michael Castellon <
> castellonmich...@gmail.com>
> wrote:
>
> > please try.
> >
> > ffmpeg -i input.mp4 -c:v mpeg4 -vtag xvid output.avi
> >
> > good luck
> >
> > On Tue, Aug 13, 2019 at 3:20 PM Erik Dobák  wrote:
> >
> > > On Tue, 13 Aug 2019 at 12:07, Carl Eugen Hoyos 
> > wrote:
> > >
> > > > Am Mo., 12. Aug. 2019 um 18:54 Uhr schrieb Erik Dobák <
> > > > erik.do...@gmail.com>:
> > > > >
> > > > > sorry for mixing this up. it should be:
> > > > >
> > > > > playing fine:
> > > > > Disenchantment.S01E01.720p.WEB-DL.x264.avi
> > > > > Monty_Python_s_The_Meaning_Of_Life
> > > > >
> > > > > not playing fine:
> > > > > catch22
> > > > > eels
> > > > > life of Brian
> > > >
> > > > That does not make the mail significantly more readable.
> > > >
> > > > It appears that this is a resolution or aspect ratio issue,
> > > > feel free to post the command lines including complete,
> > > > uncut console output of current FFmpeg git head with
> > > > different resolutions.
> > > >
> > > > As said, global motion compensation may also be relevant.
> > > >
> > > > > i have checked the output myself but can not see any reason why
> the 3
> > > > > should not play fine on the TV. after some interweb reasearch i
> found
> > > > some
> > > > > posts about Sony blocking watermarked videos on their products. it
> > > might
> > > > be
> > > > > the case here. but that would be beyond the ffmpeg topic i guess.
> > > >
> > > > This is very, very unlikely, even more so for re-encoded videos.
> > > >
> > > > Please find out what top-posting means and avoid it here.
> > > >
> > > > Carl Eugen
> > > >
> > > i will investigate now the ratio as possible cause of my pirated
> content
> > > playback problem. will let you know the outcome in a few days.
> > > thank you.
> > >
> > > E
> > > ___
> > > ffmpeg-user mailing list
> > > ffmpeg-user@ffmpeg.org
> > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > >
> > > To unsubscribe, visit link above, or email
> > > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > ___
> > ffmpeg-user mailing list
> > ffmpeg-user@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>
>
> no i did try that codec before.
> E
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-08-19 Thread Erik Dobák
On Mon, 19 Aug 2019 at 18:48, Michael Castellon 
wrote:

> please try.
>
> ffmpeg -i input.mp4 -c:v mpeg4 -vtag xvid output.avi
>
> good luck
>
> On Tue, Aug 13, 2019 at 3:20 PM Erik Dobák  wrote:
>
> > On Tue, 13 Aug 2019 at 12:07, Carl Eugen Hoyos 
> wrote:
> >
> > > Am Mo., 12. Aug. 2019 um 18:54 Uhr schrieb Erik Dobák <
> > > erik.do...@gmail.com>:
> > > >
> > > > sorry for mixing this up. it should be:
> > > >
> > > > playing fine:
> > > > Disenchantment.S01E01.720p.WEB-DL.x264.avi
> > > > Monty_Python_s_The_Meaning_Of_Life
> > > >
> > > > not playing fine:
> > > > catch22
> > > > eels
> > > > life of Brian
> > >
> > > That does not make the mail significantly more readable.
> > >
> > > It appears that this is a resolution or aspect ratio issue,
> > > feel free to post the command lines including complete,
> > > uncut console output of current FFmpeg git head with
> > > different resolutions.
> > >
> > > As said, global motion compensation may also be relevant.
> > >
> > > > i have checked the output myself but can not see any reason why the 3
> > > > should not play fine on the TV. after some interweb reasearch i found
> > > some
> > > > posts about Sony blocking watermarked videos on their products. it
> > might
> > > be
> > > > the case here. but that would be beyond the ffmpeg topic i guess.
> > >
> > > This is very, very unlikely, even more so for re-encoded videos.
> > >
> > > Please find out what top-posting means and avoid it here.
> > >
> > > Carl Eugen
> > >
> > i will investigate now the ratio as possible cause of my pirated content
> > playback problem. will let you know the outcome in a few days.
> > thank you.
> >
> > E
> > ___
> > ffmpeg-user mailing list
> > ffmpeg-user@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".


no i did try that codec before.
E
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-08-19 Thread Michael Castellon
please try.

ffmpeg -i input.mp4 -c:v mpeg4 -vtag xvid output.avi

good luck

On Tue, Aug 13, 2019 at 3:20 PM Erik Dobák  wrote:

> On Tue, 13 Aug 2019 at 12:07, Carl Eugen Hoyos  wrote:
>
> > Am Mo., 12. Aug. 2019 um 18:54 Uhr schrieb Erik Dobák <
> > erik.do...@gmail.com>:
> > >
> > > sorry for mixing this up. it should be:
> > >
> > > playing fine:
> > > Disenchantment.S01E01.720p.WEB-DL.x264.avi
> > > Monty_Python_s_The_Meaning_Of_Life
> > >
> > > not playing fine:
> > > catch22
> > > eels
> > > life of Brian
> >
> > That does not make the mail significantly more readable.
> >
> > It appears that this is a resolution or aspect ratio issue,
> > feel free to post the command lines including complete,
> > uncut console output of current FFmpeg git head with
> > different resolutions.
> >
> > As said, global motion compensation may also be relevant.
> >
> > > i have checked the output myself but can not see any reason why the 3
> > > should not play fine on the TV. after some interweb reasearch i found
> > some
> > > posts about Sony blocking watermarked videos on their products. it
> might
> > be
> > > the case here. but that would be beyond the ffmpeg topic i guess.
> >
> > This is very, very unlikely, even more so for re-encoded videos.
> >
> > Please find out what top-posting means and avoid it here.
> >
> > Carl Eugen
> >
> i will investigate now the ratio as possible cause of my pirated content
> playback problem. will let you know the outcome in a few days.
> thank you.
>
> E
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-08-13 Thread Erik Dobák
On Tue, 13 Aug 2019 at 12:07, Carl Eugen Hoyos  wrote:

> Am Mo., 12. Aug. 2019 um 18:54 Uhr schrieb Erik Dobák <
> erik.do...@gmail.com>:
> >
> > sorry for mixing this up. it should be:
> >
> > playing fine:
> > Disenchantment.S01E01.720p.WEB-DL.x264.avi
> > Monty_Python_s_The_Meaning_Of_Life
> >
> > not playing fine:
> > catch22
> > eels
> > life of Brian
>
> That does not make the mail significantly more readable.
>
> It appears that this is a resolution or aspect ratio issue,
> feel free to post the command lines including complete,
> uncut console output of current FFmpeg git head with
> different resolutions.
>
> As said, global motion compensation may also be relevant.
>
> > i have checked the output myself but can not see any reason why the 3
> > should not play fine on the TV. after some interweb reasearch i found
> some
> > posts about Sony blocking watermarked videos on their products. it might
> be
> > the case here. but that would be beyond the ffmpeg topic i guess.
>
> This is very, very unlikely, even more so for re-encoded videos.
>
> Please find out what top-posting means and avoid it here.
>
> Carl Eugen
>
i will investigate now the ratio as possible cause of my pirated content
playback problem. will let you know the outcome in a few days.
thank you.

E
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-08-13 Thread Moritz Barsnick
On Tue, Aug 13, 2019 at 14:03:31 +0200, Ulf Zibis wrote:
> I can imagine, that there is a chance to alienate the watermark by
> rescaling the video or other filtering.

"Real" watermarking should be resistent to this, upto the point that
you need to "ruin" the video (or audio, for that matter) to get rid of
it.

OTOH, I agree that it is unlikely that a "quite" old TV set implements
this. I even doubt that you find any consumer hardware which refuses to
play this. AFAIU the watermark is for detecting piracy, not preventing
it (but I may be totally wrong!).

Moritz
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-08-13 Thread Ulf Zibis

Am 12.08.19 um 18:46 schrieb Erik Dobák:
> i have checked the output myself but can not see any reason why the 3
> should not play fine on the TV. after some interweb reasearch i found some
> posts about Sony blocking watermarked videos on their products. it might be
> the case here. but that would be beyond the ffmpeg topic i guess.

I can imagine, that there is a chance to alienate the watermark by
rescaling the video or other filtering.

-Ulf

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-08-13 Thread Carl Eugen Hoyos
Am Mo., 12. Aug. 2019 um 18:54 Uhr schrieb Erik Dobák :
>
> sorry for mixing this up. it should be:
>
> playing fine:
> Disenchantment.S01E01.720p.WEB-DL.x264.avi
> Monty_Python_s_The_Meaning_Of_Life
>
> not playing fine:
> catch22
> eels
> life of Brian

That does not make the mail significantly more readable.

It appears that this is a resolution or aspect ratio issue,
feel free to post the command lines including complete,
uncut console output of current FFmpeg git head with
different resolutions.

As said, global motion compensation may also be relevant.

> i have checked the output myself but can not see any reason why the 3
> should not play fine on the TV. after some interweb reasearch i found some
> posts about Sony blocking watermarked videos on their products. it might be
> the case here. but that would be beyond the ffmpeg topic i guess.

This is very, very unlikely, even more so for re-encoded videos.

Please find out what top-posting means and avoid it here.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".