freeMXF.org

Open discussion about freeMXF.org tools and MXF in general
It is currently Thu Mar 28, 2024 8:30 pm
Board index » MXF Categories » freeMXF.org Tools



Post new topic Reply to topic  [ 2 posts ] 
Author
Search for:
Message

Offline
Rookie

Joined: Wed Aug 15, 2007 9:19 am
Posts: 1

Post Posted: Wed Aug 15, 2007 9:37 am 
Top  
dear teams,
I have been trying to generate video and audio streams with ffmpeg.exe command line without success;
does anyone know what codecs and formats association or MXF xml dict file to use ?

my code looks like this :
I have a multilingual MPEG2-TS input file that I need to remux into MXF

Code:
ffmpeg -i input_VAA.ts -vcodec mpeg2video -an -f mp2 video_V.mpg
ffmpeg -i input_VAA.ts -map 0:1 audioFRA_A.wav
ffmpeg -i input_VAA.ts -map 0:2 audioENG_A.wav
mxfwrap.exe -f video_V.mpg+audioFRA_A.wav+audioENG_A.wav output_VAA.mxf


the output always turns to
"ERROR: Could not identify the essence in file video_V.mpg"

in advance, thank you
Cedric

 Profile  

Offline
Board User

Joined: Fri Nov 09, 2007 8:47 pm
Posts: 5

Post Posted: Fri Nov 09, 2007 10:38 pm 
Top  
I think video extraction is wrong :

Probably something like this will work better :

ffmpeg -i input_VAA.ts -vcodec copy -f mpeg2video video_V.m2v

Need elementary stream for mxflib. (-f mpeg2video)
and -vcodec copy takes the stream out without recompressing.

.m2v extension is probably needed also.

 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Jump to:  


Who is online

Users browsing this forum: No registered users and 79 guests

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group :: Style based on FI Subice by phpBBservice.nl :: All times are UTC