Re: [FFmpeg-user] ticket #6383

2018-04-09 Thread Phillipe Laterrade
Thank's Carl and Moritz,

I was trying with last windows 64 bits static build, and mediaInfo still 
display a progressive scan type for the encoded file
The input file type is a v210 avi file (@25 fps).

Here 's my command line:
-i input.avi -vcodec dvvideo -pix_fmt yuv420p -acodec pcm_s16le -aspect 4:3 -vf 
setfield=1,fieldorder=bff  -flags +ildct output.avi


Here's the log:
ffmpeg version N-90638-g3b2fd96048 Copyright (c) 2000-2018 the FFmpeg developers
  built with gcc 7.3.0 (GCC)
  configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib 
--enable-fontconfig --enable-gnutls --enable-iconv --enable-libass 
--enable-libbluray --enable-libfreetype --enable-libmp3lame 
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg 
--enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr 
--enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack 
--enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 
--enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab 
--enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex 
--enable-libxvid --enable-libaom --enable-libmfx --enable-amf 
--enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc 
--enable-nvdec --enable-dxva2 --enable-avisynth
  libavutil  56. 13.100 / 56. 13.100
  libavcodec 58. 17.100 / 58. 17.100
  libavformat58. 11.101 / 58. 11.101
  libavdevice58.  2.100 / 58.  2.100
  libavfilter 7. 14.100 /  7. 14.100
  libswscale  5.  0.102 /  5.  0.102
  libswresample   3.  0.101 /  3.  0.101
  libpostproc55.  0.100 / 55.  0.100
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, avi, from 'input.avi':
  Duration: 00:30:45.12, start: 0.00, bitrate: 222928 kb/s
Stream #0:0: Video: v210 (v210 / 0x30313276), yuv422p10le, 720x576, 221190 
kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc
Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, 
s16, 1536 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (v210 (native) -> dvvideo (native))
  Stream #0:1 -> #0:1 (pcm_s16le (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
Output #0, avi, to 'output.avi':
  Metadata:
ISMP: 00:00:00:00
ISFT: Lavf58.11.101
Stream #0:0: Video: dvvideo (dvsd / 0x64737664), yuv420p, 720x576 [SAR 
16:15 DAR 4:3], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc
Metadata:
  encoder : Lavc58.17.100 dvvideo
Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, 
s16, 1536 kb/s
Metadata:
  encoder : Lavc58.17.100 pcm_s16le
frame=   13 fps=0.0 q=-0.0 size=1546kB time=00:00:00.54 
bitrate=23392.1kbits/s speed=   1x
frame=   25 fps= 23 q=-0.0 Lsize=3715kB time=00:00:01.00 
bitrate=30430.5kbits/s speed=0.91x
video:3516kB audio:188kB subtitle:0kB other streams:0kB global headers:0kB 
muxing overhead: 0.311445% 

Thank's for help.

Cheers.

Philippe.

-Message d'origine-
De : ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] De la part de Moritz 
Barsnick
Envoyé : lundi 9 avril 2018 16:56
À : FFmpeg user discussions
Objet : Re: [FFmpeg-user] ticket #6383

On Mon, Apr 09, 2018 at 16:21:39 +0200, Phillipe Laterrade wrote:
> Does anyone knows if an  ffmpeg static version exists including the 
> fix documented in the  ticket #6383 ?

Yes, since that commit has been in the repo since last year, all builds from 
git master will include that fix. (No existing ffmpeg release has that fix yet.)

To get the latest git master builds:
- Windows:
  https://ffmpeg.zeranoe.com/builds/
  - select 20xx-y, the correct architecture, static linking
  -> Download Build
- Linux x86*:
  https://johnvansickle.com/ffmpeg/
  - select the appropriate link in the (top) "git:" section.
- Mac OS X x86_64:
  https://evermeet.cx/ffmpeg/
  - select a snapshot build

Cheers,
Moritz
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] ticket #6383

2018-04-09 Thread Moritz Barsnick
On Mon, Apr 09, 2018 at 16:21:39 +0200, Phillipe Laterrade wrote:
> Does anyone knows if an  ffmpeg static version exists including the fix
> documented in the  ticket #6383 ?

Yes, since that commit has been in the repo since last year, all builds
from git master will include that fix. (No existing ffmpeg release has
that fix yet.)

To get the latest git master builds:
- Windows:
  https://ffmpeg.zeranoe.com/builds/
  - select 20xx-y, the correct architecture, static linking
  -> Download Build
- Linux x86*:
  https://johnvansickle.com/ffmpeg/
  - select the appropriate link in the (top) "git:" section.
- Mac OS X x86_64:
  https://evermeet.cx/ffmpeg/
  - select a snapshot build

Cheers,
Moritz
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Re: [FFmpeg-user] ticket #6383

2018-04-09 Thread Carl Eugen Hoyos
2018-04-09 16:21 GMT+02:00, Phillipe Laterrade :

> Does anyone knows if an  ffmpeg static version exists including
> the fix documented in the  ticket #6383 ?

Every binary since December has the fix.

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

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

[FFmpeg-user] ticket #6383

2018-04-09 Thread Phillipe Laterrade
Hello guys,

 

Does anyone knows if an  ffmpeg static version exists including the fix
documented in the  ticket #6383 ?

Kind regards.

 

 

philippe-l

 

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

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