jslhs / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

-vtag does not force fourCC in MOV container #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download FFMBC 0.7-rc7
2. run this command line - ffmbc.exe -i (AVISynth File) -target xdcamhd422 -f 
mov -an (output filename.mov) -vtag xd5b -tff -timecode 01:00:00:00 -acodec 
pcm_s24le -ar 48000 -newaudio -map_audio_channel 0:1:0:0:1:0
3. Open file in MediaInfo to see an "m2v1" in the fourCC indicator instead of 
xd5b in the sample  got from the vendor.

What is the expected output? What do you see instead?
I expect Quicktime Player to say "XDCAM HD422", but I see "MPEG-2 Camcorder".  
Same with DVCPro50 and dv5n, I see "dvvideo" instead of "DVCPro50".  
Regrettably I'm dealing with technophobes, so they won't accept my "it's the 
same" argument.

What version of the product are you using? On what operating system?
FFMBC 0.7-rc7 - WinServer2008 x64, WinXP SP3, and Win7 x64.

Please provide any additional information below:

- Full commandline run (with -v 3) and everything the program printed
without
the repeating parts. - Running AVS as a source won't allow that.  Since FFMBC 
can't add true 3:2 pulldown that the recipient will accept, I have to use AVS 
to make it 1080i59 and 480i29.
- Upload your sample somewhere and supply url
Attached in ZIP with MediaInfo's.

Original issue reported on code.google.com by cjpla...@aol.com on 4 Apr 2012 at 1:26

GoogleCodeExporter commented 8 years ago
File attachment is 66MB.  I have an FTP URL to use, but I need it to be 
privately passed.

Original comment by cjpla...@aol.com on 4 Apr 2012 at 1:28

GoogleCodeExporter commented 8 years ago
Encoding options need to be placed before the output file, so place -vtag 
before the output file and it will work.

Original comment by baptiste...@gmail.com on 4 Apr 2012 at 1:35

GoogleCodeExporter commented 8 years ago
Thank you.  I was following the WIKI posting that said to put the vtag after on 
MXF's.

Original comment by cjpla...@aol.com on 4 Apr 2012 at 6:56

GoogleCodeExporter commented 8 years ago
you mean http://code.google.com/p/ffmbc/wiki/XDCAMHD422Encoding ?
Hummm in the wiki, -vtag is before < file.mov >

Original comment by baptiste...@gmail.com on 4 Apr 2012 at 7:31

GoogleCodeExporter commented 8 years ago
My apologies.  I was mistaken.

Original comment by cjpla...@aol.com on 5 Apr 2012 at 12:27