Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port several python scripts to Perl #2

Closed
wants to merge 2 commits into from
Closed

Port several python scripts to Perl #2

wants to merge 2 commits into from

Conversation

Jessidhia
Copy link
Member

file2string.pl and vdpau_functions.pl are direct ports.
matroska.py was reimplemented as the Parse::Matroska module in CPAN,
and matroska.pl was made a client of Parse::Matroska.
A copy of Parse::Matroska is included in TOOLS/lib, and matroska.pl
looks there first when trying to load the module.

osxbundle.py was not ported since I have no means to verify it.
Python is always available on OSX though, so there is no harm in
removing the check for it on configure.

Kovensky added 2 commits November 7, 2012 19:25
file2string.pl and vdpau_functions.pl are direct ports.
matroska.py was reimplemented as the Parse::Matroska module in CPAN,
and matroska.pl was made a client of Parse::Matroska.
A copy of Parse::Matroska is included in TOOLS/lib, and matroska.pl
looks there first when trying to load the module.

osxbundle.py was not ported since I have no means to verify it.
Python is always available on OSX though, so there is no harm in
removing the check for it on configure.
Fixes header generation.
@ghost
Copy link

ghost commented Nov 8, 2012

Merged as fae7307.

@ghost ghost closed this Nov 8, 2012
ghost pushed a commit that referenced this pull request Nov 20, 2012
The --start and --end switch now accept a chapter number. The chapter
number is prefixed with '#', e.g. "--start=#2" jumps to chapter 2.

The chapter support might be able to replace --chapter completely, but
for now I am not sure how well this works out with e.g. DVDs and BDs,
and a separate --chapter option is useful interface-wise.

(This was supposed to be added in 51503a, but apparently the fixup
commit adding it was lost in a rebase. This might also be the reason
for the mess-up fixed in 394285.)
@aktau aktau mentioned this pull request Sep 23, 2013
@b4 b4 mentioned this pull request Nov 2, 2014
@kinleyd kinleyd mentioned this pull request Dec 24, 2014
haasn referenced this pull request in haasn/mp Apr 10, 2015
README.md: Add link to CRUX port
@tmpsa tmpsa mentioned this pull request Mar 28, 2017
@ghost ghost mentioned this pull request Aug 18, 2017
@ghost ghost mentioned this pull request Feb 28, 2022
12 tasks
xfangfang pushed a commit to xfangfang/mpv that referenced this pull request Jun 17, 2023
fix linking with devkitPro ffmpeg package
xfangfang pushed a commit to xfangfang/mpv that referenced this pull request Jun 23, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant