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

2014-07-16 Thread Carl Eugen Hoyos
Pawel Por gmail.com> writes: > ffmpeg -i flowers.mxf -ss 0 -t 4 -c copy -y out.mxf How can I reproduce A/V desync with this sample? If you want to provide another sample, please either use http://www.datafilehost.com/ or read https://ffmpeg.org/bugreports.html (there is no filesize limit).

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

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

2014-07-11 Thread Carl Eugen Hoyos
Pawel Por gmail.com> writes: > ffmpeg -i flowers.mxf -ss 0 -t 4 -c copy -y 1.mxf > > At this step I can observe the audio/video > desynchronisation. Please provide the (command line together with the) complete, uncut console output and the input sample. Carl Eugen __

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

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

2014-07-11 Thread Carl Eugen Hoyos
Pawel Por gmail.com> writes: > I found on the internet quite easily complete ffmpeg > commands of how to do those steps but unfortunately > they didn't work well. Command line and complete, uncut console output (and an explanation what didn't work well) missing. Carl Eugen _

[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 sti