Re: [FFmpeg-user] MXF file from ikegami gfpack

2016-09-18 Thread Erik Dobberkau
Am Sonntag, 18. September 2016 schrieb Carl Eugen Hoyos :

> 2016-09-18 5:58 GMT+02:00 afellah 
> >:
>
> > I have an Audio file from ikegami gfpack disk, below are the media info
> >
> > 
>
> Can you confirm that the file A2.MXF alone (without other mxf or xml files)
> is recognized by any tool?
> (Sorry if I have asked this previously, I forgot)
>

Aye, you can open them in Premiere Pro CC without any issues. ffmpeg seems
to have some trouble with spanned OP-Atom files.

Erik
___
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] MXF file from ikegami gfpack

2016-09-18 Thread Carl Eugen Hoyos
2016-09-18 5:58 GMT+02:00 afellah :

> I have an Audio file from ikegami gfpack disk, below are the media info
>
> 

Can you confirm that the file A2.MXF alone (without other mxf or xml files)
is recognized by any tool?
(Sorry if I have asked this previously, I forgot)

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

Re: [FFmpeg-user] Various problems exchanging end of video

2016-09-18 Thread Carl Eugen Hoyos
2016-09-18 5:51 GMT+02:00 Hauke Westemeier :

> Step 0) Some details of the initial video:

Instead please provide the complete, uncut console output of:
$ ffmpeg -i original.mp4 -f null -
(This is assuming you can make your console window wide
enough.)

Please always paste at least the first 100 and the last 100 lines
of the console output, do not cut them.

If your input is not cfr, ffmpeg will not be able to produce a
valid output file (and no warning is printed).
MP4Box may be able to do what you need.

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

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-18 Thread muruganandh
ok let me be clear with my Question

Whether --enable-static will embed the libraries? or just link them? When i
move the created ffmpeg to another machine i fails to load the dyld.



--
View this message in context: 
http://ffmpeg-users.933282.n4.nabble.com/Compiling-FFmpeg-without-SecIdentityCreate-API-tp4676487p4677607.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
___
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] MXF file from ikegami gfpack

2016-09-18 Thread afellah
Hi,

I have an Audio file from ikegami gfpack disk, below are the media info

 

and here is the file location

https://drive.google.com/file/d/0B3tmVBhr-xu4R2JzQV9pc2VxbWM/view?usp=sharing

the problem when im trying to convert the file with ffmpeg from MXF to MOV
or WAV im having a noise with the output file and also the duration of the
out file is greater that the input file.

console log:


ffmpeg.exe -f s16le -ar 48000 -ac 2 -i A2.MXF S.mov
ffmpeg version N-81555-g496d97f Copyright (c) 2000-2016 the FFmpeg
developers
  built with gcc 5.4.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads
--enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth
--enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r
--enable-gnutls --enable-iconv --enable-libass --enable-libbluray
--enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme
--enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
--enable-libopenjpeg --enable-libopus --enable-librtmp
--enable-libschroedinger --enable-libsnappy --enable-libsoxr
--enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab
--enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx
--enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265
--enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma
--enable-decklink --enable-zlib
  libavutil  55. 29.100 / 55. 29.100
  libavcodec 57. 54.102 / 57. 54.102
  libavformat57. 48.102 / 57. 48.102
  libavdevice57.  0.102 / 57.  0.102
  libavfilter 6. 60.100 /  6. 60.100
  libswscale  4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc54.  0.100 / 54.  0.100
[s16le @ 00d26860] Estimating duration from bitrate, this may be
inaccurate
Guessed Channel Layout for Input Stream #0.0 : stereo
Input #0, s16le, from 'A2.MXF':
  Duration: 00:00:52.22, bitrate: 1535 kb/s
Stream #0:0: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
[mov @ 024cc1e0] Using AVStream.codec to pass codec parameters to
muxers is deprecated, use AVStream.codecpar instead.
Output #0, mov, to 'S.mov':
  Metadata:
encoder : Lavf57.48.102
Stream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo,
fltp, 128 kb/s
Metadata:
  encoder : Lavc57.54.102 aac
Stream mapping:
  Stream #0:0 -> #0:0 (pcm_s16le (native) -> aac (native))
Press [q] to stop, [?] for help
Multiple frames in a packet from stream 0 128.8kbits/s speed=  28x
[pcm_s16le @ 0250c0c0] Invalid PCM packet, data has size 2 but at
least a size of 4 was expected
Error while decoding stream #0:0: Invalid data found when processing input
size= 831kB time=00:00:52.22 bitrate= 130.4kbits/s speed=  29x
video:0kB audio:821kB subtitle:0kB other streams:0kB global headers:0kB
muxing overhead: 1.260752%
[aac @ 0250f400] Qavg: 928.617


thank you





--
View this message in context: 
http://ffmpeg-users.933282.n4.nabble.com/MXF-file-from-ikegami-gfpack-tp4677618.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
___
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] FFmpeg RTSP crash

2016-09-18 Thread Carl Eugen Hoyos
2016-09-18 2:13 GMT+02:00 Yu Ang Tan :

> I'm happy to report that it's now working

Thank you for testing again!

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