Re: [FFmpeg-user] FFMPEG MXF Issue

2016-02-15 Thread afellah
Dear Support, i am facing issue while playing MXF file from Ikegami GFpack with ffplay -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4674645.html Sent from the FFmpeg-users mailing list archive at Nabble.com.

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-10 Thread afellah
please find the link for the file https://drive.google.com/file/d/0B3tmVBhr-xu4ckhScDRfenJmUU0/view?usp=sharing thank you for your support -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4675078.html Sent from the FFmpeg-users mailing list

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-04-12 Thread afellah
Hi Carl, i already edited my previous post with the correct command: *D:\01>ffmpeg.exe -y -f mpegvideo -i V2.MXF -f s16le -ar 48000 -ac 2 -i A2.MXF -f s16le -ac 2 -ar 48000 -i B2.MXF -top 1 -vcodec dnxhd -c:a pcm_s16le -b:v 120M -map 0 -map 1 -map 2 OUT.MXF* and below are the full console logs,

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-04-11 Thread afellah
Hello i have uploaded the files recorded with ikegami camera. video file V1.mxf has 2 audios files A1.mxf and B1.mxf. this when i wrapped the file there is no problem video file V2.mxf has 2 audios files A2.mxf and B1.mxf i used the following ffmpeg command *D:\01>ffmpeg.exe -y -f mpegvideo -i

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-19 Thread afellah
Hi Carl the video file does not have audio so i want to add these 2 audio files with the video but i have error for the audio. -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4675197.html Sent from the FFmpeg-users mailing list archive at

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-19 Thread afellah
below are the two audio files https://drive.google.com/file/d/0B3tmVBhr-xu4NEU2Uk5VeHJxSlk/view?pli=1 https://drive.google.com/file/d/0B3tmVBhr-xu4c3l0bEprbi11bk0/view?pli=1 -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4675198.html Sent

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-23 Thread afellah
hi can someone help me to encode the video with the 2 audio files. -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4675229.html Sent from the FFmpeg-users mailing list archive at Nabble.com. ___

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-24 Thread afellah
Hello I have uploaded the video with the 2 audio (Chanel A and channel B). I want to encode the video with this 2 audio in the same file with the same rapper (MXF). In first i had an issue to decode the video and with the help of PAUL its playing fine now with "ffplay -f mpegvideo " below are

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-27 Thread afellah
thank you Moritz the problem is that i cannot open a ticket -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4675302.html Sent from the FFmpeg-users mailing list archive at Nabble.com. ___

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-27 Thread afellah
hi everyone, i tried to record a new audio files from the ikegami camera and i changed the audio setting to record 16 bits instate of 24 bits. the below is the link https://drive.google.com/file/d/0B3tmVBhr-xu4OVBwc2lPR2Y1ZDA/view?usp=sharing thank you if you can help -- View this message

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-06 Thread afellah
Hi, these files V1.mxf and V2.mxf are from Ikegami GFPACK drive, when i want to play V1.MXF its working fine, but the second file V2.MXF its not paying. Below are the console logs. "D:\V1.MXF" N-77953-gcc83177 Copyright (c) 2003-2016 the FFmpeg developers c 5.2.0 (GCC) : --enable-gpl

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-04-04 Thread afellah
Hi, is there any specific ffmpag command to wrap the video and the audio for the uploaded files? thank you -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4675475.html Sent from the FFmpeg-users mailing list archive at Nabble.com.

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-19 Thread afellah
thank you Carl, its decoding now. i want to keep the same bitrate. Also when im trying to add 2 audio file to my video its giving me the below error. Can you help me with the command to 2add these 2 audio files and keep the same bitrate D:\>ffmpeg.exe -f mpegvideo -y -i "D:\01\V02.MXF" -i

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-05-10 Thread afellah
Hi everyone i'm still having issue, appreciate if anyone can help. thank you in advance -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4676002.html Sent from the FFmpeg-users mailing list archive at Nabble.com.

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-07-17 Thread afellah
Hi is there any way to join 2 Audio files with ffmpeg below are the audio info thank you -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4676748.html Sent from the

[FFmpeg-user] ikegami MXF issue while using ffmpeg

2016-09-03 Thread afellah
Hi i have an ikegami disk with a continuous recording of approximately 6mn of duration. The file in the Ikegami dick is splitted into files of 4 GB (each 4 GB is approximately 5mn). So for my recorded video of 6mn i have 2 files, the first one is 5mn and the second is 1mn. V1.MXF = 5mn V2.MXF =

Re: [FFmpeg-user] ikegami MXF issue while using ffmpeg

2016-09-04 Thread afellah
Thank you Erik for your quick reply below is the console log D:\>ffmpeg.exe -i V1.MXF -i V2.MXF -i A1.MXF -i B1.MXF -i A2.mxf -i B2.MXF -filter_complex "[0:v:0][2:a:0][4:a:0][1:v:0][3:a:0][5:a:0]concat=n=2:v=1:a=2[Video][Audio1][Audio2]" -map "[Video]" -map "[Audio1]" -map "[Audio2]" -top 1

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-09-01 Thread afellah
Dears kindly help with the previous issue. Thank you -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4677319.html Sent from the FFmpeg-users mailing list archive at Nabble.com. ___ ffmpeg-user

[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

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

2016-09-19 Thread afellah
Hi, A2.mxf is a final part of an audio file saved in 2 parts in the Ikegami disk. You can find the first part A1.MXF and The second A2.mxf in the below link. https://drive.google.com/drive/folders/0B3tmVBhr-xu4YjVNQ1VPN2x4ZHM is there any possibility to join them together? Thank you --

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

2016-09-22 Thread afellah
hi Carl i tried with VLC. A2.mxf cannot be played. VLC crashes. -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/MXF-file-from-ikegami-gfpack-tp4677618p4677636.html Sent from the FFmpeg-users mailing list archive at Nabble.com.

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

2016-09-22 Thread afellah
Hi Moritz I tried your command before and its giving an out output file duration different than the source source = 00:00:51.80 output file for .mov = 00:00:52.239 and output file for .wav = 00:00:52.216 and here is the command : >ffmpeg.exe -f s16le -c:a pcm_s16le -ac:a 2 -ar: 48000 -i A2.MXF

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

2016-09-25 Thread afellah
Thank you Moritez, i start reading the documentation of MXFlib and im trying to understand whats this lib is for can you send me the command of the ffmpeg after you used mfxsplit to extract the raw file. thank you -- View this message in context: