[FFmpeg-user] Set timeout with linux named pipe

2019-09-26 Thread 张凯


Hi,
  My command is below.
ffmpeg -y -thread_queue_size 128 -use_wallclock_as_timestamps 1 -f h264 
-i test/15210660145/2/vback -thread_queue_size 128 -use_wallclock_as_timestamps 
1 -f g726 -ar 8000 -i test/15210660145/2/aback -acodec aac -vcodec copy -f flv 
rtmp://127.0.0.1:8080/myapp/15210660145_2_back.


The intput is test/15210660145/2/vback  and test/15210660145/2/aback ,both 
files are linux named pipe.Now I want to termnial the command when the input 
has not data come.
I have tried -stimeout and -timeout it seems not the correct way.


Thanks,
zhangkai
2019/09/27

___
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] trouble shooting defective FFmpeg install on Windows 10?

2019-09-26 Thread Carl Zwanzig

On 9/26/2019 3:46 PM, Spencer Graves wrote:
   When we did File > Open (or Import) > [a *.MOV file], we got a 
message saying FFmpeg for Audacity was required.  But we have it.


I think this is more likely to be a Audacity issue than an ffmpeg one. That 
said, if you have any developer tools you might be able to follow the dll links.


Later,

z!
___
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] ERROR RTSP - TIMESTAMPS ARE UNSET

2019-09-26 Thread Alejandro Escudero
Hi

I am getting an RTSP stream from a DLink camera but I am getting this error: 
Timestamps are unset in a packet for stream 0. This is deprecated and will stop 
working in the future. Fix your code to set the timestamps properly

This is the command: (I also tried adding -fflags +genpts but i still get the 
error)

ffmpeg -rtsp_transport tcp -i “rtsp://admin:password@ip:554/play1.sdp” -c copy 
dlink.mp4


This is the console output:



C:\Users\User\Desktop\ejemplosff>ffmpeg -rtsp_transport tcp -i 
"rtsp://admin:pass@ip:554/play1.sdp" -c copy dlink.mp4

ffmpeg version N-94423-ga0c1970781 Copyright (c) 2000-2019 the FFmpeg developers

  built with gcc 9.1.1 (GCC) 20190716

  configuration: --enable-gpl --enable-version3 --enable-sdl2 
--enable-fontconfig --enable-gnutls --enable-iconv --enable-libass 
--enable-libdav1d --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 --enable-libopenmpt

  libavutil  56. 32.100 / 56. 32.100

  libavcodec 58. 55.100 / 58. 55.100

  libavformat58. 30.100 / 58. 30.100

  libavdevice58.  9.100 / 58.  9.100

  libavfilter 7. 58.100 /  7. 58.100

  libswscale  5.  6.100 /  5.  6.100

  libswresample   3.  6.100 /  3.  6.100

  libpostproc55.  6.100 / 55.  6.100

Input #0, rtsp, from 'rtsp://admin:pass@ip:554/play1.sdp':

  Metadata:

title   : Session streamed by D-Link

comment : play1.sdp

  Duration: N/A, start: 0.00, bitrate: N/A

Stream #0:0: Video: h264 (Baseline), yuv420p(progressive), 320x176, 15.17 
tbr, 90k tbn, 180k tbc

Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp

File 'dlink.mp4' already exists. Overwrite ? [y/N] y

Output #0, mp4, to 'dlink.mp4':

  Metadata:

title   : Session streamed by D-Link

comment : play1.sdp

encoder : Lavf58.30.100

Stream #0:0: Video: h264 (Baseline) (avc1 / 0x31637661), 
yuv420p(progressive), 320x176, q=2-31, 15.17 tbr, 90k tbn, 90k tbc

Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp

Stream mapping:

  Stream #0:0 -> #0:0 (copy)

  Stream #0:1 -> #0:1 (copy)

Press [q] to stop, [?] for help

[mp4 @ 01cd9711f0c0] Timestamps are unset in a packet for stream 0. This is 
deprecated and will stop working in the future. Fix your code to set the 
timestamps properly

frame=  168 fps= 22 q=-1.0 Lsize= 209kB time=00:00:11.17 bitrate= 
153.5kbits/s speed=1.47x

video:161kB audio:42kB subtitle:0kB other streams:0kB global headers:0kB muxing 
overhead: 3.117589%

Exiting normally, received signal 2.



Thanks for your help!


Alejandro

___
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] trouble shooting defective FFmpeg install on Windows 10?

2019-09-26 Thread Spencer Graves

Hello:


  What would you suggest I do to troubleshoot a defective install 
of FFmpeg for Audacity on Windows 10?



  A colleague installed FFmpeg for Audacity 2.2.2 on a Windows 10 
computer.  Edit > Preferences > Libraries > "FFmpeg Library:" = 
"C:\Program Files (x86)\FFmpeg for Audacity\avformat-55.dll".



  When we did File > Open (or Import) > [a *.MOV file], we got a 
message saying FFmpeg for Audacity was required.  But we have it.



  I'm not sure, but I believe we installed it following the 
instructions on 
"https://manual.audacityteam.org/man/installing_and_updating_audacity_on_windows.html#winff;. 




  Thanks,
  Spencer Graves
p.s.  A week ago I installed FFmpeg for Audacity successfully for 
computers running Windows 7 and 10 and for macOS 10.14.6.  Now I try 
what I think was the same procedure on a friend's Windows 10, and it fails.

___
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] Listing the hardware accelerators

2019-09-26 Thread Carl Eugen Hoyos
Am Do., 26. Sept. 2019 um 21:13 Uhr schrieb Verachten Bruno
:

> I have different environments (X86, ARM, Jetson Nano) on which I'd like to
> use hardware encoders and decoders if available.
> I guess that I won't be able to use them if they have not been built in the
> ffmpeg dependencies if I install a "generic" version.
> Will the configure command autodetect what it should build, or do I have to
> know my hardware before launching configure with specific options?
> I have read https://trac.ffmpeg.org/wiki/HWAccelIntro but it's not clear to
> me yet.
> Is there any way to have ffmpeg list what it has "found" on my system?
> Do I have to launch a series of commands with the different accelerators
> that exist, and see the output?

Are you searching for this command?
$ ffmpeg -hwaccels

> I suppose we have to specify on the command line the hardware acceleration
> chosen for the ffmpeg command, it won't autodetect and choose one that is
> available, am I right?

$ ./configure --help
gives some information, vdpau, vaapi, *toolbox and dxva2 are (for example)
autodetected.

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".

[FFmpeg-user] Listing the hardware accelerators

2019-09-26 Thread Verachten Bruno
Hi List,

I have different environments (X86, ARM, Jetson Nano) on which I'd like to
use hardware encoders and decoders if available.
I guess that I won't be able to use them if they have not been built in the
ffmpeg dependencies if I install a "generic" version.
Will the configure command autodetect what it should build, or do I have to
know my hardware before launching configure with specific options?
I have read https://trac.ffmpeg.org/wiki/HWAccelIntro but it's not clear to
me yet.
Is there any way to have ffmpeg list what it has "found" on my system?
Do I have to launch a series of commands with the different accelerators
that exist, and see the output?
I suppose we have to specify on the command line the hardware acceleration
chosen for the ffmpeg command, it won't autodetect and choose one that is
available, am I right?

Thanks a bunch,

Bruno
-- 
Bruno Verachten
___
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] Play FFV1

2019-09-26 Thread Noeck

Am 26.09.19 um 16:01 schrieb Carl Eugen Hoyos:
> Most likely, ffv1 was created with high compression in mind, …

I know. I still hoped I could watch it.

> There is a slices setting but I doubt it will help in your case.

I tested some slice settings and they are always at least the number of
cores (n_slices ≥ n_cores). It does not help here.

Thanks
Daniel
___
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] Play FFV1

2019-09-26 Thread Noeck

> What video resolutions?

1920 x 1080 at 50 fps.
___
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] Play FFV1

2019-09-26 Thread Carl Eugen Hoyos
Am Do., 26. Sept. 2019 um 15:44 Uhr schrieb Noeck :

> I tried to play videos encoded in FFV1 (FFV1 and FLAC in an mkv
> container). All players (ffplay, vlc, totem) show only some still images
> about every 10 - 20 s but no smooth video. The videos are encoded using
> ffmpeg.
>
> Is my Intel Core i5-4570 CPU with 4 × 3.20GHz and a Haswell graphic
> really too weak for this codec?

Most likely, ffv1 was created with high compression in mind, not
necessarily with high playback speed. Note that j2k decoding is
typically similar demanding (although j2k allows faster low-quality
decoding).

GPU is not used.

> Or is there something I can do to play it smoothly?

There is a slices setting but I doubt it will help in your case.

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] Play FFV1

2019-09-26 Thread Paul B Mahol
On 9/26/19, Noeck  wrote:
> Hi,
>
> I tried to play videos encoded in FFV1 (FFV1 and FLAC in an mkv
> container). All players (ffplay, vlc, totem) show only some still images
> about every 10 - 20 s but no smooth video. The videos are encoded using
> ffmpeg.
>
> Is my Intel Core i5-4570 CPU with 4 × 3.20GHz and a Haswell graphic
> really too weak for this codec?
> Or is there something I can do to play it smoothly?

What video resolutions?

>
> Cheers,
> Daniel
> ___
> 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] wrong colors in animated GIF

2019-09-26 Thread Carl Eugen Hoyos
Am Do., 26. Sept. 2019 um 15:25 Uhr schrieb Michael Koch
:
>
> Am 26.09.2019 um 15:06 schrieb Carl Eugen Hoyos:
> > Am Do., 26. Sept. 2019 um 15:00 Uhr schrieb Michael Koch
> > :
> >
> >> I'm using this animated GIF as input http://gosper.org/sidereal.gif
> >> and process it with the most simple FFmpeg command line:
> >>
> >> ffmpeg -i sidereal.gif -y out.gif
> > Did you also try the following "most simple FFmpeg commamd line"?
> > ffmpeg -i sidereal.gif -qscale 2 out.avi
>
> ok, that works fine.

I just wanted to point out that you tested with a highly unusual
command line that produced a several-hundred-MB file when
it worked in the past.

> >> Why are the colors wrong in the output?
> > I suspect you didn't read about gif encoding with FFmpeg.
> > (This is a known regression but unlikely to get fixed, output
> > files were absurdly big.)
>
> No, I didn't read about gif encoding. I did use other examples with gif
> output before and there were no problems.

There definitely were problems, you probably missed them.
(The colours were off unless you used so few that you couldn't see
the difference.)

Javier has posted a command line, this is the original blog post:
http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
Googling for "ffmpeg gif" shows many pages.

Note that your sample file gets significantly smaller without
any quality loss.

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] wrong colors in animated GIF

2019-09-26 Thread Javier Infante Porro
Hi Michael,

- Mensaje original -
> De: "Michael Koch" 
> Para: "FFmpeg user questions" 
> Enviados: Jueves, 26 de Septiembre 2019 14:50:50
> Asunto: [FFmpeg-user] wrong colors in animated GIF
> 
> Hi,
> 
> I'm using this animated GIF as input http://gosper.org/sidereal.gif
> and process it with the most simple FFmpeg command line:
> 
> ffmpeg -i sidereal.gif -y out.gif
> 
> Why are the colors wrong in the output?

I suspect it is something about the palette generated.
I have been using palettegen and paletteuse filters lately, and they have 
worked out fine for me.



This command is working as you might expect:

ffmpeg -y -i sidereal.gif -filter_complex 
"split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse"  sidereal2.gif
(2.8M)

In fact, limiting the number of colors to 128, makes the file smaller:
ffmpeg -i sidereal.gif -filter_complex 
"split[s0][s1];[s0]palettegen=max_colors=24[p];[s1][p]paletteuse"  
sidereal2.1.gif
(2.2M)


Hope it helps!

Cheers


--
Javier Infante Porro 
___
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] wrong colors in animated GIF

2019-09-26 Thread Michael Koch

Am 26.09.2019 um 15:06 schrieb Carl Eugen Hoyos:

Am Do., 26. Sept. 2019 um 15:00 Uhr schrieb Michael Koch
:


I'm using this animated GIF as input http://gosper.org/sidereal.gif
and process it with the most simple FFmpeg command line:

ffmpeg -i sidereal.gif -y out.gif

Did you also try the following "most simple FFmpeg commamd line"?
ffmpeg -i sidereal.gif -qscale 2 out.avi


ok, that works fine.




Why are the colors wrong in the output?

I suspect you didn't read about gif encoding with FFmpeg.
(This is a known regression but unlikely to get fixed, output
files were absurdly big.)


No, I didn't read about gif encoding. I did use other examples with gif 
output before and there were no problems.


Thanks,
Michael

___
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] wrong colors in animated GIF

2019-09-26 Thread Carl Eugen Hoyos
Am Do., 26. Sept. 2019 um 15:00 Uhr schrieb Michael Koch
:

> I'm using this animated GIF as input http://gosper.org/sidereal.gif
> and process it with the most simple FFmpeg command line:
>
> ffmpeg -i sidereal.gif -y out.gif

Did you also try the following "most simple FFmpeg commamd line"?
ffmpeg -i sidereal.gif -qscale 2 out.avi

> Why are the colors wrong in the output?

I suspect you didn't read about gif encoding with FFmpeg.
(This is a known regression but unlikely to get fixed, output
files were absurdly big.)

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".

[FFmpeg-user] wrong colors in animated GIF

2019-09-26 Thread Michael Koch

Hi,

I'm using this animated GIF as input http://gosper.org/sidereal.gif
and process it with the most simple FFmpeg command line:

ffmpeg -i sidereal.gif -y out.gif

Why are the colors wrong in the output?

I did already try to add   -vf format=pix_fmts=rgb24   but the output is 
the same.


Michael



C:\Users\mKoch\Desktop>c:\ffmpeg\ffmpeg -i sidereal.gif -y out.gif
ffmpeg version N-94982-gea673a0edb Copyright (c) 2000-2019 the FFmpeg 
developers


  built with gcc 9.2.1 (GCC) 20190918
  configuration: --enable-gpl --enable-version3 --enable-sdl2 
--enable-fontconfi
g --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d 
--enable-libb
luray --enable-libfreetype --enable-libmp3lame 
--enable-libopencore-amrnb --enab
le-libopencore-amrwb --enable-libopenjpeg --enable-libopus 
--enable-libshine --e
nable-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 --enab
le-libvidstab --enable-libvorbis --enable-libvo-amrwbenc 
--enable-libmysofa --en
able-libspeex --enable-libxvid --enable-libaom --enable-libmfx 
--enable-ffnvcode
c --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec 
--enable-dxva2 -

-enable-avisynth --enable-libopenmpt --enable-amf
  libavutil  56. 35.100 / 56. 35.100
  libavcodec 58. 58.101 / 58. 58.101
  libavformat    58. 32.104 / 58. 32.104
  libavdevice    58.  9.100 / 58.  9.100
  libavfilter 7. 58.102 /  7. 58.102
  libswscale  5.  6.100 /  5.  6.100
  libswresample   3.  6.100 /  3.  6.100
  libpostproc    55.  6.100 / 55.  6.100
Input #0, gif, from 'sidereal.gif':
  Metadata:
    comment : Created by Wolfram Mathematica 9.0 : www.wolfram.com
  Duration: 00:00:24.10, start: 0.00, bitrate: 2782 kb/s
    Stream #0:0: Video: gif, bgra, 1000x1000, 10 fps, 10 tbr, 100 tbn, 
100 tbc

Stream mapping:
  Stream #0:0 -> #0:0 (gif (native) -> gif (native))
Press [q] to stop, [?] for help
Output #0, gif, to 'out.gif':
  Metadata:
    comment : Created by Wolfram Mathematica 9.0 : www.wolfram.com
    encoder : Lavf58.32.104
    Stream #0:0: Video: gif, bgr8, 1000x1000, q=2-31, 200 kb/s, 10 fps, 
100 tbn,

 10 tbc
    Metadata:
  encoder : Lavc58.58.101 gif
frame=   19 fps=0.0 q=-0.0 size= 210kB time=00:00:01.81 bitrate= 
950.2kbits/
frame=   38 fps= 36 q=-0.0 size= 256kB time=00:00:03.71 bitrate= 
565.3kbits/
frame=   56 fps= 36 q=-0.0 size= 512kB time=00:00:05.51 bitrate= 
761.2kbits/
frame=   74 fps= 36 q=-0.0 size= 768kB time=00:00:07.31 bitrate= 
860.7kbits/
frame=   93 fps= 36 q=-0.0 size=    1024kB time=00:00:09.21 bitrate= 
910.8kbits/
frame=  112 fps= 36 q=-0.0 size=    1024kB time=00:00:11.11 bitrate= 
755.1kbits/
frame=  131 fps= 36 q=-0.0 size=    1280kB time=00:00:13.01 bitrate= 
806.0kbits/
frame=  150 fps= 36 q=-0.0 size=    1536kB time=00:00:14.91 bitrate= 
843.9kbits/
frame=  169 fps= 36 q=-0.0 size=    1792kB time=00:00:16.81 bitrate= 
873.3kbits/
frame=  187 fps= 36 q=-0.0 size=    2048kB time=00:00:18.61 bitrate= 
901.5kbits/
frame=  206 fps= 36 q=-0.0 size=    2304kB time=00:00:20.51 bitrate= 
920.3kbits/
frame=  225 fps= 36 q=-0.0 size=    2304kB time=00:00:22.41 bitrate= 
842.2kbits/
frame=  241 fps= 36 q=-0.0 Lsize=    2688kB time=00:00:24.01 bitrate= 
917.0kbits

/s speed=3.57x
video:2688kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB 
muxing

overhead: 0.000727%
___
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] Frame-accurate seekingin FFplay?

2019-09-26 Thread Paul B Mahol
On 9/23/19, Stuart Bruce  wrote:
> Hello
>
> I've been tasked with making a Python-based, cross-platform application
> that centres around (but which is not limited to) a central video player
> window. As a regular user of FFmpeg, I want to use FFplay, via the
> ffpyplayer library.
>
> However the problem I'm having is that while FFmpeg has had frame-accurate
> seeking for some time, and I can accurately pull images or conversions of a
> MOV file from FFmpeg, it seems that FFplay's seek is not frame accurate,
> even on the same MOV file. Frame accuracy is absolutely essential to my
> application, as users need to be able to jump or step to specific frames
> with confidence. Presently, using ffpyplayer's seek function, or the Kivy
> video library which is essentially a front end for ffpyplayer it seems,
> tends to land me on the keyframe prior to the frame that I want- sometimes
> up to 4 seconds out.
>
> This question is likely to be out of my league, but how difficult would it
> be to make FFplay frame accurate on the same principles as FFmpeg? I don't
> imagine it's as simple as just lifting code from one into the other? Is
> there a reason why this discrepancy between FFmpeg's ability and FFplay's
> ability still exists?
>
> This application is a rebuild of software that was using the QuickTime API
> and then Microsoft's MediaElement, both of which are frame-accurate when
> setting a position on the same MOV file.
>
> If FFplay cannot work frame accurately, can anyone recommend an alternative
> Pythonable video player library with frame-accurate control playback and
> MOV support? (I've already tried VLC, but it is nowhere near frame accurate
> either.)

Try mpv.

>
> Thanks
>
> Stuart
>
> --
> Stuart Bruce - stu...@stuartbruce.co.uk - www.stuartbruce.co.uk
> ___
> 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".