Re: [FFmpeg-user] processing of mxf videoclips with ffmpeg

2014-07-14 Thread Pawel Por
> Please provide the (command line together with the)
> complete, uncut console output and the input sample.

Thanks for quick reply. Below is all the necessary information.

I've sent an example MXF flowers.mxf videoclip into my email account
ftp6...@gmail.com (password: ftp6565ftp). Feel free to login and download
it. There is only one email, with subject "flowers.mxf videoclip (25 MB)".

COMMAND LINE:
ffmpeg -i flowers.mxf -ss 0 -t 4 -c copy -y out.mxf

COMPLETE OUTPUT:
ffmpeg version 2.2.4 Copyright (c) 2000-2014 the FFmpeg developers
  built on Jul 10 2014 20:30:55 with gcc 4.9.0 (GCC) 20140604 (prerelease)
  configuration: --prefix=/usr --disable-debug --disable-static
--enable-avisynth --enable-avresample --enable-decoder=atrac3
--enable-decoder=atrac3p --enable-dxva2 --enable-fontconfig --enable-gnutls
--enable-gpl --enable-libass --enable-libbluray --enable-libfreetype
--enable-libgsm --enable-libmodplug --enable-libmp3lame
--enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg
--enable-libopus --enable-libpulse --enable-librtmp
--enable-libschroedinger --enable-libspeex --enable-libtheora
--enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264
--enable-libx265 --enable-libxvid --enable-pic --enable-postproc
--enable-runtime-cpudetect --enable-shared --enable-swresample
--enable-vdpau --enable-version3 --enable-x11grab
  libavutil  52. 66.100 / 52. 66.100
  libavcodec 55. 52.102 / 55. 52.102
  libavformat55. 33.100 / 55. 33.100
  libavdevice55. 10.100 / 55. 10.100
  libavfilter 4.  2.100 /  4.  2.100
  libavresample   1.  2.  0 /  1.  2.  0
  libswscale  2.  5.102 /  2.  5.102
  libswresample   0. 18.100 /  0. 18.100
  libpostproc52.  3.100 / 52.  3.100
Guessed Channel Layout for  Input Stream #0.1 : mono
Guessed Channel Layout for  Input Stream #0.2 : mono
Guessed Channel Layout for  Input Stream #0.3 : mono
Guessed Channel Layout for  Input Stream #0.4 : mono
Input #0, mxf, from 'flowers.mxf':
  Metadata:
uid : bdf018f4-7dc1-405d-9cfc-66826c0d8209
generation_uid  : 3d024e50-1514-4c75-9c47-03a87a7c139a
company_name: Sony
product_name: util
product_version : 1.00
product_uid : cede4403-8280-11de-8a39-08004678031c
modification_date: 2014-07-06 04:36:48
timecode: 16:24:15:03
  Duration: 00:00:05.32, start: 0.00, bitrate: 38949 kb/s
Stream #0:0: Video: mpeg2video (Main), yuv420p(tv, bt709), 1920x1080
[SAR 1:1 DAR 16:9], max. 35000 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
Stream #0:1: Audio: pcm_s16le, 48000 Hz, mono, s16, 768 kb/s
Stream #0:2: Audio: pcm_s16le, 48000 Hz, mono, s16, 768 kb/s
Stream #0:3: Audio: pcm_s16le, 48000 Hz, mono, s16, 768 kb/s
Stream #0:4: Audio: pcm_s16le, 48000 Hz, mono, s16, 768 kb/s
Output #0, mxf, to 'out.mxf':
  Metadata:
uid : bdf018f4-7dc1-405d-9cfc-66826c0d8209
generation_uid  : 3d024e50-1514-4c75-9c47-03a87a7c139a
company_name: Sony
product_name: util
product_version : 1.00
product_uid : cede4403-8280-11de-8a39-08004678031c
modification_date: 2014-07-06 04:36:48
timecode: 16:24:15:03
encoder : Lavf55.33.100
Stream #0:0: Video: mpeg2video, yuv420p, 1920x1080 [SAR 1:1 DAR 16:9],
q=2-31, max. 35000 kb/s, 25 fps, 25 tbn, 25 tbc
Stream #0:1: Audio: pcm_s16le, 48000 Hz, mono, 768 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
[mxf @ 0x2374f00] missing frames
frame=   89 fps=0.0 q=-1.0 Lsize=   15653kB time=00:00:04.00
bitrate=32056.4kbits/s
video:15217kB audio:375kB subtitle:0 data:0 global headers:0kB muxing
overhead 0.390030%
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] processing of mxf videoclips with ffmpeg

2014-07-11 Thread Pawel Por
>Command line and complete, uncut console output (and
>an explanation what didn't work well) missing.

>Carl Eugen

thanks for quick reply.

I will try to split all above steps in a multiple posts.

First I cut a file with the following command:
ffmpeg -i flowers.mxf -ss 0 -t 4 -c copy -y 1.mxf

At this step I can observe the audio/video desynchronisation.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


[FFmpeg-user] processing of mxf videoclips with ffmpeg

2014-07-10 Thread Pawel Por
Hi

I'm trying to do the following 3 simple operations on my MXF movie.
I would like to:
- cut it
- make a sound in a videoclip louder or more quiet.
- merge a sliced videoclips into a single one

In all above steps it is very important not to loose both video and audio
quality.
I don't need to stick to any specific output format (the conversion is
allowed).

I've uploaded an example MXF videoclip into the following location (it
takes about 25 MB):
http://www.sendspace.pl/en/file/5e767ba82331b8203a87371

I found on the internet quite easily complete ffmpeg commands of how to do
those steps but unfortunately they didn't work well. Some of them generated
errors, some of them produced videoclip without an audio and others
produced videoclips with desynchronized audio and video

great thanks for help
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user