Skip to content

Commit 70c5695

Browse files
author
Clement Champetier
committed
ressource video profiles: remove frame rate options
Update documentation of README about the video profiles.
1 parent 11f81df commit 70c5695

File tree

10 files changed

+0
-13
lines changed

10 files changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ avProfileName=profileName
3434
avProfileLongName=profileLongName
3535
avProfileType=avProfileTypeVideo
3636
codec=codecName
37-
r=frameRate
3837
```
3938

4039
The minimum audio profile is:

ressource/v_dnxhd120.prf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ codec=dnxhd
55
b=120M
66
pix_fmt=yuv422p
77
g=1
8-
r=25

ressource/v_dnxhd185.prf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ codec=dnxhd
55
pix_fmt=yuv422p
66
b=185M
77
g=1
8-
r=25

ressource/v_dnxhd185x.prf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ codec=dnxhd
55
pix_fmt=yuv422p10le
66
b=185M
77
g=1
8-
r=25

ressource/v_dvcpro25.prf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ avProfileType=avProfileTypeVideo
44
codec=dvvideo
55
pix_fmt=yuv411p
66
b=25M
7-
r=25

ressource/v_dvcpro50.prf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ avProfileType=avProfileTypeVideo
44
codec=dvvideo
55
pix_fmt=yuv422p
66
b=50M
7-
r=25

ressource/v_h264.prf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ avProfileLongName=h264 High
33
avProfileType=avProfileTypeVideo
44
codec=h264
55
profile=High
6-
r=25

ressource/v_mpeg2.prf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ avProfileLongName=MPEG-2
33
avProfileType=avProfileTypeVideo
44
codec=mpeg2video
55
pix_fmt=yuv422p
6-
r=25

ressource/v_rawYuv.prf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ avProfileLongName=Raw YUV
33
avProfileType=avProfileTypeVideo
44
codec=rawvideo
55
pix_fmt=rgb24
6-
r=25

test/pyTest/testTranscoderTranscode.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def testTranscodeWave16b48kmono():
8989
# # assert_equals( 120000000, dst_videoStream.bitRate ) # 120000000 != 0L
9090
# assert_equals( "yuv422p", dst_videoStream.pixelName )
9191
# # assert_equals( 1, dst_videoStream.gopSize ) # 1 != 12L
92-
# assert_equals( 25, dst_videoStream.fps )
9392

9493
# def testTranscodeDnxhd185():
9594
# """
@@ -117,7 +116,6 @@ def testTranscodeWave16b48kmono():
117116
# assert_equals( 185000000, dst_videoStream.bitRate )
118117
# assert_equals( "yuv422p", dst_videoStream.pixelName )
119118
# assert_equals( 1, dst_videoStream.gopSize )
120-
# assert_equals( 25, dst_videoStream.fps )
121119

122120
# def testTranscodeDnxhd185x():
123121
# """
@@ -145,7 +143,6 @@ def testTranscodeWave16b48kmono():
145143
# assert_equals( 185000000, dst_videoStream.bitRate )
146144
# assert_equals( "yuv422p10", dst_videoStream.pixelName )
147145
# assert_equals( 1, dst_videoStream.gopSize )
148-
# assert_equals( 25, dst_videoStream.fps )
149146

150147
# def testTranscodeXdcamhd422():
151148
# """
@@ -175,7 +172,6 @@ def testTranscodeWave16b48kmono():
175172
# assert_equals( 12, dst_videoStream.gopSize )
176173
# assert_equals( True, dst_videoStream.hasBFrames )
177174
# # assert_equals( 10, dst_videoStream.dtgActiveFormat ) # 10 != 0L
178-
# assert_equals( 25, dst_videoStream.fps )
179175
# # assert_equals( 1, dst_videoStream.colorspace ) # 1 != 'unspecified'
180176
# # assert_equals( 1, dst_videoStream.colorTransfert ) # 1 != 'unspecified
181177
# # assert_equals( 1, dst_videoStream.colorPrimaries ) # 1 != 'unspecified'

0 commit comments

Comments
 (0)